projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c697ba8
)
ALSA: hda/ca0132 - Change Input Source enum strings.
author
Connor McAdams
<conmanx360@gmail.com>
Thu, 10 Dec 2020 17:35:49 +0000
(12:35 -0500)
committer
Takashi Iwai
<tiwai@suse.de>
Thu, 10 Dec 2020 18:57:01 +0000
(19:57 +0100)
Change the Input Source enumerated control's strings to make it play
nice with pulseaudio.
Fixes: 7cb9d94c05de9 ("ALSA: hda/ca0132: add alt_select_in/out for R3Di + SBZ")
Cc: <stable@kernel.org>
Signed-off-by: Connor McAdams <conmanx360@gmail.com>
Link:
https://lore.kernel.org/r/20201208195223.424753-2-conmanx360@gmail.com
Link:
https://lore.kernel.org/r/20201210173550.2968-2-conmanx360@gmail.com
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_ca0132.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_ca0132.c
b/sound/pci/hda/patch_ca0132.c
index e96db73c32f53a3a32baa3642ea3b910b86ee3c8..793dc5d501a58b39b1f21535962cde4dddb0a3bb 100644
(file)
--- a/
sound/pci/hda/patch_ca0132.c
+++ b/
sound/pci/hda/patch_ca0132.c
@@
-95,7
+95,7
@@
enum {
};
/* Strings for Input Source Enum Control */
-static const char *const in_src_str[3] = {
"Rear Mic", "Line", "Front Mic
" };
+static const char *const in_src_str[3] = {
"Microphone", "Line In", "Front Microphone
" };
#define IN_SRC_NUM_OF_INPUTS 3
enum {
REAR_MIC,