diff options
author | Tim Blechmann <tim@klingt.org> | 2009-09-21 15:00:22 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-21 15:13:53 +0200 |
commit | 95eff499c96ac728307fd34cbf1a28ea20a5b615 (patch) | |
tree | fa1ede61041eaf3e128b03985e24bc20150c65d8 /sound/pci/lx6464es/lx6464es.h | |
parent | d3a7dcfeeb6856215412065bd0f774de83f43414 (diff) |
ALSA: lx6464es - cleanup of rmh message bus function
the rmh bus is not used asynchronously, so it is safe to remove the
specific code pieces.
Signed-off-by: Tim Blechmann <tim@klingt.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/lx6464es/lx6464es.h')
-rw-r--r-- | sound/pci/lx6464es/lx6464es.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/lx6464es/lx6464es.h b/sound/pci/lx6464es/lx6464es.h index 012c010c8c8..16442dad58d 100644 --- a/sound/pci/lx6464es/lx6464es.h +++ b/sound/pci/lx6464es/lx6464es.h @@ -86,7 +86,6 @@ struct lx6464es { /* messaging */ spinlock_t msg_lock; /* message spinlock */ - atomic_t send_message_locked; struct lx_rmh rmh; /* configuration */ |