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
2aeffd40
Commit
2aeffd40
authored
Dec 05, 2012
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: wm5102: Make EQ coefficents configurable
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
f055c8f0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
sound/soc/codecs/wm5102.c
sound/soc/codecs/wm5102.c
+9
-0
No files found.
sound/soc/codecs/wm5102.c
View file @
2aeffd40
...
...
@@ -640,6 +640,15 @@ ARIZONA_MIXER_CONTROLS("EQ2", ARIZONA_EQ2MIX_INPUT_1_SOURCE),
ARIZONA_MIXER_CONTROLS
(
"EQ3"
,
ARIZONA_EQ3MIX_INPUT_1_SOURCE
),
ARIZONA_MIXER_CONTROLS
(
"EQ4"
,
ARIZONA_EQ4MIX_INPUT_1_SOURCE
),
SND_SOC_BYTES_MASK
(
"EQ1 Coefficeints"
,
ARIZONA_EQ1_1
,
21
,
ARIZONA_EQ1_ENA_MASK
),
SND_SOC_BYTES_MASK
(
"EQ2 Coefficeints"
,
ARIZONA_EQ2_1
,
21
,
ARIZONA_EQ2_ENA_MASK
),
SND_SOC_BYTES_MASK
(
"EQ3 Coefficeints"
,
ARIZONA_EQ3_1
,
21
,
ARIZONA_EQ3_ENA_MASK
),
SND_SOC_BYTES_MASK
(
"EQ4 Coefficeints"
,
ARIZONA_EQ4_1
,
21
,
ARIZONA_EQ4_ENA_MASK
),
SOC_SINGLE_TLV
(
"EQ1 B1 Volume"
,
ARIZONA_EQ1_1
,
ARIZONA_EQ1_B1_GAIN_SHIFT
,
24
,
0
,
eq_tlv
),
SOC_SINGLE_TLV
(
"EQ1 B2 Volume"
,
ARIZONA_EQ1_1
,
ARIZONA_EQ1_B2_GAIN_SHIFT
,
...
...
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