Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
6588fa90
Commit
6588fa90
authored
Mar 13, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/lm49453' into asoc-next
parents
d4cb542a
26d04ca8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
9 deletions
+7
-9
sound/soc/codecs/lm49453.c
sound/soc/codecs/lm49453.c
+7
-9
No files found.
sound/soc/codecs/lm49453.c
View file @
6588fa90
...
...
@@ -213,15 +213,13 @@ static const char *lm49453_adcl_mux_text[] = { "MIC1", "Aux_L" };
static
const
char
*
lm49453_adcr_mux_text
[]
=
{
"MIC2"
,
"Aux_R"
};
static
const
struct
soc_enum
lm49453_adcl_enum
=
SOC_ENUM_SINGLE
(
LM49453_P0_ANALOG_MIXER_ADC_REG
,
0
,
ARRAY_SIZE
(
lm49453_adcl_mux_text
),
lm49453_adcl_mux_text
);
static
const
struct
soc_enum
lm49453_adcr_enum
=
SOC_ENUM_SINGLE
(
LM49453_P0_ANALOG_MIXER_ADC_REG
,
1
,
ARRAY_SIZE
(
lm49453_adcr_mux_text
),
lm49453_adcr_mux_text
);
static
SOC_ENUM_SINGLE_DECL
(
lm49453_adcl_enum
,
LM49453_P0_ANALOG_MIXER_ADC_REG
,
0
,
lm49453_adcl_mux_text
);
static
SOC_ENUM_SINGLE_DECL
(
lm49453_adcr_enum
,
LM49453_P0_ANALOG_MIXER_ADC_REG
,
1
,
lm49453_adcr_mux_text
);
static
const
struct
snd_kcontrol_new
lm49453_adcl_mux_control
=
SOC_DAPM_ENUM
(
"ADC Left Mux"
,
lm49453_adcl_enum
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment