[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>
This commit is contained in:
Takashi Iwai
2006-11-23 19:27:12 +01:00
committed by Jaroslav Kysela
parent 59d6e149d9
commit d1d985f019
3 changed files with 8 additions and 8 deletions

View File

@ -301,7 +301,7 @@ static struct snd_kcontrol_new stac9227_mixer[] = {
{ } /* end */
};
static snd_kcontrol_new_t stac927x_mixer[] = {
static struct snd_kcontrol_new stac927x_mixer[] = {
{
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.name = "Input Source",
@ -316,7 +316,7 @@ static snd_kcontrol_new_t stac927x_mixer[] = {
{ } /* end */
};
static snd_kcontrol_new_t stac9205_mixer[] = {
static struct snd_kcontrol_new stac9205_mixer[] = {
{
.iface = SNDRV_CTL_ELEM_IFACE_MIXER,
.name = "Digital Input Source",