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
6449c9f8
Commit
6449c9f8
authored
Feb 29, 2012
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: wm8996: Remove stub register cache
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
1dd4c8e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
8 deletions
+0
-8
sound/soc/codecs/wm8996.c
sound/soc/codecs/wm8996.c
+0
-8
No files found.
sound/soc/codecs/wm8996.c
View file @
6449c9f8
...
...
@@ -3054,12 +3054,6 @@ static int wm8996_remove(struct snd_soc_codec *codec)
return
0
;
}
static
int
wm8996_soc_volatile_register
(
struct
snd_soc_codec
*
codec
,
unsigned
int
reg
)
{
return
true
;
}
static
struct
snd_soc_codec_driver
soc_codec_dev_wm8996
=
{
.
probe
=
wm8996_probe
,
.
remove
=
wm8996_remove
,
...
...
@@ -3073,8 +3067,6 @@ static struct snd_soc_codec_driver soc_codec_dev_wm8996 = {
.
dapm_routes
=
wm8996_dapm_routes
,
.
num_dapm_routes
=
ARRAY_SIZE
(
wm8996_dapm_routes
),
.
set_pll
=
wm8996_set_fll
,
.
reg_cache_size
=
WM8996_MAX_REGISTER
,
.
volatile_register
=
wm8996_soc_volatile_register
,
};
#define WM8996_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 |\
...
...
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