projects
/
unionfs-2.6.39.y.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e41c2f
)
ALSA: hda - fix typo in proc output
author
David Henningsson
<david.henningsson@canonical.com>
Thu, 4 Apr 2013 09:47:13 +0000
(11:47 +0200)
committer
Ben Hutchings
<ben@decadent.org.uk>
Thu, 25 Apr 2013 19:25:47 +0000
(20:25 +0100)
commit
aeb3a97222832e5457c4b72d72235098ce4bfe8d
upstream.
Rename "Digitial In" to "Digital In". This function is only used for
proc output, so should not cause any problems to change.
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
sound/pci/hda/hda_codec.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/hda_codec.c
b/sound/pci/hda/hda_codec.c
index 7747d263a21253511a009341d79f42ffc4c9c11a..4707b6c9816a6dc5b02af0eb05496c3988dab025 100644
(file)
--- a/
sound/pci/hda/hda_codec.c
+++ b/
sound/pci/hda/hda_codec.c
@@
-163,7
+163,7
@@
const char *snd_hda_get_jack_type(u32 cfg)
"Line Out", "Speaker", "HP Out", "CD",
"SPDIF Out", "Digital Out", "Modem Line", "Modem Hand",
"Line In", "Aux", "Mic", "Telephony",
- "SPDIF In", "Digit
i
al In", "Reserved", "Other"
+ "SPDIF In", "Digital In", "Reserved", "Other"
};
return jack_types[(cfg & AC_DEFCFG_DEVICE)