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
d555a552
Commit
d555a552
authored
Aug 15, 2009
by
Mark Brown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ASoC: Staticise unexported variables
Signed-off-by:
Mark Brown
<
broonie@opensource.wolfsonmicro.com
>
parent
a2d512a9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
sound/soc/imx/mx1_mx2-pcm.c
sound/soc/imx/mx1_mx2-pcm.c
+2
-2
No files found.
sound/soc/imx/mx1_mx2-pcm.c
View file @
d555a552
...
...
@@ -376,7 +376,7 @@ static int mx1_mx2_pcm_mmap(struct snd_pcm_substream *substream,
runtime
->
dma_bytes
);
}
struct
snd_pcm_ops
mx1_mx2_pcm_ops
=
{
st
atic
st
ruct
snd_pcm_ops
mx1_mx2_pcm_ops
=
{
.
open
=
mx1_mx2_pcm_open
,
.
close
=
mx1_mx2_pcm_close
,
.
ioctl
=
snd_pcm_lib_ioctl
,
...
...
@@ -434,7 +434,7 @@ static void mx1_mx2_pcm_free_dma_buffers(struct snd_pcm *pcm)
}
}
int
mx1_mx2_pcm_new
(
struct
snd_card
*
card
,
struct
snd_soc_dai
*
dai
,
static
int
mx1_mx2_pcm_new
(
struct
snd_card
*
card
,
struct
snd_soc_dai
*
dai
,
struct
snd_pcm
*
pcm
)
{
int
ret
=
0
;
...
...
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