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
ca0c5685
Commit
ca0c5685
authored
Apr 12, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/wm8903' into asoc-next
parents
4277c2a2
00aa0fac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
sound/soc/codecs/wm8903.c
sound/soc/codecs/wm8903.c
+4
-0
No files found.
sound/soc/codecs/wm8903.c
View file @
ca0c5685
...
...
@@ -478,6 +478,8 @@ static int wm8903_put_deemph(struct snd_kcontrol *kcontrol,
/* ALSA can only do steps of .01dB */
static
const
DECLARE_TLV_DB_SCALE
(
digital_tlv
,
-
7200
,
75
,
1
);
static
const
DECLARE_TLV_DB_SCALE
(
dac_boost_tlv
,
0
,
600
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
digital_sidetone_tlv
,
-
3600
,
300
,
0
);
static
const
DECLARE_TLV_DB_SCALE
(
out_tlv
,
-
5700
,
100
,
0
);
...
...
@@ -698,6 +700,8 @@ SOC_ENUM("DAC Mute Mode", mute_mode),
SOC_SINGLE
(
"DAC Mono Switch"
,
WM8903_DAC_DIGITAL_1
,
12
,
1
,
0
),
SOC_ENUM
(
"DAC Companding Mode"
,
dac_companding
),
SOC_SINGLE
(
"DAC Companding Switch"
,
WM8903_AUDIO_INTERFACE_0
,
1
,
1
,
0
),
SOC_SINGLE_TLV
(
"DAC Boost Volume"
,
WM8903_AUDIO_INTERFACE_0
,
9
,
3
,
0
,
dac_boost_tlv
),
SOC_SINGLE_BOOL_EXT
(
"Playback Deemphasis Switch"
,
0
,
wm8903_get_deemph
,
wm8903_put_deemph
),
...
...
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