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
Kirill Smelkov
linux
Commits
7e94ca47
Commit
7e94ca47
authored
Sep 11, 2012
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: wm8900: Fix typo of name to wm9700
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
49992624
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sound/soc/codecs/wm8900.c
sound/soc/codecs/wm8900.c
+2
-2
No files found.
sound/soc/codecs/wm8900.c
View file @
7e94ca47
...
...
@@ -493,10 +493,10 @@ SOC_DAPM_SINGLE("RINPUT2 Switch", WM8900_REG_INCTL, 1, 1, 0),
SOC_DAPM_SINGLE
(
"RINPUT3 Switch"
,
WM8900_REG_INCTL
,
0
,
1
,
0
),
};
static
const
char
*
wm
97
00_lp_mux
[]
=
{
"Disabled"
,
"Enabled"
};
static
const
char
*
wm
89
00_lp_mux
[]
=
{
"Disabled"
,
"Enabled"
};
static
const
struct
soc_enum
wm8900_lineout2_lp_mux
=
SOC_ENUM_SINGLE
(
WM8900_REG_LOUTMIXCTL1
,
1
,
2
,
wm
97
00_lp_mux
);
SOC_ENUM_SINGLE
(
WM8900_REG_LOUTMIXCTL1
,
1
,
2
,
wm
89
00_lp_mux
);
static
const
struct
snd_kcontrol_new
wm8900_lineout2_lp
=
SOC_DAPM_ENUM
(
"Route"
,
wm8900_lineout2_lp_mux
);
...
...
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