projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
631e8ad
)
ALSA: harmony - fix a typo
author
Takashi Iwai
<tiwai@suse.de>
Mon, 1 Sep 2008 17:45:58 +0000
(19:45 +0200)
committer
Jaroslav Kysela
<perex@perex.cz>
Thu, 4 Sep 2008 08:33:55 +0000
(10:33 +0200)
Fix a typo in the patch to remove snd_assert().
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
sound/parisc/harmony.c
patch
|
blob
|
history
diff --git
a/sound/parisc/harmony.c
b/sound/parisc/harmony.c
index
774372f
..
41f870f
100644
(file)
--- a/
sound/parisc/harmony.c
+++ b/
sound/parisc/harmony.c
@@
-869,7
+869,7
@@
snd_harmony_mixer_init(struct snd_harmony *h)
int idx, err;
if (snd_BUG_ON(!h))
- re
ut
rn -EINVAL;
+ re
tu
rn -EINVAL;
strcpy(card->mixername, "Harmony Gain control interface");
for (idx = 0; idx < HARMONY_CONTROLS; idx++) {