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
69976189
Commit
69976189
authored
Apr 12, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/cs42l73' into asoc-next
parents
e8704770
cadf2120
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
sound/soc/codecs/cs42l73.c
sound/soc/codecs/cs42l73.c
+5
-1
No files found.
sound/soc/codecs/cs42l73.c
View file @
69976189
...
...
@@ -1180,7 +1180,11 @@ static int cs42l73_pcm_hw_params(struct snd_pcm_substream *substream,
priv
->
config
[
id
].
mmcc
&=
0xC0
;
priv
->
config
[
id
].
mmcc
|=
cs42l73_mclk_coeffs
[
mclk_coeff
].
mmcc
;
priv
->
config
[
id
].
spc
&=
0xFC
;
priv
->
config
[
id
].
spc
|=
MCK_SCLK_MCLK
;
/* Use SCLK=64*Fs if internal MCLK >= 6.4MHz */
if
(
priv
->
mclk
>=
6400000
)
priv
->
config
[
id
].
spc
|=
MCK_SCLK_64FS
;
else
priv
->
config
[
id
].
spc
|=
MCK_SCLK_MCLK
;
}
else
{
/* CS42L73 Slave */
priv
->
config
[
id
].
spc
&=
0xFC
;
...
...
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