From: Takashi Iwai Date: Wed, 10 Sep 2014 09:48:07 +0000 (+0200) Subject: ALSA: mixart: Use nonatomic PCM ops X-Git-Tag: fixes-against-v3.18-rc2~128^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d3a8b5cb57da4e327bdaf7c81a90d4105b73205;p=pandora-kernel.git ALSA: mixart: Use nonatomic PCM ops Like the previous patch for VX boards, miXart device driver can be also rewritten to use nonatomic PCM ops. Simply spinlocks are replaced with mutex, the tasklet code is merged into the threaded irq handler. Also, now mgr->msg_mutex is superfluous, so merged to msg_lock. Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed