]> git.alsa-project.org Git - alsa-lib.git/commit
pcm: hw: deallocate fallback buffer when trials of unmapping finished
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 25 Jun 2017 04:41:21 +0000 (13:41 +0900)
committerTakashi Iwai <tiwai@suse.de>
Tue, 27 Jun 2017 09:11:19 +0000 (11:11 +0200)
commitcb7503eba15714c40630d9e26bf7e5905ee3da50
treebc7b330b1610ff0b1f01a2d240504f0acc70071f
parent812654881a370691fba3ecbd4c175c74c32b9eae
pcm: hw: deallocate fallback buffer when trials of unmapping finished

In current implementation, deallocation of fallback buffer is done at
several places.

This commit unifies these deallocations in one place.

Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
src/pcm/pcm_hw.c