OSDN Git Service

ucm: Add const to execute_cset() argument
authorTakashi Iwai <tiwai@suse.de>
Fri, 10 Aug 2012 12:19:17 +0000 (14:19 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 10 Aug 2012 12:19:17 +0000 (14:19 +0200)
commit7c5c3ff3dea22c048a872e8c2f34b830159cbf36
tree3bf99a88687a2e157e6b88c84628987b3b8d719b
parent58d10c09e12fde9c24650dfb798b7700e1431a65
ucm: Add const to execute_cset() argument

Now with the previous rewrite of execute_cset(), the cset string is no
longer modified, thus we can pass const safely.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/ucm/main.c