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
9296f4da
Commit
9296f4da
authored
Mar 13, 2014
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: tlv320aic31xx: Staticise non-exported symbols
Signed-off-by:
Mark Brown
<
broonie@linaro.org
>
parent
bc236fa7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
sound/soc/codecs/tlv320aic31xx.c
sound/soc/codecs/tlv320aic31xx.c
+5
-5
No files found.
sound/soc/codecs/tlv320aic31xx.c
View file @
9296f4da
...
...
@@ -129,7 +129,7 @@ static const struct regmap_range_cfg aic31xx_ranges[] = {
},
};
struct
regmap_config
aic31xx_i2c_regmap
=
{
st
atic
const
st
ruct
regmap_config
aic31xx_i2c_regmap
=
{
.
reg_bits
=
8
,
.
val_bits
=
8
,
.
writeable_reg
=
aic31xx_writeable
,
...
...
@@ -321,9 +321,9 @@ static const struct snd_kcontrol_new ldac_in_control =
static
const
struct
snd_kcontrol_new
rdac_in_control
=
SOC_DAPM_ENUM
(
"DAC Right Input"
,
rdac_in_enum
);
int
aic31xx_wait_bits
(
struct
aic31xx_priv
*
aic31xx
,
unsigned
int
reg
,
unsigned
int
mask
,
unsigned
int
wbits
,
int
sleep
,
int
count
)
static
int
aic31xx_wait_bits
(
struct
aic31xx_priv
*
aic31xx
,
unsigned
int
reg
,
unsigned
int
mask
,
unsigned
int
wbits
,
int
sleep
,
int
count
)
{
unsigned
int
bits
;
int
counter
=
count
;
...
...
@@ -1177,7 +1177,7 @@ static void aic31xx_pdata_from_of(struct aic31xx_priv *aic31xx)
}
#endif
/* CONFIG_OF */
void
aic31xx_device_init
(
struct
aic31xx_priv
*
aic31xx
)
static
void
aic31xx_device_init
(
struct
aic31xx_priv
*
aic31xx
)
{
int
ret
,
i
;
...
...
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