aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorConnor McAdams <[email protected]>2020-12-10 12:35:49 -0500
committerTakashi Iwai <[email protected]>2020-12-10 19:57:01 +0100
commit7079f785b50055a32b72eddcb7d9ba5688db24d0 (patch)
tree04dba0f26d798c9ddf5e89bc94b189cbd8b55c78
parentc697ba85a94b8f65bf90dec5ef9af5c39c3e73b2 (diff)
ALSA: hda/ca0132 - Change Input Source enum strings.
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: <[email protected]> Signed-off-by: Connor McAdams <[email protected]> Link: https://lore.kernel.org/r/[email protected] Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Takashi Iwai <[email protected]>
-rw-r--r--sound/pci/hda/patch_ca0132.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_ca0132.c b/sound/pci/hda/patch_ca0132.c
index e96db73c32f5..793dc5d501a5 100644
--- 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,