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
b87b26ae
Commit
b87b26ae
authored
Jul 15, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/sgtl5000' into asoc-linus
parents
441c93ed
5c78dfe8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sound/soc/codecs/sgtl5000.c
sound/soc/codecs/sgtl5000.c
+1
-1
sound/soc/codecs/sgtl5000.h
sound/soc/codecs/sgtl5000.h
+1
-1
No files found.
sound/soc/codecs/sgtl5000.c
View file @
b87b26ae
...
@@ -38,7 +38,7 @@
...
@@ -38,7 +38,7 @@
static
const
struct
reg_default
sgtl5000_reg_defaults
[]
=
{
static
const
struct
reg_default
sgtl5000_reg_defaults
[]
=
{
{
SGTL5000_CHIP_CLK_CTRL
,
0x0008
},
{
SGTL5000_CHIP_CLK_CTRL
,
0x0008
},
{
SGTL5000_CHIP_I2S_CTRL
,
0x0010
},
{
SGTL5000_CHIP_I2S_CTRL
,
0x0010
},
{
SGTL5000_CHIP_SSS_CTRL
,
0x00
08
},
{
SGTL5000_CHIP_SSS_CTRL
,
0x00
10
},
{
SGTL5000_CHIP_DAC_VOL
,
0x3c3c
},
{
SGTL5000_CHIP_DAC_VOL
,
0x3c3c
},
{
SGTL5000_CHIP_PAD_STRENGTH
,
0x015f
},
{
SGTL5000_CHIP_PAD_STRENGTH
,
0x015f
},
{
SGTL5000_CHIP_ANA_HP_CTRL
,
0x1818
},
{
SGTL5000_CHIP_ANA_HP_CTRL
,
0x1818
},
...
...
sound/soc/codecs/sgtl5000.h
View file @
b87b26ae
...
@@ -347,7 +347,7 @@
...
@@ -347,7 +347,7 @@
#define SGTL5000_PLL_INT_DIV_MASK 0xf800
#define SGTL5000_PLL_INT_DIV_MASK 0xf800
#define SGTL5000_PLL_INT_DIV_SHIFT 11
#define SGTL5000_PLL_INT_DIV_SHIFT 11
#define SGTL5000_PLL_INT_DIV_WIDTH 5
#define SGTL5000_PLL_INT_DIV_WIDTH 5
#define SGTL5000_PLL_FRAC_DIV_MASK 0x07
00
#define SGTL5000_PLL_FRAC_DIV_MASK 0x07
ff
#define SGTL5000_PLL_FRAC_DIV_SHIFT 0
#define SGTL5000_PLL_FRAC_DIV_SHIFT 0
#define SGTL5000_PLL_FRAC_DIV_WIDTH 11
#define SGTL5000_PLL_FRAC_DIV_WIDTH 11
...
...
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