ALSA: snd_pcm_new api cleanup
authorTim Blechmann <tim@klingt.org>
Thu, 5 Feb 2009 12:01:54 +0000 (13:01 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 5 Feb 2009 14:03:27 +0000 (15:03 +0100)
commite6161653094f14b1add10efe3493a2e526fe9538
treebe3865ba7941bcc57bf0b29ab892738ec08d60e8
parentcade9f8a9cf1cd41f6f9e8850c6a0465a21248c3
ALSA: snd_pcm_new api cleanup

Impact: cleanup

snd_pcm_new takes a char *id argument, although it is not modifying
the string. it can therefore be declared as const char *id.

Signed-off-by: Tim Blechmann <tim@klingt.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/pcm.h
sound/core/pcm.c