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)
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>

No differences found