From 8d3a8b5cb57da4e327bdaf7c81a90d4105b73205 Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 10 Sep 2014 11:48:07 +0200 Subject: [PATCH] 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-format-patch failed