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
eceff819
Commit
eceff819
authored
Feb 11, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/wm5100' into asoc-next
parents
3bb26706
20fc4863
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
sound/soc/codecs/wm5100.c
sound/soc/codecs/wm5100.c
+13
-0
No files found.
sound/soc/codecs/wm5100.c
View file @
eceff819
...
...
@@ -563,6 +563,19 @@ SOC_DOUBLE_R("IN3 Switch", WM5100_ADC_DIGITAL_VOLUME_3L,
SOC_DOUBLE_R
(
"IN4 Switch"
,
WM5100_ADC_DIGITAL_VOLUME_4L
,
WM5100_ADC_DIGITAL_VOLUME_4R
,
WM5100_IN4L_MUTE_SHIFT
,
1
,
1
),
SND_SOC_BYTES_MASK
(
"EQ1 Coefficients"
,
WM5100_EQ1_1
,
20
,
WM5100_EQ1_ENA
),
SND_SOC_BYTES_MASK
(
"EQ2 Coefficients"
,
WM5100_EQ2_1
,
20
,
WM5100_EQ2_ENA
),
SND_SOC_BYTES_MASK
(
"EQ3 Coefficients"
,
WM5100_EQ3_1
,
20
,
WM5100_EQ3_ENA
),
SND_SOC_BYTES_MASK
(
"EQ4 Coefficients"
,
WM5100_EQ4_1
,
20
,
WM5100_EQ4_ENA
),
SND_SOC_BYTES_MASK
(
"DRC Coefficients"
,
WM5100_DRC1_CTRL1
,
5
,
WM5100_DRCL_ENA
|
WM5100_DRCR_ENA
),
SND_SOC_BYTES
(
"LHPF1 Coefficeints"
,
WM5100_HPLPF1_2
,
1
),
SND_SOC_BYTES
(
"LHPF2 Coefficeints"
,
WM5100_HPLPF2_2
,
1
),
SND_SOC_BYTES
(
"LHPF3 Coefficeints"
,
WM5100_HPLPF3_2
,
1
),
SND_SOC_BYTES
(
"LHPF4 Coefficeints"
,
WM5100_HPLPF4_2
,
1
),
SOC_SINGLE
(
"HPOUT1 High Performance Switch"
,
WM5100_OUT_VOLUME_1L
,
WM5100_OUT1_OSR_SHIFT
,
1
,
0
),
SOC_SINGLE
(
"HPOUT2 High Performance Switch"
,
WM5100_OUT_VOLUME_2L
,
...
...
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