[ALSA] Remove xxx_t typedefs: PowerMac
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / sound / ppc / powermac.c
index a6d8cbf4064f8a749880d756956a23979918ce1c..db139cdee28b25b1740ef5ae95649c5dd458899f 100644 (file)
@@ -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;