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
53f3bdb0
Commit
53f3bdb0
authored
Mar 13, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/cirrus' into asoc-next
parents
c9aa1625
7b2655b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
13 deletions
+5
-13
sound/soc/cirrus/snappercl15.c
sound/soc/cirrus/snappercl15.c
+5
-13
No files found.
sound/soc/cirrus/snappercl15.c
View file @
53f3bdb0
...
...
@@ -65,18 +65,6 @@ static const struct snd_soc_dapm_route audio_map[] = {
{
"MICIN"
,
NULL
,
"Mic Jack"
},
};
static
int
snappercl15_tlv320aic23_init
(
struct
snd_soc_pcm_runtime
*
rtd
)
{
struct
snd_soc_codec
*
codec
=
rtd
->
codec
;
struct
snd_soc_dapm_context
*
dapm
=
&
codec
->
dapm
;
snd_soc_dapm_new_controls
(
dapm
,
tlv320aic23_dapm_widgets
,
ARRAY_SIZE
(
tlv320aic23_dapm_widgets
));
snd_soc_dapm_add_routes
(
dapm
,
audio_map
,
ARRAY_SIZE
(
audio_map
));
return
0
;
}
static
struct
snd_soc_dai_link
snappercl15_dai
=
{
.
name
=
"tlv320aic23"
,
.
stream_name
=
"AIC23"
,
...
...
@@ -84,7 +72,6 @@ static struct snd_soc_dai_link snappercl15_dai = {
.
codec_dai_name
=
"tlv320aic23-hifi"
,
.
codec_name
=
"tlv320aic23-codec.0-001a"
,
.
platform_name
=
"ep93xx-i2s"
,
.
init
=
snappercl15_tlv320aic23_init
,
.
dai_fmt
=
SND_SOC_DAIFMT_I2S
|
SND_SOC_DAIFMT_NB_IF
|
SND_SOC_DAIFMT_CBS_CFS
,
.
ops
=
&
snappercl15_ops
,
...
...
@@ -95,6 +82,11 @@ static struct snd_soc_card snd_soc_snappercl15 = {
.
owner
=
THIS_MODULE
,
.
dai_link
=
&
snappercl15_dai
,
.
num_links
=
1
,
.
dapm_widgets
=
tlv320aic23_dapm_widgets
,
.
num_dapm_widgets
=
ARRAY_SIZE
(
tlv320aic23_dapm_widgets
),
.
dapm_routes
=
audio_map
,
.
num_dapm_routes
=
ARRAY_SIZE
(
audio_map
),
};
static
int
snappercl15_probe
(
struct
platform_device
*
pdev
)
...
...
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