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
aa726454
Commit
aa726454
authored
Feb 07, 2018
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/twl-breakage' into asoc-next
parents
ce8ee02d
8146acff
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
sound/soc/codecs/twl4030.c
sound/soc/codecs/twl4030.c
+2
-0
sound/soc/codecs/twl6040.c
sound/soc/codecs/twl6040.c
+2
-0
No files found.
sound/soc/codecs/twl4030.c
View file @
aa726454
...
@@ -2195,6 +2195,8 @@ static int twl4030_soc_remove(struct snd_soc_codec *codec)
...
@@ -2195,6 +2195,8 @@ static int twl4030_soc_remove(struct snd_soc_codec *codec)
static
const
struct
snd_soc_codec_driver
soc_codec_dev_twl4030
=
{
static
const
struct
snd_soc_codec_driver
soc_codec_dev_twl4030
=
{
.
probe
=
twl4030_soc_probe
,
.
probe
=
twl4030_soc_probe
,
.
remove
=
twl4030_soc_remove
,
.
remove
=
twl4030_soc_remove
,
.
read
=
twl4030_read
,
.
write
=
twl4030_write
,
.
set_bias_level
=
twl4030_set_bias_level
,
.
set_bias_level
=
twl4030_set_bias_level
,
.
idle_bias_off
=
true
,
.
idle_bias_off
=
true
,
...
...
sound/soc/codecs/twl6040.c
View file @
aa726454
...
@@ -1158,6 +1158,8 @@ static int twl6040_remove(struct snd_soc_codec *codec)
...
@@ -1158,6 +1158,8 @@ static int twl6040_remove(struct snd_soc_codec *codec)
static
const
struct
snd_soc_codec_driver
soc_codec_dev_twl6040
=
{
static
const
struct
snd_soc_codec_driver
soc_codec_dev_twl6040
=
{
.
probe
=
twl6040_probe
,
.
probe
=
twl6040_probe
,
.
remove
=
twl6040_remove
,
.
remove
=
twl6040_remove
,
.
read
=
twl6040_read
,
.
write
=
twl6040_write
,
.
set_bias_level
=
twl6040_set_bias_level
,
.
set_bias_level
=
twl6040_set_bias_level
,
.
suspend_bias_off
=
true
,
.
suspend_bias_off
=
true
,
.
ignore_pmdown_time
=
true
,
.
ignore_pmdown_time
=
true
,
...
...
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