mbox series

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

Message ID 20241122014941.503789-1-shengjiu.wang@nxp.com (mailing list archive)
Headers show
Series ASoC: fsl: change IFACE_PCM to IFACE_MIXER | expand

Message

Shengjiu Wang Nov. 22, 2024, 1:49 a.m. UTC
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_MIXER.

Shengjiu Wang (2):
  ASoC: fsl_xcvr: change IFACE_PCM to IFACE_MIXER
  ASoC: fsl_spdif: change IFACE_PCM to IFACE_MIXER

 sound/soc/fsl/fsl_spdif.c | 2 +-
 sound/soc/fsl/fsl_xcvr.c  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)