ALSA: powermac - Correct volume controls and HP detection for PMac 8500/9500
authorRisto Suominen <Risto.Suominen@gmail.com>
Tue, 20 Jan 2009 20:01:15 +0000 (22:01 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 9 Mar 2009 13:58:13 +0000 (14:58 +0100)
Correct volume controls and headphone detection for PowerMac 8500/9500 (AWACS).

Signed-off-by: Risto Suominen <Risto.Suominen@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/awacs.c

index d89c23e..9abbf64 100644 (file)
@@ -766,7 +766,9 @@ static void snd_pmac_awacs_resume(struct snd_pmac *chip)
 }
 #endif /* CONFIG_PM */
 
-#define IS_PM7500 (machine_is_compatible("AAPL,7500"))
+#define IS_PM7500 (machine_is_compatible("AAPL,7500") \
+               || machine_is_compatible("AAPL,8500") \
+               || machine_is_compatible("AAPL,9500"))
 #define IS_PM5500 (machine_is_compatible("AAPL,e411"))
 #define IS_BEIGE (machine_is_compatible("AAPL,Gossamer"))
 #define IS_IMAC1 (machine_is_compatible("PowerMac2,1"))