projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
201e06f
)
ALSA: hda - Fix a typo
author
Takashi Iwai
<tiwai@suse.de>
Mon, 21 Nov 2011 13:17:16 +0000
(14:17 +0100)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 21 Nov 2011 13:19:00 +0000
(14:19 +0100)
Reported-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/hda_codec.c
b/sound/pci/hda/hda_codec.c
index e050f893bf750cf69628fadc673cc9681b3f99f4..b703e25b6241ca2e8f0aeca54977a38eef6a1814 100644
(file)
--- a/
sound/pci/hda/hda_codec.c
+++ b/
sound/pci/hda/hda_codec.c
@@
-5071,7
+5071,7
@@
static const char *check_output_sfx(hda_nid_t nid, const hda_nid_t *pins,
int num_pins, int *indexp)
{
static const char * const channel_sfx[] = {
- " Front", " Surroun
t
", " CLFE", " Side"
+ " Front", " Surroun
d
", " CLFE", " Side"
};
int i;