aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_sigmatel.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2006-11-23 13:27:12 -0500
committerJaroslav Kysela <perex@suse.cz>2007-02-09 03:01:45 -0500
commitd1d985f019c3b290e09881b7b23abdc87aee2895 (patch)
tree14d8db6bfce684db0c199eedbc76a30a08f0d87f /sound/pci/hda/patch_sigmatel.c
parent59d6e149d9e5c476138911c95f288ec3feb3a34d (diff)
[ALSA] Fix obsolete *_t typedefs
Fixed obsolete *_t typedefs. Now completely removed. Signed-off-by: Takashi Iwai <tiwai@suse.de> Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r--sound/pci/hda/patch_sigmatel.c4
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
304static snd_kcontrol_new_t stac927x_mixer[] = { 304static 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
319static snd_kcontrol_new_t stac9205_mixer[] = { 319static 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",