diff options
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 1b428a1eafd0..c8696ddc03ac 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c | |||
@@ -301,7 +301,7 @@ static struct snd_kcontrol_new stac9227_mixer[] = { | |||
301 | { } /* end */ | 301 | { } /* end */ |
302 | }; | 302 | }; |
303 | 303 | ||
304 | static snd_kcontrol_new_t stac927x_mixer[] = { | 304 | static struct snd_kcontrol_new stac927x_mixer[] = { |
305 | { | 305 | { |
306 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 306 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
307 | .name = "Input Source", | 307 | .name = "Input Source", |
@@ -316,7 +316,7 @@ static snd_kcontrol_new_t stac927x_mixer[] = { | |||
316 | { } /* end */ | 316 | { } /* end */ |
317 | }; | 317 | }; |
318 | 318 | ||
319 | static snd_kcontrol_new_t stac9205_mixer[] = { | 319 | static struct snd_kcontrol_new stac9205_mixer[] = { |
320 | { | 320 | { |
321 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, | 321 | .iface = SNDRV_CTL_ELEM_IFACE_MIXER, |
322 | .name = "Digital Input Source", | 322 | .name = "Digital Input Source", |