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
Kirill Smelkov
linux
Commits
68817ee4
Commit
68817ee4
authored
Aug 10, 2011
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'for-3.1' into for-3.2
parents
0473e61b
371e7305
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
sound/soc/codecs/wm8750.c
sound/soc/codecs/wm8750.c
+7
-0
sound/soc/samsung/jive_wm8750.c
sound/soc/samsung/jive_wm8750.c
+1
-1
sound/soc/samsung/speyside_wm8962.c
sound/soc/samsung/speyside_wm8962.c
+1
-1
No files found.
sound/soc/codecs/wm8750.c
View file @
68817ee4
...
...
@@ -778,11 +778,18 @@ static int __devexit wm8750_spi_remove(struct spi_device *spi)
return
0
;
}
static
const
struct
spi_device_id
wm8750_spi_ids
[]
=
{
{
"wm8750"
,
0
},
{
"wm8987"
,
0
},
};
MODULE_DEVICE_TABLE
(
spi
,
wm8750_spi_id
);
static
struct
spi_driver
wm8750_spi_driver
=
{
.
driver
=
{
.
name
=
"wm8750-codec"
,
.
owner
=
THIS_MODULE
,
},
.
id_table
=
wm8750_spi_ids
,
.
probe
=
wm8750_spi_probe
,
.
remove
=
__devexit_p
(
wm8750_spi_remove
),
};
...
...
sound/soc/samsung/jive_wm8750.c
View file @
68817ee4
...
...
@@ -131,7 +131,7 @@ static struct snd_soc_dai_link jive_dai = {
.
cpu_dai_name
=
"s3c2412-i2s"
,
.
codec_dai_name
=
"wm8750-hifi"
,
.
platform_name
=
"samsung-audio"
,
.
codec_name
=
"wm8750-codec.0-0
x
1a"
,
.
codec_name
=
"wm8750-codec.0-0
0
1a"
,
.
init
=
jive_wm8750_init
,
.
ops
=
&
jive_ops
,
};
...
...
sound/soc/samsung/speyside_wm8962.c
View file @
68817ee4
...
...
@@ -37,7 +37,7 @@ static int speyside_wm8962_set_bias_level(struct snd_soc_card *card,
44100
*
256
,
SND_SOC_CLOCK_IN
);
if
(
ret
<
0
)
{
pr_err
(
"Failed to set SYSCLK: %d
\n
"
);
pr_err
(
"Failed to set SYSCLK: %d
\n
"
,
ret
);
return
ret
;
}
}
...
...
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