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>
This commit is contained in:
Tim Blechmann 2009-09-21 15:00:57 +02:00 committed by Takashi Iwai
parent 95eff499c9
commit 8fdc9e870c

View file

@ -94,7 +94,6 @@ struct lx6464es {
uint hardware_running[2]; uint hardware_running[2];
u32 board_sample_rate; /* sample rate read from u32 board_sample_rate; /* sample rate read from
* board */ * board */
u32 sample_rate; /* our sample rate */
u16 pcm_granularity; /* board blocksize */ u16 pcm_granularity; /* board blocksize */
/* dma */ /* dma */