From: Takashi Iwai Date: Tue, 2 Jun 2009 12:12:17 +0000 (+0200) Subject: ALSA: ALSA: ctxfi - Release PCM resources at each prepare call X-Git-Tag: v2.6.31-rc1~363^2~23^2~20^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=822fa19b5c23746577687a0ec48eae0ec1cd22a0;p=pandora-kernel.git ALSA: ALSA: ctxfi - Release PCM resources at each prepare call The prepare callback can be called multiple times, thus it needs to release and acquire the resource again by itself at the second or later call. Simply add pcm_release_resources() at the beginning of each prepare callback in ctatc.c. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed