Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

pcm_renderer_alsa: OMX_ErrorInsufficientResources on Raspberry Pi (one-channel playback through FiiO USB DAC) #378

Closed
juanrubio opened this issue Oct 14, 2017 · 1 comment
Assignees
Labels
Milestone

Comments

@juanrubio
Copy link
Member

When the FiiO usb dac is active, the alsa hw device can't handle anything except 2 channel streams. When a single channel stream arrives to the renderer, alsa returns an error and the omx component ends up bailing out.

[arprc.c:alsa_error_handler:144] --- ALSA lib pcm.c:8389:(snd_pcm_set_params) Channels cou\
nt (1) not available for PLAYBACK: Invalid argument
@juanrubio juanrubio added the bug label Oct 14, 2017
@juanrubio juanrubio added this to the v0.10.0 milestone Oct 14, 2017
@juanrubio juanrubio self-assigned this Oct 14, 2017
@juanrubio
Copy link
Member Author

Fixed by a99f8c8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant