-
Notifications
You must be signed in to change notification settings - Fork 349
Tools: Topology: Add channels up/downmix to nocodec playback #10071
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
Tools: Topology: Add channels up/downmix to nocodec playback #10071
Conversation
| <include/components/pipeline.conf> | ||
| <include/components/gain.conf> | ||
|
|
||
| Class.Pipeline."host-copier-micsel-gain-mixin-playback" { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ranj063 I wasn't able to use here the subtree copy from host-copier-gain-mixin-playback pipeline class. The topology built but the formats were not updated correctly for host-copier, so non-2ch playback failed. Could well be my bad but I can retry after vacation.
The "num_input_audio_formats 1" and "num_output_audio_formats 1" is removed from the component class definition since it caused other number of formats set to fail for the micsel object. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
e37def6 to
e25395b
Compare
lgirdwood
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
This patch adds to PCM0 playback pipeline the selector/micsel component to allow playback of 1-8ch content with conversion stereo. There is no change to capture pipelines. The ASCII diagram for SSP0 is only update to show the current pipelines with module copiers and gain. Signed-off-by: Seppo Ingalsuo <seppo.ingalsuo@linux.intel.com>
e25395b to
e7d05af
Compare
No description provided.