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
dfbbe16f
Commit
dfbbe16f
authored
Oct 24, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/pcm1681' into asoc-linus
parents
92359d6d
64256ac6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sound/soc/codecs/pcm1681.c
sound/soc/codecs/pcm1681.c
+1
-1
No files found.
sound/soc/codecs/pcm1681.c
View file @
dfbbe16f
...
@@ -270,7 +270,7 @@ MODULE_DEVICE_TABLE(of, pcm1681_dt_ids);
...
@@ -270,7 +270,7 @@ MODULE_DEVICE_TABLE(of, pcm1681_dt_ids);
static
const
struct
regmap_config
pcm1681_regmap
=
{
static
const
struct
regmap_config
pcm1681_regmap
=
{
.
reg_bits
=
8
,
.
reg_bits
=
8
,
.
val_bits
=
8
,
.
val_bits
=
8
,
.
max_register
=
ARRAY_SIZE
(
pcm1681_reg_defaults
)
+
1
,
.
max_register
=
0x13
,
.
reg_defaults
=
pcm1681_reg_defaults
,
.
reg_defaults
=
pcm1681_reg_defaults
,
.
num_reg_defaults
=
ARRAY_SIZE
(
pcm1681_reg_defaults
),
.
num_reg_defaults
=
ARRAY_SIZE
(
pcm1681_reg_defaults
),
.
writeable_reg
=
pcm1681_writeable_reg
,
.
writeable_reg
=
pcm1681_writeable_reg
,
...
...
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