commit | 8d3a8b5cb57da4e327bdaf7c81a90d4105b73205 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed Sep 10 11:48:07 2014 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Sep 15 15:52:09 2014 +0200 |
tree | ea6b853a3c3ebc09d085115e59871bbee4f08a41 | |
parent | db0a5214b8d6cc7a90ce3336d24a85b90cbb4e67 [diff] |
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 <tiwai@suse.de>