ALSA: oxfw: use const qualifier for immutable argument
[sfrench/cifs-2.6.git] / sound / firewire / oxfw / oxfw-stream.c
index f4a702def3979437faf2684a77351bb2a07c7600..6d8722f9d3a58b25a80fba4c4cf24ff96ae84c44 100644 (file)
@@ -515,7 +515,7 @@ end:
  * in AV/C Stream Format Information Specification 1.1 (Apr 2005, 1394TA)
  * Also 'Clause 12 AM824 sequence adaption layers' in IEC 61883-6:2005
  */
-int snd_oxfw_stream_parse_format(u8 *format,
+int snd_oxfw_stream_parse_format(const u8 *format,
                                 struct snd_oxfw_stream_formation *formation)
 {
        unsigned int i, e, channels, type;