]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: Don't assert in _snd_pcm_hw_params_internal()
authorTakashi Iwai <tiwai@suse.de>
Mon, 1 Jun 2015 11:45:01 +0000 (13:45 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 1 Jun 2015 11:46:40 +0000 (13:46 +0200)
commita5e5e3cd3c85eafcced7a93b1cf37201560f2a28
tree18adddd276b0728df87eaa0e1bf5c482c4467544
parent8551fe258791c165892583006b0aa5142f41b621
pcm: Don't assert in _snd_pcm_hw_params_internal()

It's no fatal error from sw params, and it's really bad habit to use
assert() and abort the operation as a system library.

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