aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound
diff options
context:
space:
mode:
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/pcm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 40c5a6fa6bcd..ee0e887e49d4 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -451,7 +451,7 @@ struct snd_pcm_notify {
451 451
452extern const struct file_operations snd_pcm_f_ops[2]; 452extern const struct file_operations snd_pcm_f_ops[2];
453 453
454int snd_pcm_new(struct snd_card *card, char *id, int device, 454int snd_pcm_new(struct snd_card *card, const char *id, int device,
455 int playback_count, int capture_count, 455 int playback_count, int capture_count,
456 struct snd_pcm **rpcm); 456 struct snd_pcm **rpcm);
457int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count); 457int snd_pcm_new_stream(struct snd_pcm *pcm, int stream, int substream_count);