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
f73c06dc
Commit
f73c06dc
authored
Mar 07, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/wm8960' into tmp
parents
de83fb38
44426de4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sound/soc/codecs/wm8960.c
sound/soc/codecs/wm8960.c
+4
-4
No files found.
sound/soc/codecs/wm8960.c
View file @
f73c06dc
...
...
@@ -53,8 +53,8 @@
* using 2 wire for device control, so we cache them instead.
*/
static
const
struct
reg_default
wm8960_reg_defaults
[]
=
{
{
0x0
,
0x00
9
7
},
{
0x1
,
0x00
9
7
},
{
0x0
,
0x00
a
7
},
{
0x1
,
0x00
a
7
},
{
0x2
,
0x0000
},
{
0x3
,
0x0000
},
{
0x4
,
0x0000
},
...
...
@@ -323,8 +323,8 @@ SND_SOC_DAPM_MIXER("Left Input Mixer", WM8960_POWER3, 5, 0,
SND_SOC_DAPM_MIXER
(
"Right Input Mixer"
,
WM8960_POWER3
,
4
,
0
,
wm8960_rin
,
ARRAY_SIZE
(
wm8960_rin
)),
SND_SOC_DAPM_ADC
(
"Left ADC"
,
"Capture"
,
WM8960_POWER
2
,
3
,
0
),
SND_SOC_DAPM_ADC
(
"Right ADC"
,
"Capture"
,
WM8960_POWER
2
,
2
,
0
),
SND_SOC_DAPM_ADC
(
"Left ADC"
,
"Capture"
,
WM8960_POWER
1
,
3
,
0
),
SND_SOC_DAPM_ADC
(
"Right ADC"
,
"Capture"
,
WM8960_POWER
1
,
2
,
0
),
SND_SOC_DAPM_DAC
(
"Left DAC"
,
"Playback"
,
WM8960_POWER2
,
8
,
0
),
SND_SOC_DAPM_DAC
(
"Right DAC"
,
"Playback"
,
WM8960_POWER2
,
7
,
0
),
...
...
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