aboutsummaryrefslogtreecommitdiffstats
path: root/sound/aoa/soundbus
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2016-08-24 20:57:47 +0300
committerTakashi Iwai <tiwai@suse.de>2016-08-25 16:48:54 +0200
commit34b64e5ebffc5e4a9dbf8735561c4159a936248f (patch)
tree90ba9ca82b0b94f4bbb9356663e46388e0d652fc /sound/aoa/soundbus
parentALSA: bebob: unify configurations for some models produced by Yamaha/Terratec (diff)
downloadlinux-dev-34b64e5ebffc5e4a9dbf8735561c4159a936248f.tar.xz
linux-dev-34b64e5ebffc5e4a9dbf8735561c4159a936248f.zip
ALSA: snd-aoa: enable sound on PowerBook G4 12"
Enable sound on PowerBook G4 12". Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/aoa/soundbus')
-rw-r--r--sound/aoa/soundbus/i2sbus/core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/aoa/soundbus/i2sbus/core.c b/sound/aoa/soundbus/i2sbus/core.c
index 1cbf210080a1..000b58522106 100644
--- a/sound/aoa/soundbus/i2sbus/core.c
+++ b/sound/aoa/soundbus/i2sbus/core.c
@@ -197,7 +197,7 @@ static int i2sbus_add_dev(struct macio_dev *macio,
* so restrict to those we do handle for now.
*/
if (id && (*id == 22 || *id == 14 || *id == 35 ||
- *id == 44)) {
+ *id == 31 || *id == 44)) {
snprintf(dev->sound.modalias, 32,
"aoa-device-id-%d", *id);
ok = 1;