Skip to content

Commit 7c17f77

Browse files
TE-N-ShengjiuWangbroonie
authored andcommitted
ASoC: fsl_xcvr: change IFACE_PCM to IFACE_MIXER
As the snd_soc_card_get_kcontrol() is updated to use snd_ctl_find_id_mixer() in commit 897cc72 ("ASoC: soc-card: Use snd_ctl_find_id_mixer() instead of open-coding") which make the iface fix to be IFACE_MIXER. Fixes: 897cc72 ("ASoC: soc-card: Use snd_ctl_find_id_mixer() instead of open-coding") Signed-off-by: Shengjiu Wang <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 2aa13da commit 7c17f77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/fsl/fsl_xcvr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ static int fsl_xcvr_capds_put(struct snd_kcontrol *kcontrol,
171171
}
172172

173173
static struct snd_kcontrol_new fsl_xcvr_earc_capds_kctl = {
174-
.iface = SNDRV_CTL_ELEM_IFACE_PCM,
174+
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
175175
.name = "Capabilities Data Structure",
176176
.access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
177177
.info = fsl_xcvr_type_capds_bytes_info,

0 commit comments

Comments
 (0)