Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
97e412fa
Commit
97e412fa
authored
Feb 20, 2007
by
Russell King
Committed by
Russell King
Feb 20, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[ARM] Fix s3c2410 ALSA audio for typedef elimination
Signed-off-by:
Russell King
<
rmk+kernel@arm.linux.org.uk
>
parent
8a371840
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/asm-arm/arch-s3c2410/audio.h
include/asm-arm/arch-s3c2410/audio.h
+3
-3
No files found.
include/asm-arm/arch-s3c2410/audio.h
View file @
97e412fa
...
...
@@ -31,9 +31,9 @@ struct s3c24xx_iis_ops {
int
(
*
suspend
)(
struct
s3c24xx_iis_ops
*
me
);
int
(
*
resume
)(
struct
s3c24xx_iis_ops
*
me
);
int
(
*
open
)(
struct
s3c24xx_iis_ops
*
me
,
s
nd_pcm_substream_t
*
strm
);
int
(
*
close
)(
struct
s3c24xx_iis_ops
*
me
,
s
nd_pcm_substream_t
*
strm
);
int
(
*
prepare
)(
struct
s3c24xx_iis_ops
*
me
,
s
nd_pcm_substream_t
*
strm
,
snd_pcm_runtime_t
*
rt
);
int
(
*
open
)(
struct
s3c24xx_iis_ops
*
me
,
s
truct
snd_pcm_substream
*
strm
);
int
(
*
close
)(
struct
s3c24xx_iis_ops
*
me
,
s
truct
snd_pcm_substream
*
strm
);
int
(
*
prepare
)(
struct
s3c24xx_iis_ops
*
me
,
s
truct
snd_pcm_substream
*
strm
,
struct
snd_pcm_runtime
*
rt
);
};
struct
s3c24xx_platdata_iis
{
...
...
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