summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorTrent Piepho <xyzzy@speakeasy.org>2007-09-07 02:02:24 (GMT)
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-10 01:13:58 (GMT)
commit415927dcd118ee9e5f24c78976509b9a9c747545 (patch)
tree8828744c56061dc9bc24bcd3ef5a6ad92804296c /drivers
parent82896f29d47d945e331873c7295da9e3a47d709d (diff)
downloadlinux-fsl-qoriq-415927dcd118ee9e5f24c78976509b9a9c747545.tar.xz
V4L/DVB (6186): cx88-alsa: Remove some unused fields in card state struct
Not sure why they are there, but they don't do anything now. Signed-off-by: Trent Piepho <xyzzy@speakeasy.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/cx88/cx88-alsa.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/media/video/cx88/cx88-alsa.c b/drivers/media/video/cx88/cx88-alsa.c
index 25de25f..f4abed4 100644
--- a/drivers/media/video/cx88/cx88-alsa.c
+++ b/drivers/media/video/cx88/cx88-alsa.c
@@ -53,13 +53,9 @@
Data type declarations - Can be moded to a header file later
****************************************************************************/
-/* These can be replaced after done */
-#define MIXER_ADDR_LAST MAX_CX88_INPUT
-
struct cx88_audio_dev {
struct cx88_core *core;
struct cx88_dmaqueue q;
- u64 starttime;
/* pci i/o */
struct pci_dev *pci;
@@ -78,9 +74,6 @@ struct cx88_audio_dev {
struct videobuf_dmabuf dma_risc;
- int mixer_volume[MIXER_ADDR_LAST+1][2];
- int capture_source[MIXER_ADDR_LAST+1][2];
-
struct cx88_buffer *buf;
struct snd_pcm_substream *substream;