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
715d525b
Commit
715d525b
authored
Feb 19, 2017
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/topic/pcm3168a' into asoc-next
parents
16b57114
fc259146
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
sound/soc/codecs/pcm3168a.c
sound/soc/codecs/pcm3168a.c
+0
-2
No files found.
sound/soc/codecs/pcm3168a.c
View file @
715d525b
...
@@ -402,10 +402,8 @@ static int pcm3168a_hw_params(struct snd_pcm_substream *substream,
...
@@ -402,10 +402,8 @@ static int pcm3168a_hw_params(struct snd_pcm_substream *substream,
u32
val
,
mask
,
shift
,
reg
;
u32
val
,
mask
,
shift
,
reg
;
unsigned
int
rate
,
fmt
,
ratio
,
max_ratio
;
unsigned
int
rate
,
fmt
,
ratio
,
max_ratio
;
int
i
,
min_frame_size
;
int
i
,
min_frame_size
;
snd_pcm_format_t
format
;
rate
=
params_rate
(
params
);
rate
=
params_rate
(
params
);
format
=
params_format
(
params
);
ratio
=
pcm3168a
->
sysclk
/
rate
;
ratio
=
pcm3168a
->
sysclk
/
rate
;
...
...
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