[ALSA] Remove xxx_t typedefs: PCI ICE1724
Modules: ICE1724 driver,ICE1712 driver Remove xxx_t typedefs from the PCI ICE1724 driver. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:

committed by
Jaroslav Kysela

parent
6ca308d4ed
commit
ab0c7d72c3
@@ -33,7 +33,7 @@
|
||||
#include "vt1720_mobo.h"
|
||||
|
||||
|
||||
static int __devinit k8x800_init(ice1712_t *ice)
|
||||
static int __devinit k8x800_init(struct snd_ice1712 *ice)
|
||||
{
|
||||
ice->vt1720 = 1;
|
||||
|
||||
@@ -47,7 +47,7 @@ static int __devinit k8x800_init(ice1712_t *ice)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int __devinit k8x800_add_controls(ice1712_t *ice)
|
||||
static int __devinit k8x800_add_controls(struct snd_ice1712 *ice)
|
||||
{
|
||||
/* FIXME: needs some quirks for VT1616? */
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user