diff options
author | Tim Blechmann <tim@klingt.org> | 2009-09-21 09:00:57 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-09-21 09:13:57 -0400 |
commit | 8fdc9e870c07054bc34a62a4655cdb078953255d (patch) | |
tree | afe8aa113627d052ac5a738443c5ac6c9df0965c /sound | |
parent | 95eff499c96ac728307fd34cbf1a28ea20a5b615 (diff) |
ALSA: lx6464es - remove unused struct member
we cannot set the sampling rate of the device, but can only read it
from the board, so we don't need the member for it.
Signed-off-by: Tim Blechmann <tim@klingt.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound')
-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 16442dad58d1..51afc048961d 100644 --- a/sound/pci/lx6464es/lx6464es.h +++ b/sound/pci/lx6464es/lx6464es.h | |||
@@ -94,7 +94,6 @@ struct lx6464es { | |||
94 | uint hardware_running[2]; | 94 | uint hardware_running[2]; |
95 | u32 board_sample_rate; /* sample rate read from | 95 | u32 board_sample_rate; /* sample rate read from |
96 | * board */ | 96 | * board */ |
97 | u32 sample_rate; /* our sample rate */ | ||
98 | u16 pcm_granularity; /* board blocksize */ | 97 | u16 pcm_granularity; /* board blocksize */ |
99 | 98 | ||
100 | /* dma */ | 99 | /* dma */ |