From: Tim Blechmann Date: Mon, 21 Sep 2009 13:00:57 +0000 (+0200) Subject: ALSA: lx6464es - remove unused struct member X-Git-Tag: v2.6.32-rc1~165^2 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=8fdc9e870c07054bc34a62a4655cdb078953255d;p=~shefty%2Frdma-dev.git 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 Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/lx6464es/lx6464es.h b/sound/pci/lx6464es/lx6464es.h index 16442dad58d..51afc048961 100644 --- a/sound/pci/lx6464es/lx6464es.h +++ b/sound/pci/lx6464es/lx6464es.h @@ -94,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 */