Commit 7371d860 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] remove duplicate field initialization

au88x0 driver
Remove duplicate (and inconsistent) initialization of the iface field.
Signed-off-by: default avatarClemens Ladisch <clemens@ladisch.de>
parent 49b4b7b2
...@@ -488,7 +488,6 @@ static snd_kcontrol_new_t snd_vortex_mixer_spdif[] __devinitdata = { ...@@ -488,7 +488,6 @@ static snd_kcontrol_new_t snd_vortex_mixer_spdif[] __devinitdata = {
.put = snd_vortex_spdif_put, .put = snd_vortex_spdif_put,
}, },
{ {
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.access = SNDRV_CTL_ELEM_ACCESS_READ, .access = SNDRV_CTL_ELEM_ACCESS_READ,
.iface = SNDRV_CTL_ELEM_IFACE_PCM, .iface = SNDRV_CTL_ELEM_IFACE_PCM,
.name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,CON_MASK), .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,CON_MASK),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment