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
bf4df935
Commit
bf4df935
authored
Dec 08, 2011
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-3.2' into for-3.3
parents
209e8cf6
974edd30
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sound/soc/samsung/jive_wm8750.c
sound/soc/samsung/jive_wm8750.c
+1
-2
sound/soc/samsung/smdk2443_wm9710.c
sound/soc/samsung/smdk2443_wm9710.c
+1
-0
No files found.
sound/soc/samsung/jive_wm8750.c
View file @
bf4df935
...
...
@@ -101,7 +101,6 @@ static int jive_wm8750_init(struct snd_soc_pcm_runtime *rtd)
{
struct
snd_soc_codec
*
codec
=
rtd
->
codec
;
struct
snd_soc_dapm_context
*
dapm
=
&
codec
->
dapm
;
int
err
;
/* These endpoints are not being used. */
snd_soc_dapm_nc_pin
(
dapm
,
"LINPUT2"
);
...
...
@@ -131,7 +130,7 @@ static struct snd_soc_card snd_soc_machine_jive = {
.
dai_link
=
&
jive_dai
,
.
num_links
=
1
,
.
dapm_widg
t
ets
=
wm8750_dapm_widgets
,
.
dapm_widgets
=
wm8750_dapm_widgets
,
.
num_dapm_widgets
=
ARRAY_SIZE
(
wm8750_dapm_widgets
),
.
dapm_routes
=
audio_map
,
.
num_dapm_routes
=
ARRAY_SIZE
(
audio_map
),
...
...
sound/soc/samsung/smdk2443_wm9710.c
View file @
bf4df935
...
...
@@ -12,6 +12,7 @@
*
*/
#include <linux/module.h>
#include <sound/soc.h>
static
struct
snd_soc_card
smdk2443
;
...
...
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