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
c5280e99
Commit
c5280e99
authored
Oct 16, 2011
by
Clemens Ladisch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ALSA: dice: make amdtp_rates[] const
Signed-off-by:
Clemens Ladisch
<
clemens@ladisch.de
>
parent
a8c558f6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
sound/firewire/amdtp.c
sound/firewire/amdtp.c
+1
-1
sound/firewire/amdtp.h
sound/firewire/amdtp.h
+1
-1
No files found.
sound/firewire/amdtp.c
View file @
c5280e99
...
...
@@ -65,7 +65,7 @@ void amdtp_out_stream_destroy(struct amdtp_out_stream *s)
}
EXPORT_SYMBOL
(
amdtp_out_stream_destroy
);
unsigned
int
amdtp_syt_intervals
[
CIP_SFC_COUNT
]
=
{
const
unsigned
int
amdtp_syt_intervals
[
CIP_SFC_COUNT
]
=
{
[
CIP_SFC_32000
]
=
8
,
[
CIP_SFC_44100
]
=
8
,
[
CIP_SFC_48000
]
=
8
,
...
...
sound/firewire/amdtp.h
View file @
c5280e99
...
...
@@ -103,7 +103,7 @@ void amdtp_out_stream_pcm_prepare(struct amdtp_out_stream *s);
unsigned
long
amdtp_out_stream_pcm_pointer
(
struct
amdtp_out_stream
*
s
);
void
amdtp_out_stream_pcm_abort
(
struct
amdtp_out_stream
*
s
);
extern
unsigned
int
amdtp_syt_intervals
[
CIP_SFC_COUNT
];
extern
const
unsigned
int
amdtp_syt_intervals
[
CIP_SFC_COUNT
];
static
inline
bool
amdtp_out_stream_running
(
struct
amdtp_out_stream
*
s
)
{
...
...
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