]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: route: Remove bogus ! in snd_config_get_id() checks
authorTakashi Iwai <tiwai@suse.de>
Tue, 8 Sep 2015 19:48:17 +0000 (21:48 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 8 Sep 2015 19:48:17 +0000 (21:48 +0200)
commit03d6b15291e3534afb72c5aa36495a932ef0cc6a
tree0680d52502eca1f5bec4aef72af2c34925ce45c1
parentfe8bb1fe02f9c7b7cb6048a17a8ff1ea30f97fc8
pcm: route: Remove bogus ! in snd_config_get_id() checks

There are strange "!" added before snd_config_get_id() return value
checks in a couple of places in pcm_route.c.  This essentially makes
the result always positive, making checks bogus.

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