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
267666ea
Commit
267666ea
authored
Sep 27, 2013
by
Mark Brown
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'asoc/fix/max98095' into asoc-linus
parents
8516e648
f8d7b13e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sound/soc/codecs/max98095.c
sound/soc/codecs/max98095.c
+2
-2
No files found.
sound/soc/codecs/max98095.c
View file @
267666ea
...
...
@@ -1863,7 +1863,7 @@ static int max98095_put_eq_enum(struct snd_kcontrol *kcontrol,
struct
max98095_pdata
*
pdata
=
max98095
->
pdata
;
int
channel
=
max98095_get_eq_channel
(
kcontrol
->
id
.
name
);
struct
max98095_cdata
*
cdata
;
int
sel
=
ucontrol
->
value
.
integer
.
value
[
0
];
unsigned
int
sel
=
ucontrol
->
value
.
integer
.
value
[
0
];
struct
max98095_eq_cfg
*
coef_set
;
int
fs
,
best
,
best_val
,
i
;
int
regmask
,
regsave
;
...
...
@@ -2016,7 +2016,7 @@ static int max98095_put_bq_enum(struct snd_kcontrol *kcontrol,
struct
max98095_pdata
*
pdata
=
max98095
->
pdata
;
int
channel
=
max98095_get_bq_channel
(
codec
,
kcontrol
->
id
.
name
);
struct
max98095_cdata
*
cdata
;
int
sel
=
ucontrol
->
value
.
integer
.
value
[
0
];
unsigned
int
sel
=
ucontrol
->
value
.
integer
.
value
[
0
];
struct
max98095_biquad_cfg
*
coef_set
;
int
fs
,
best
,
best_val
,
i
;
int
regmask
,
regsave
;
...
...
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