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
3c307826
Commit
3c307826
authored
Apr 12, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-next
parents
ca0c5685
21eb2693
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
sound/soc/codecs/wm8960.c
sound/soc/codecs/wm8960.c
+10
-0
No files found.
sound/soc/codecs/wm8960.c
View file @
3c307826
...
...
@@ -204,6 +204,7 @@ static const DECLARE_TLV_DB_SCALE(adc_tlv, -9700, 50, 0);
static
const
DECLARE_TLV_DB_SCALE
(
dac_tlv
,
-
12700
,
50
,
1
);
static
const
DECLARE_TLV_DB_SCALE
(
bypass_tlv
,
-
2100
,
300
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
out_tlv
,
-
12100
,
100
,
1
);
static
const
DECLARE_TLV_DB_SCALE
(
boost_tlv
,
-
1200
,
300
,
1
);
static
const
struct
snd_kcontrol_new
wm8960_snd_controls
[]
=
{
SOC_DOUBLE_R_TLV
(
"Capture Volume"
,
WM8960_LINVOL
,
WM8960_RINVOL
,
...
...
@@ -213,6 +214,15 @@ SOC_DOUBLE_R("Capture Volume ZC Switch", WM8960_LINVOL, WM8960_RINVOL,
SOC_DOUBLE_R
(
"Capture Switch"
,
WM8960_LINVOL
,
WM8960_RINVOL
,
7
,
1
,
0
),
SOC_SINGLE_TLV
(
"Right Input Boost Mixer RINPUT3 Volume"
,
WM8960_INBMIX1
,
4
,
7
,
0
,
boost_tlv
),
SOC_SINGLE_TLV
(
"Right Input Boost Mixer RINPUT2 Volume"
,
WM8960_INBMIX1
,
1
,
7
,
0
,
boost_tlv
),
SOC_SINGLE_TLV
(
"Left Input Boost Mixer LINPUT3 Volume"
,
WM8960_INBMIX2
,
4
,
7
,
0
,
boost_tlv
),
SOC_SINGLE_TLV
(
"Left Input Boost Mixer LINPUT2 Volume"
,
WM8960_INBMIX2
,
1
,
7
,
0
,
boost_tlv
),
SOC_DOUBLE_R_TLV
(
"Playback Volume"
,
WM8960_LDAC
,
WM8960_RDAC
,
0
,
255
,
0
,
dac_tlv
),
...
...
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