]> git.alsa-project.org Git - alsa-lib.git/commit
ucm: fix variable mixup
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Tue, 10 Feb 2015 20:42:32 +0000 (22:42 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 11 Feb 2015 11:27:54 +0000 (12:27 +0100)
commita540bb3f8930815e0ce42d6a6d55feccf2e64862
tree15143142a575116001dd10d31b91c93a8215b06e
parent4e398ddfcf283b706f23d3759f737dc5dd05435f
ucm: fix variable mixup

I assume the intention was to use cdev1 for PlaybackCTL and cdev2 for
CaptureCTL, but cdev1 was being used for both and cdev2 was not used
for anything.

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