projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95eff49
)
ALSA: lx6464es - remove unused struct member
author
Tim Blechmann
<tim@klingt.org>
Mon, 21 Sep 2009 13:00:57 +0000
(15:00 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Mon, 21 Sep 2009 13:13:57 +0000
(15:13 +0200)
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>
sound/pci/lx6464es/lx6464es.h
patch
|
blob
|
history
diff --git
a/sound/pci/lx6464es/lx6464es.h
b/sound/pci/lx6464es/lx6464es.h
index
16442da
..
51afc04
100644
(file)
--- 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 */