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
f7dbd399
Commit
f7dbd399
authored
May 28, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: wm8994: Ensure lambda is zeroed for WM8994
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
287d03e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
sound/soc/codecs/wm8994.c
sound/soc/codecs/wm8994.c
+1
-0
No files found.
sound/soc/codecs/wm8994.c
View file @
f7dbd399
...
...
@@ -2078,6 +2078,7 @@ static int wm8994_get_fll_config(struct wm8994 *control, struct fll_div *fll,
/* Move down to proper range now rounding is done */
fll
->
k
=
K
/
10
;
fll
->
lambda
=
0
;
pr_debug
(
"N=%x K=%x
\n
"
,
fll
->
n
,
fll
->
k
);
break
;
...
...
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