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
Kirill Smelkov
linux
Commits
f79a9db8
Commit
f79a9db8
authored
Jun 22, 2015
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/rt5670' into asoc-next
parents
5445d626
4e0ce6a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
sound/soc/codecs/rt5670.c
sound/soc/codecs/rt5670.c
+2
-3
No files found.
sound/soc/codecs/rt5670.c
View file @
f79a9db8
...
...
@@ -51,12 +51,11 @@ static const struct regmap_range_cfg rt5670_ranges[] = {
.
window_len
=
0x1
,
},
};
static
struct
reg_default
init_list
[]
=
{
static
const
struct
reg_default
init_list
[]
=
{
{
RT5670_PR_BASE
+
0x14
,
0x9a8a
},
{
RT5670_PR_BASE
+
0x38
,
0x3ba1
},
{
RT5670_PR_BASE
+
0x3d
,
0x3640
},
};
#define RT5670_INIT_REG_LEN ARRAY_SIZE(init_list)
static
const
struct
reg_default
rt5670_reg
[]
=
{
{
0x00
,
0x0000
},
...
...
@@ -2809,7 +2808,7 @@ static const struct i2c_device_id rt5670_i2c_id[] = {
MODULE_DEVICE_TABLE
(
i2c
,
rt5670_i2c_id
);
#ifdef CONFIG_ACPI
static
struct
acpi_device_id
rt5670_acpi_match
[]
=
{
static
const
struct
acpi_device_id
rt5670_acpi_match
[]
=
{
{
"10EC5670"
,
0
},
{
},
};
...
...
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