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
4f1b0758
Commit
4f1b0758
authored
Jan 10, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mfd: wm5102: Add additional speaker control registers
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
76bf969e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
drivers/mfd/wm5102-tables.c
drivers/mfd/wm5102-tables.c
+2
-0
include/linux/mfd/arizona/registers.h
include/linux/mfd/arizona/registers.h
+2
-0
No files found.
drivers/mfd/wm5102-tables.c
View file @
4f1b0758
...
...
@@ -1169,6 +1169,8 @@ static bool wm5102_readable_register(struct device *dev, unsigned int reg)
case
ARIZONA_NOISE_GATE_CONTROL
:
case
ARIZONA_PDM_SPK1_CTRL_1
:
case
ARIZONA_PDM_SPK1_CTRL_2
:
case
ARIZONA_SPK_CTRL_2
:
case
ARIZONA_SPK_CTRL_3
:
case
ARIZONA_DAC_COMP_1
:
case
ARIZONA_DAC_COMP_2
:
case
ARIZONA_DAC_COMP_3
:
...
...
include/linux/mfd/arizona/registers.h
View file @
4f1b0758
...
...
@@ -217,6 +217,8 @@
#define ARIZONA_PDM_SPK1_CTRL_2 0x491
#define ARIZONA_PDM_SPK2_CTRL_1 0x492
#define ARIZONA_PDM_SPK2_CTRL_2 0x493
#define ARIZONA_SPK_CTRL_2 0x4B5
#define ARIZONA_SPK_CTRL_3 0x4B6
#define ARIZONA_DAC_COMP_1 0x4DC
#define ARIZONA_DAC_COMP_2 0x4DD
#define ARIZONA_DAC_COMP_3 0x4DE
...
...
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