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
f79e5e8c
Commit
f79e5e8c
authored
Sep 29, 2011
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Staticise non-exported symbols in rt5631
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
fbc7c62a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
sound/soc/codecs/rt5631.c
sound/soc/codecs/rt5631.c
+3
-3
No files found.
sound/soc/codecs/rt5631.c
View file @
f79e5e8c
...
...
@@ -1308,7 +1308,7 @@ static const struct pll_div codec_slave_pll_div[] = {
{
3072000
,
12288000
,
0x0a90
},
};
struct
coeff_clk_div
coeff_div
[]
=
{
st
atic
st
ruct
coeff_clk_div
coeff_div
[]
=
{
/* sysclk is 256fs */
{
2048000
,
8000
*
32
,
8000
,
0x1000
},
{
2048000
,
8000
*
64
,
8000
,
0x0000
},
...
...
@@ -1680,7 +1680,7 @@ static int rt5631_resume(struct snd_soc_codec *codec)
SNDRV_PCM_FMTBIT_S24_LE | \
SNDRV_PCM_FMTBIT_S8)
struct
snd_soc_dai_ops
rt5631_ops
=
{
st
atic
st
ruct
snd_soc_dai_ops
rt5631_ops
=
{
.
hw_params
=
rt5631_hifi_pcm_params
,
.
set_fmt
=
rt5631_hifi_codec_set_dai_fmt
,
.
set_sysclk
=
rt5631_hifi_codec_set_dai_sysclk
,
...
...
@@ -1762,7 +1762,7 @@ static __devexit int rt5631_i2c_remove(struct i2c_client *client)
return
0
;
}
struct
i2c_driver
rt5631_i2c_driver
=
{
st
atic
st
ruct
i2c_driver
rt5631_i2c_driver
=
{
.
driver
=
{
.
name
=
"rt5631"
,
.
owner
=
THIS_MODULE
,
...
...
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