-
Notifications
You must be signed in to change notification settings - Fork 349
hw hda chain managment #6624
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
hw hda chain managment #6624
Conversation
Signed-off-by: Adrian Warecki <adrian.warecki@intel.com>
Enable flag configures up down mixer. Signed-off-by: Arsen Eloglian <ArsenX.Eloglian@intel.com>
PR to change the error into a warning is a good quick compromise until a better limit is figured out Signed-off-by: Kwasowiec, Fabiola <fabiola.kwasowiec@intel.com>
Fix compiler warnings on discarding const when passing arguments to init_up_down_mixer [-Werror=discarded-qualifiers]. Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Update Zephyr co commit a27ac688779b from mtl-002-drop-stable branch Signed-off-by: Adrian Bonislawski <adrian.bonislawski@intel.com>
Free the memory allocated for DMA channels when the ref count is 0 when using native zephyr drivers. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
Return NULL when dma_init() fails. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
This prevents memory leaks during repeated PCM start/stop tests. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
remove sw support for hda chain add hw chain dma support Signed-off-by: Piotr Makaruk <piotr.makaruk@intel.com>
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.
Some cleanup of debug, code style and indentation is needed. I would split out the west update into a separate PR so this can be separately tested by validation prior to merge.
|
This is only draft PR under debug. Solution is not completed. |
|
I have to close that PR. Continuation of issue: |

This is only temporary draft PR (work in progress)