From 65b29f5039b38a5854b5e12238b0688a33e235cc Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Thu, 17 Nov 2005 15:09:46 +0100 Subject: [ALSA] Remove xxx_t typedefs: PowerMac Remove xxx_t typedefs from the PowerMac driver. Signed-off-by: Takashi Iwai --- sound/ppc/powermac.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sound/ppc/powermac.c') diff --git a/sound/ppc/powermac.c b/sound/ppc/powermac.c index a6d8cbf4064..db139cdee28 100644 --- a/sound/ppc/powermac.c +++ b/sound/ppc/powermac.c @@ -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; -- cgit v1.2.3