projects
/
profile
/
ivi
/
kernel-x86-ivi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2e2bc2
)
ALSA: emu10k1 - emu10k1_main.c remove one to many l's in the word.
author
Justin P. Mattock
<justinmattock@gmail.com>
Fri, 25 Feb 2011 06:15:42 +0000
(22:15 -0800)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 25 Feb 2011 07:52:22 +0000
(08:52 +0100)
The patch below removes an extra "l" in the word.
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/emu10k1/emu10k1_main.c
patch
|
blob
|
history
diff --git
a/sound/pci/emu10k1/emu10k1_main.c
b/sound/pci/emu10k1/emu10k1_main.c
index
66c7fb3
..
5e619a8
100644
(file)
--- a/
sound/pci/emu10k1/emu10k1_main.c
+++ b/
sound/pci/emu10k1/emu10k1_main.c
@@
-926,7
+926,7
@@
static int snd_emu10k1_emu1010_init(struct snd_emu10k1 *emu)
snd_emu1010_fpga_write(emu, EMU_HANA_MIDI_IN, 0x19);
/* Unknown. */
snd_emu1010_fpga_write(emu, EMU_HANA_MIDI_OUT, 0x0c);
- /* IRQ Enable: All
l
on */
+ /* IRQ Enable: All on */
/* snd_emu1010_fpga_write(emu, 0x09, 0x0f ); */
/* IRQ Enable: All off */
snd_emu1010_fpga_write(emu, EMU_HANA_IRQ_ENABLE, 0x00);