aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/pcm.c
diff options
context:
space:
mode:
Diffstat (limited to 'sound/core/pcm.c')
-rw-r--r--sound/core/pcm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/pcm.c b/sound/core/pcm.c
index 192a433a2403..583453e2355c 100644
--- a/sound/core/pcm.c
+++ b/sound/core/pcm.c
@@ -692,7 +692,7 @@ EXPORT_SYMBOL(snd_pcm_new_stream);
692 * 692 *
693 * Returns zero if successful, or a negative error code on failure. 693 * Returns zero if successful, or a negative error code on failure.
694 */ 694 */
695int snd_pcm_new(struct snd_card *card, char *id, int device, 695int snd_pcm_new(struct snd_card *card, const char *id, int device,
696 int playback_count, int capture_count, 696 int playback_count, int capture_count,
697 struct snd_pcm ** rpcm) 697 struct snd_pcm ** rpcm)
698{ 698{