diff options
author | Clemens Ladisch <clemens@ladisch.de> | 2011-10-16 15:39:00 -0400 |
---|---|---|
committer | Clemens Ladisch <clemens@ladisch.de> | 2013-10-20 16:07:57 -0400 |
commit | c5280e996fdd14ffacfbbdf8ce5ac7f913b101d2 (patch) | |
tree | b7ab151aae290598f62c5b08aa41fabf96c34420 /sound/firewire/amdtp.h | |
parent | a8c558f6a3eedfb9bfd7d9d82f9d00f2f807ce7c (diff) |
ALSA: dice: make amdtp_rates[] const
Signed-off-by: Clemens Ladisch <clemens@ladisch.de>
Diffstat (limited to 'sound/firewire/amdtp.h')
-rw-r--r-- | sound/firewire/amdtp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/firewire/amdtp.h b/sound/firewire/amdtp.h index f3d03dd92c39..839ebf812d79 100644 --- a/sound/firewire/amdtp.h +++ b/sound/firewire/amdtp.h | |||
@@ -103,7 +103,7 @@ void amdtp_out_stream_pcm_prepare(struct amdtp_out_stream *s); | |||
103 | unsigned long amdtp_out_stream_pcm_pointer(struct amdtp_out_stream *s); | 103 | unsigned long amdtp_out_stream_pcm_pointer(struct amdtp_out_stream *s); |
104 | void amdtp_out_stream_pcm_abort(struct amdtp_out_stream *s); | 104 | void amdtp_out_stream_pcm_abort(struct amdtp_out_stream *s); |
105 | 105 | ||
106 | extern unsigned int amdtp_syt_intervals[CIP_SFC_COUNT]; | 106 | extern const unsigned int amdtp_syt_intervals[CIP_SFC_COUNT]; |
107 | 107 | ||
108 | static inline bool amdtp_out_stream_running(struct amdtp_out_stream *s) | 108 | static inline bool amdtp_out_stream_running(struct amdtp_out_stream *s) |
109 | { | 109 | { |