]> git.alsa-project.org Git - alsa-lib.git/commit
PCM: Fix the conversion from string to chmap position
authorTakashi Iwai <tiwai@suse.de>
Wed, 12 Sep 2012 16:44:42 +0000 (18:44 +0200)
committerTakashi Iwai <tiwai@suse.de>
Thu, 13 Sep 2012 06:24:59 +0000 (08:24 +0200)
commitc6db60e32758e8f4bb6f066a5c6fc7758a0f4c49
treec7cdb74cc043581358872df16687769dc729cc50
parentf7300682dc0fe9faec94461af6fdcf098047a0d1
PCM: Fix the conversion from string to chmap position

Use strncasecmp() to allow lower cases, and also evaluate the inverted
phase suffix, too.

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