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
f4034147
Commit
f4034147
authored
Nov 09, 2011
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Fix duplicate const warnings in da7210.c
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
9db16e4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sound/soc/codecs/da7210.c
sound/soc/codecs/da7210.c
+2
-2
No files found.
sound/soc/codecs/da7210.c
View file @
f4034147
...
...
@@ -240,7 +240,7 @@ static const DECLARE_TLV_DB_SCALE(adc_eq_master_gain_tlv, -1800, 600, 1);
static
const
DECLARE_TLV_DB_SCALE
(
dac_gain_tlv
,
-
7725
,
75
,
0
);
/* ADC and DAC high pass filter f0 value */
static
const
char
const
*
da7210_hpf_cutoff_txt
[]
=
{
static
const
char
*
const
da7210_hpf_cutoff_txt
[]
=
{
"Fs/8192*pi"
,
"Fs/4096*pi"
,
"Fs/2048*pi"
,
"Fs/1024*pi"
};
...
...
@@ -251,7 +251,7 @@ static const struct soc_enum da7210_adc_hpf_cutoff =
SOC_ENUM_SINGLE
(
DA7210_ADC_HPF
,
0
,
4
,
da7210_hpf_cutoff_txt
);
/* ADC and DAC voice (8kHz) high pass cutoff value */
static
const
char
const
*
da7210_vf_cutoff_txt
[]
=
{
static
const
char
*
const
da7210_vf_cutoff_txt
[]
=
{
"2.5Hz"
,
"25Hz"
,
"50Hz"
,
"100Hz"
,
"150Hz"
,
"200Hz"
,
"300Hz"
,
"400Hz"
};
...
...
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