diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:04:14 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-09-23 10:04:14 -0700 |
commit | 0c9af2807490cc5f4d2833799482c391a3a3fee4 (patch) | |
tree | d90cbd7e9b2baea87603d5452e592fb5291dda08 /sound/pci/lx6464es/lx6464es.h | |
parent | fe61c99a1227aeb5a4324e39cecf465a4b2052d3 (diff) | |
parent | 8fdc9e870c07054bc34a62a4655cdb078953255d (diff) | |
download | kernel_samsung_smdk4412-0c9af2807490cc5f4d2833799482c391a3a3fee4.tar.gz kernel_samsung_smdk4412-0c9af2807490cc5f4d2833799482c391a3a3fee4.tar.bz2 kernel_samsung_smdk4412-0c9af2807490cc5f4d2833799482c391a3a3fee4.zip |
Merge branch 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
* 'fix/misc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6:
ALSA: lx6464es - remove unused struct member
ALSA: lx6464es - cleanup of rmh message bus function
ALSA: pcm - Simplify snd_pcm_drain() implementation
Diffstat (limited to 'sound/pci/lx6464es/lx6464es.h')
-rw-r--r-- | sound/pci/lx6464es/lx6464es.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/pci/lx6464es/lx6464es.h b/sound/pci/lx6464es/lx6464es.h index 012c010c8c8..51afc048961 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 */ @@ -95,7 +94,6 @@ struct lx6464es { uint hardware_running[2]; u32 board_sample_rate; /* sample rate read from * board */ - u32 sample_rate; /* our sample rate */ u16 pcm_granularity; /* board blocksize */ /* dma */ |