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
0afc8c73
Commit
0afc8c73
authored
Dec 06, 2010
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-2.6.37' into for-2.6.38
Conflicts: include/linux/mfd/wm8994/pdata.h
parents
0d735eaa
1dcb4f38
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
include/linux/mfd/wm8994/pdata.h
include/linux/mfd/wm8994/pdata.h
+1
-1
sound/soc/codecs/wm_hubs.c
sound/soc/codecs/wm_hubs.c
+1
-1
sound/soc/soc-core.c
sound/soc/soc-core.c
+2
-0
No files found.
include/linux/mfd/wm8994/pdata.h
View file @
0afc8c73
...
...
@@ -29,7 +29,7 @@ struct wm8994_ldo_pdata {
#define WM8994_CONFIGURE_GPIO 0x8000
#define WM8994_DRC_REGS 5
#define WM8994_EQ_REGS
19
#define WM8994_EQ_REGS
20
#define WM8958_MBC_CUTOFF_REGS 20
#define WM8958_MBC_COEFF_REGS 48
...
...
sound/soc/codecs/wm_hubs.c
View file @
0afc8c73
...
...
@@ -323,7 +323,7 @@ SOC_DOUBLE_R("Speaker Switch",
SOC_DOUBLE_R
(
"Speaker ZC Switch"
,
WM8993_SPEAKER_VOLUME_LEFT
,
WM8993_SPEAKER_VOLUME_RIGHT
,
7
,
1
,
0
),
SOC_DOUBLE_TLV
(
"Speaker Boost Volume"
,
WM8993_SPKOUT_BOOST
,
0
,
3
,
7
,
0
,
SOC_DOUBLE_TLV
(
"Speaker Boost Volume"
,
WM8993_SPKOUT_BOOST
,
3
,
0
,
7
,
0
,
spkboost_tlv
),
SOC_ENUM
(
"Speaker Reference"
,
speaker_ref
),
SOC_ENUM
(
"Speaker Mode"
,
speaker_mode
),
...
...
sound/soc/soc-core.c
View file @
0afc8c73
...
...
@@ -3361,7 +3361,9 @@ int snd_soc_register_dais(struct device *dev,
pr_debug
(
"Registered DAI '%s'
\n
"
,
dai
->
name
);
}
mutex_lock
(
&
client_mutex
);
snd_soc_instantiate_cards
();
mutex_unlock
(
&
client_mutex
);
return
0
;
err:
...
...
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