mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-13 00:29:50 +00:00
[PATCH] snd-cs4236 typo fix
I noticed on 2.6.16-rc4 that my MPU-401 wasn't functional, due to a simple copy & paste error in sound/isa/cs423x/cs4236.c. Acked-by: Takashi Iwai <tiwai@suse.de> Cc: Jaroslav Kysela <perex@suse.cz> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
6ced13cdca
commit
6f595cffed
@ -414,7 +414,7 @@ static int __devinit snd_card_cs423x_pnpc(int dev, struct snd_card_cs4236 *acard
|
|||||||
}
|
}
|
||||||
/* MPU initialization */
|
/* MPU initialization */
|
||||||
if (acard->mpu && mpu_port[dev] > 0) {
|
if (acard->mpu && mpu_port[dev] > 0) {
|
||||||
if (snd_cs423x_pnp_init_mpu(dev, acard->ctrl, cfg) < 0)
|
if (snd_cs423x_pnp_init_mpu(dev, acard->mpu, cfg) < 0)
|
||||||
goto error;
|
goto error;
|
||||||
}
|
}
|
||||||
kfree(cfg);
|
kfree(cfg);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user