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
39afd66c
Commit
39afd66c
authored
Nov 23, 2011
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Add fully_routed flag to Speyside machines
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
504855d1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sound/soc/samsung/speyside.c
sound/soc/samsung/speyside.c
+1
-2
sound/soc/samsung/speyside_wm8962.c
sound/soc/samsung/speyside_wm8962.c
+1
-0
No files found.
sound/soc/samsung/speyside.c
View file @
39afd66c
...
@@ -222,8 +222,6 @@ static struct snd_soc_dai_link speyside_dai[] = {
...
@@ -222,8 +222,6 @@ static struct snd_soc_dai_link speyside_dai[] = {
static
int
speyside_wm9081_init
(
struct
snd_soc_dapm_context
*
dapm
)
static
int
speyside_wm9081_init
(
struct
snd_soc_dapm_context
*
dapm
)
{
{
snd_soc_dapm_nc_pin
(
dapm
,
"LINEOUT"
);
/* At any time the WM9081 is active it will have this clock */
/* At any time the WM9081 is active it will have this clock */
return
snd_soc_codec_set_sysclk
(
dapm
->
codec
,
WM9081_SYSCLK_MCLK
,
0
,
return
snd_soc_codec_set_sysclk
(
dapm
->
codec
,
WM9081_SYSCLK_MCLK
,
0
,
48000
*
256
,
0
);
48000
*
256
,
0
);
...
@@ -308,6 +306,7 @@ static struct snd_soc_card speyside = {
...
@@ -308,6 +306,7 @@ static struct snd_soc_card speyside = {
.
num_dapm_widgets
=
ARRAY_SIZE
(
widgets
),
.
num_dapm_widgets
=
ARRAY_SIZE
(
widgets
),
.
dapm_routes
=
audio_paths
,
.
dapm_routes
=
audio_paths
,
.
num_dapm_routes
=
ARRAY_SIZE
(
audio_paths
),
.
num_dapm_routes
=
ARRAY_SIZE
(
audio_paths
),
.
fully_routed
=
true
,
.
late_probe
=
speyside_late_probe
,
.
late_probe
=
speyside_late_probe
,
};
};
...
...
sound/soc/samsung/speyside_wm8962.c
View file @
39afd66c
...
@@ -208,6 +208,7 @@ static struct snd_soc_card speyside_wm8962 = {
...
@@ -208,6 +208,7 @@ static struct snd_soc_card speyside_wm8962 = {
.
num_dapm_widgets
=
ARRAY_SIZE
(
widgets
),
.
num_dapm_widgets
=
ARRAY_SIZE
(
widgets
),
.
dapm_routes
=
audio_paths
,
.
dapm_routes
=
audio_paths
,
.
num_dapm_routes
=
ARRAY_SIZE
(
audio_paths
),
.
num_dapm_routes
=
ARRAY_SIZE
(
audio_paths
),
.
fully_routed
=
true
,
.
late_probe
=
speyside_wm8962_late_probe
,
.
late_probe
=
speyside_wm8962_late_probe
,
};
};
...
...
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