Skip to content

Conversation

@serhiy-katsyuba-intel
Copy link
Contributor

@serhiy-katsyuba-intel serhiy-katsyuba-intel commented Dec 5, 2023

Draft PR just to run the CI. DO NOT MERGE!

Mute channel functionality was previously used as part of channel
remapping feature. Since that feature was removed some time ago mute
channel functionality is no longer used and is just a leftover from not
fully completed cleanup.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Previously we had "normal" and "channel remapping" modes. Since channel
remapping mode was removed, "normal" is the only supported mode, no need
to prepend names with "normal".

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Previously when channel remapping was supported processing was done
iterating by frames. After channel remapping was removed processing
was changed to iterate by samples, however, for some reason the code
still uses confusing "frame" variables.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Modifications to mixin/mixout .process() and .reset() implementations
to switch to use sink/source API.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
In channel remapping mode mixin sinks could have different number of
channels. Since channel remapping mode has been removed, no need to
support individual channel number setup for each sink.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
The removed code may falsely fail for freq like 44.1 kHz.

Also, we generally do not check for sufficient buffer size in module
.prepare() handler. That should be/is done elsewhere. No need to do
the exception for mixout component.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Modification of mixin/mixout .prepare() handler to use sink/source API.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Module will update source & sink information when bind & unbind
event happen.

Signed-off-by: Rander Wang <rander.wang@intel.com>
…ction

It is done in bind function.

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants