Re: [PATCH v4 07/16] ASoC: mediatek: mt8365: Add ADDA DAI support

2024-05-22 Thread Alexandre Mergnat
On 20/05/2024 12:27, AngeloGioacchino Del Regno wrote: +int mt8365_dai_disable_adda_on(struct mtk_base_afe *afe) +{ +    unsigned long flags; +    struct mt8365_afe_private *afe_priv = afe->platform_priv; + +    spin_lock_irqsave(&afe_priv->afe_ctrl_lock, flags); + +    adda_afe_on_ref_cnt--;

Re: [PATCH v4 07/16] ASoC: mediatek: mt8365: Add ADDA DAI support

2024-05-20 Thread AngeloGioacchino Del Regno
Il 26/04/24 19:22, Alexandre Mergnat ha scritto: Add ADDA Device Audio Interface support for MT8365 SoC. Signed-off-by: Alexandre Mergnat --- sound/soc/mediatek/mt8365/mt8365-dai-adda.c | 315 1 file changed, 315 insertions(+) diff --git a/sound/soc/mediatek/mt8

[PATCH v4 07/16] ASoC: mediatek: mt8365: Add ADDA DAI support

2024-04-26 Thread Alexandre Mergnat
Add ADDA Device Audio Interface support for MT8365 SoC. Signed-off-by: Alexandre Mergnat --- sound/soc/mediatek/mt8365/mt8365-dai-adda.c | 315 1 file changed, 315 insertions(+) diff --git a/sound/soc/mediatek/mt8365/mt8365-dai-adda.c b/sound/soc/mediatek/mt8365/mt