Re: [PATCH v2 07/15] soc: mediatek: mutex: refactor SOF settings for output components

2025-04-05 Thread 陳柏霖

[PATCH v2 07/15] soc: mediatek: mutex: refactor SOF settings for output components

2025-04-05 Thread paul-pl . chen
From: Nancy Lin Refactor SOF settings by adding mtk_mutex_get_output_comp_sof() and extracting SOF logic from mtk_mutex_add_comp() and mtk_mutex_remove_comp(). - Added mtk_mutex_add_comp_sof() and mtk_mutex_remove_comp_sof() for SOF settings. - Reused the switch case for SOF IDs. - Separated M

Re: [PATCH v2 07/15] soc: mediatek: mutex: refactor SOF settings for output components

2025-03-24 Thread AngeloGioacchino Del Regno
Il 21/03/25 10:33, paul-pl.chen ha scritto: From: Nancy Lin Refactor SOF settings by adding mtk_mutex_get_output_comp_sof() and extracting SOF logic from mtk_mutex_add_comp() and mtk_mutex_remove_comp(). - Added mtk_mutex_add_comp_sof() and mtk_mutex_remove_comp_sof() for SOF settings. - Re