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

committed by
Jaroslav Kysela

parent
bbe85bbd02
commit
65b29f5039
@@ -49,15 +49,15 @@ MODULE_PARM_DESC(enable_beep, "Enable beep using PCM.");
|
||||
* card entry
|
||||
*/
|
||||
|
||||
static snd_card_t *snd_pmac_card = NULL;
|
||||
static struct snd_card *snd_pmac_card = NULL;
|
||||
|
||||
/*
|
||||
*/
|
||||
|
||||
static int __init snd_pmac_probe(void)
|
||||
{
|
||||
snd_card_t *card;
|
||||
pmac_t *chip;
|
||||
struct snd_card *card;
|
||||
struct snd_pmac *chip;
|
||||
char *name_ext;
|
||||
int err;
|
||||
|
||||
|
Reference in New Issue
Block a user