[ALSA] sound/ppc/pmac.c typo
authorStelian Pop <stelian@popies.net>
Fri, 20 Jan 2006 13:44:41 +0000 (14:44 +0100)
committerJaroslav Kysela <perex@suse.cz>
Sun, 22 Jan 2006 16:10:41 +0000 (17:10 +0100)
commit168a95f170070ddda1ba7505c2ce9ae8b50f21f6
tree2df859914c2f946d7b2f8b6b0c79f129bfa89de0
parent20cd22620ad3a8a57a942fa1f301d47a1e15d67e
[ALSA] sound/ppc/pmac.c typo

Modules: PPC PMAC driver

In 2.6.16-rc1 there is a small typo introduced by the
'Remove device_node addrs/n_addr' changes
which prevents my Powerbook G4 sound from working:

Advanced Linux Sound Architecture Driver Version 1.0.11rc2
(Wed Jan 04 08:57:20 2006 UTC).
snd: can't request rsrc  0 (Sound Control: 0x80000000:80004fff)
ALSA device list:
   No soundcards found.

The patch below fixes it. Of course, the patch fixing the i2c issues
('i2c_smbus_write_i2c_block_data' patch) needs to be applied to in
order for the sound to completly work.

Signed-off-by: Stelian Pop <stelian@popies.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/ppc/pmac.c