commit | e6161653094f14b1add10efe3493a2e526fe9538 | [log] [tgz] |
---|---|---|
author | Tim Blechmann <tim@klingt.org> | Thu Feb 05 13:01:54 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Feb 05 15:03:27 2009 +0100 |
tree | be3865ba7941bcc57bf0b29ab892738ec08d60e8 | |
parent | cade9f8a9cf1cd41f6f9e8850c6a0465a21248c3 [diff] |
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>