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
5c851ba4
Commit
5c851ba4
authored
Jul 24, 2015
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/ssm4567' into asoc-linus
parents
51126f60
a6c2a32a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
sound/soc/codecs/ssm4567.c
sound/soc/codecs/ssm4567.c
+7
-1
No files found.
sound/soc/codecs/ssm4567.c
View file @
5c851ba4
...
...
@@ -315,7 +315,13 @@ static int ssm4567_set_dai_fmt(struct snd_soc_dai *dai, unsigned int fmt)
if
(
invert_fclk
)
ctrl1
|=
SSM4567_SAI_CTRL_1_FSYNC
;
return
regmap_write
(
ssm4567
->
regmap
,
SSM4567_REG_SAI_CTRL_1
,
ctrl1
);
return
regmap_update_bits
(
ssm4567
->
regmap
,
SSM4567_REG_SAI_CTRL_1
,
SSM4567_SAI_CTRL_1_BCLK
|
SSM4567_SAI_CTRL_1_FSYNC
|
SSM4567_SAI_CTRL_1_LJ
|
SSM4567_SAI_CTRL_1_TDM
|
SSM4567_SAI_CTRL_1_PDM
,
ctrl1
);
}
static
int
ssm4567_set_power
(
struct
ssm4567
*
ssm4567
,
bool
enable
)
...
...
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