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
b363bcaf
Commit
b363bcaf
authored
Feb 11, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/tlv320dac33' into asoc-next
parents
315472d5
f4d8ada2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
16 deletions
+0
-16
sound/soc/codecs/tlv320dac33.c
sound/soc/codecs/tlv320dac33.c
+0
-16
No files found.
sound/soc/codecs/tlv320dac33.c
View file @
b363bcaf
...
...
@@ -1452,20 +1452,6 @@ static int dac33_soc_remove(struct snd_soc_codec *codec)
return
0
;
}
static
int
dac33_soc_suspend
(
struct
snd_soc_codec
*
codec
)
{
dac33_set_bias_level
(
codec
,
SND_SOC_BIAS_OFF
);
return
0
;
}
static
int
dac33_soc_resume
(
struct
snd_soc_codec
*
codec
)
{
dac33_set_bias_level
(
codec
,
SND_SOC_BIAS_STANDBY
);
return
0
;
}
static
struct
snd_soc_codec_driver
soc_codec_dev_tlv320dac33
=
{
.
read
=
dac33_read_reg_cache
,
.
write
=
dac33_write_locked
,
...
...
@@ -1476,8 +1462,6 @@ static struct snd_soc_codec_driver soc_codec_dev_tlv320dac33 = {
.
reg_cache_default
=
dac33_reg
,
.
probe
=
dac33_soc_probe
,
.
remove
=
dac33_soc_remove
,
.
suspend
=
dac33_soc_suspend
,
.
resume
=
dac33_soc_resume
,
.
controls
=
dac33_snd_controls
,
.
num_controls
=
ARRAY_SIZE
(
dac33_snd_controls
),
...
...
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