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
980aac20
Commit
980aac20
authored
Mar 23, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branches 'asoc/topic/max98090' and 'asoc/topic/omap' into asoc-next
parents
cca1b08f
e585ca34
7f0af4ae
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
sound/soc/codecs/max98090.c
sound/soc/codecs/max98090.c
+0
-1
sound/soc/codecs/max98090.h
sound/soc/codecs/max98090.h
+0
-1
sound/soc/omap/omap-abe-twl6040.c
sound/soc/omap/omap-abe-twl6040.c
+1
-2
No files found.
sound/soc/codecs/max98090.c
View file @
980aac20
...
@@ -2343,7 +2343,6 @@ static int max98090_i2c_probe(struct i2c_client *i2c,
...
@@ -2343,7 +2343,6 @@ static int max98090_i2c_probe(struct i2c_client *i2c,
max98090
->
devtype
=
id
->
driver_data
;
max98090
->
devtype
=
id
->
driver_data
;
i2c_set_clientdata
(
i2c
,
max98090
);
i2c_set_clientdata
(
i2c
,
max98090
);
max98090
->
control_data
=
i2c
;
max98090
->
pdata
=
i2c
->
dev
.
platform_data
;
max98090
->
pdata
=
i2c
->
dev
.
platform_data
;
max98090
->
irq
=
i2c
->
irq
;
max98090
->
irq
=
i2c
->
irq
;
...
...
sound/soc/codecs/max98090.h
View file @
980aac20
...
@@ -1523,7 +1523,6 @@ struct max98090_priv {
...
@@ -1523,7 +1523,6 @@ struct max98090_priv {
struct
regmap
*
regmap
;
struct
regmap
*
regmap
;
struct
snd_soc_codec
*
codec
;
struct
snd_soc_codec
*
codec
;
enum
max98090_type
devtype
;
enum
max98090_type
devtype
;
void
*
control_data
;
struct
max98090_pdata
*
pdata
;
struct
max98090_pdata
*
pdata
;
unsigned
int
sysclk
;
unsigned
int
sysclk
;
unsigned
int
bclk
;
unsigned
int
bclk
;
...
...
sound/soc/omap/omap-abe-twl6040.c
View file @
980aac20
...
@@ -203,8 +203,7 @@ static const struct snd_soc_dapm_route dmic_audio_map[] = {
...
@@ -203,8 +203,7 @@ static const struct snd_soc_dapm_route dmic_audio_map[] = {
static
int
omap_abe_dmic_init
(
struct
snd_soc_pcm_runtime
*
rtd
)
static
int
omap_abe_dmic_init
(
struct
snd_soc_pcm_runtime
*
rtd
)
{
{
struct
snd_soc_codec
*
codec
=
rtd
->
codec
;
struct
snd_soc_dapm_context
*
dapm
=
&
rtd
->
card
->
dapm
;
struct
snd_soc_dapm_context
*
dapm
=
&
codec
->
dapm
;
return
snd_soc_dapm_add_routes
(
dapm
,
dmic_audio_map
,
return
snd_soc_dapm_add_routes
(
dapm
,
dmic_audio_map
,
ARRAY_SIZE
(
dmic_audio_map
));
ARRAY_SIZE
(
dmic_audio_map
));
...
...
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