Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Linux
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
jan.koester
Linux
Commits
1ee9271d
Commit
1ee9271d
authored
11 years ago
by
Mark Brown
Browse files
Options
Downloads
Plain Diff
Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next
parents
60790c57
939d3c6a
Loading
Loading
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
sound/soc/samsung/bells.c
+14
-0
14 additions, 0 deletions
sound/soc/samsung/bells.c
sound/soc/samsung/smdk_wm8580pcm.c
+0
-1
0 additions, 1 deletion
sound/soc/samsung/smdk_wm8580pcm.c
sound/soc/samsung/smdk_wm8994pcm.c
+0
-1
0 additions, 1 deletion
sound/soc/samsung/smdk_wm8994pcm.c
with
14 additions
and
2 deletions
sound/soc/samsung/bells.c
+
14
−
0
View file @
1ee9271d
...
...
@@ -350,8 +350,16 @@ static struct snd_soc_codec_conf bells_codec_conf[] = {
},
};
static
struct
snd_soc_dapm_widget
bells_widgets
[]
=
{
SND_SOC_DAPM_MIC
(
"DMIC"
,
NULL
),
};
static
struct
snd_soc_dapm_route
bells_routes
[]
=
{
{
"Sub CLK_SYS"
,
NULL
,
"OPCLK"
},
{
"DMIC"
,
NULL
,
"MICBIAS2"
},
{
"IN2L"
,
NULL
,
"DMIC"
},
{
"IN2R"
,
NULL
,
"DMIC"
},
};
static
struct
snd_soc_card
bells_cards
[]
=
{
...
...
@@ -365,6 +373,8 @@ static struct snd_soc_card bells_cards[] = {
.
late_probe
=
bells_late_probe
,
.
dapm_widgets
=
bells_widgets
,
.
num_dapm_widgets
=
ARRAY_SIZE
(
bells_widgets
),
.
dapm_routes
=
bells_routes
,
.
num_dapm_routes
=
ARRAY_SIZE
(
bells_routes
),
...
...
@@ -383,6 +393,8 @@ static struct snd_soc_card bells_cards[] = {
.
late_probe
=
bells_late_probe
,
.
dapm_widgets
=
bells_widgets
,
.
num_dapm_widgets
=
ARRAY_SIZE
(
bells_widgets
),
.
dapm_routes
=
bells_routes
,
.
num_dapm_routes
=
ARRAY_SIZE
(
bells_routes
),
...
...
@@ -401,6 +413,8 @@ static struct snd_soc_card bells_cards[] = {
.
late_probe
=
bells_late_probe
,
.
dapm_widgets
=
bells_widgets
,
.
num_dapm_widgets
=
ARRAY_SIZE
(
bells_widgets
),
.
dapm_routes
=
bells_routes
,
.
num_dapm_routes
=
ARRAY_SIZE
(
bells_routes
),
...
...
This diff is collapsed.
Click to expand it.
sound/soc/samsung/smdk_wm8580pcm.c
+
0
−
1
View file @
1ee9271d
...
...
@@ -176,7 +176,6 @@ static int snd_smdk_probe(struct platform_device *pdev)
static
int
snd_smdk_remove
(
struct
platform_device
*
pdev
)
{
snd_soc_unregister_card
(
&
smdk_pcm
);
platform_set_drvdata
(
pdev
,
NULL
);
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
sound/soc/samsung/smdk_wm8994pcm.c
+
0
−
1
View file @
1ee9271d
...
...
@@ -146,7 +146,6 @@ static int snd_smdk_probe(struct platform_device *pdev)
static
int
snd_smdk_remove
(
struct
platform_device
*
pdev
)
{
snd_soc_unregister_card
(
&
smdk_pcm
);
platform_set_drvdata
(
pdev
,
NULL
);
return
0
;
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment