Re: [PATCH v2 0/2] ASoC: fsl: change IFACE_PCM to IFACE_MIXER

2024-12-11 Thread Mark Brown
On Tue, 26 Nov 2024 13:32:52 +0800, Shengjiu Wang wrote: > As the snd_soc_card_get_kcontrol() is updated to use > snd_ctl_find_id_mixer() in > commit 897cc72b0837 ("ASoC: soc-card: Use > snd_ctl_find_id_mixer() instead of open-coding") > which make the iface fix to be IFACE_MIXER. > > if driver ne

[PATCH v2 0/2] ASoC: fsl: change IFACE_PCM to IFACE_MIXER

2024-11-25 Thread Shengjiu Wang
As the snd_soc_card_get_kcontrol() is updated to use snd_ctl_find_id_mixer() in commit 897cc72b0837 ("ASoC: soc-card: Use snd_ctl_find_id_mixer() instead of open-coding") which make the iface fix to be IFACE_MIXER. if driver need to use snd_soc_card_get_kcontrol() the id.type need to be IFACE_MIXE