Skip to content

Commit fc02732

Browse files
author
Fox Snowpatch
committed
1 parent bcf2bbe commit fc02732

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

sound/soc/fsl/fsl_spdif.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1204,7 +1204,7 @@ static struct snd_kcontrol_new fsl_spdif_ctrls[] = {
12041204
},
12051205
/* DPLL lock info get controller */
12061206
{
1207-
.iface = SNDRV_CTL_ELEM_IFACE_PCM,
1207+
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
12081208
.name = RX_SAMPLE_RATE_KCONTROL,
12091209
.access = SNDRV_CTL_ELEM_ACCESS_READ |
12101210
SNDRV_CTL_ELEM_ACCESS_VOLATILE,

sound/soc/fsl/fsl_xcvr.c

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

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

0 commit comments

Comments
 (0)