projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ced13c
)
[PATCH] snd-cs4236 typo fix
author
Rene Herman
<
[email protected]
>
Fri, 24 Feb 2006 21:03:51 +0000
(13:03 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 24 Feb 2006 22:31:36 +0000
(14:31 -0800)
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 <
[email protected]
>
Cc: Jaroslav Kysela <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
sound/isa/cs423x/cs4236.c
patch
|
blob
|
history
diff --git
a/sound/isa/cs423x/cs4236.c
b/sound/isa/cs423x/cs4236.c
index 4fa4310405648ca2c96fd005ed3339e8e79791a8..99a42138bea047f28b10aa2f674f0eb2eac9e4f9 100644
(file)
--- a/
sound/isa/cs423x/cs4236.c
+++ b/
sound/isa/cs423x/cs4236.c
@@
-414,7
+414,7
@@
static int __devinit snd_card_cs423x_pnpc(int dev, struct snd_card_cs4236 *acard
}
/* MPU initialization */
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;
}
kfree(cfg);