diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-09-06 22:02:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-10-09 21:13:58 -0400 |
commit | 415927dcd118ee9e5f24c78976509b9a9c747545 (patch) | |
tree | 8828744c56061dc9bc24bcd3ef5a6ad92804296c /drivers | |
parent | 82896f29d47d945e331873c7295da9e3a47d709d (diff) |
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.c | 7 |
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 25de25fb8052..f4abed454fd4 100644 --- a/drivers/media/video/cx88/cx88-alsa.c +++ b/drivers/media/video/cx88/cx88-alsa.c | |||
@@ -53,13 +53,9 @@ | |||
53 | Data type declarations - Can be moded to a header file later | 53 | Data type declarations - Can be moded to a header file later |
54 | ****************************************************************************/ | 54 | ****************************************************************************/ |
55 | 55 | ||
56 | /* These can be replaced after done */ | ||
57 | #define MIXER_ADDR_LAST MAX_CX88_INPUT | ||
58 | |||
59 | struct cx88_audio_dev { | 56 | struct cx88_audio_dev { |
60 | struct cx88_core *core; | 57 | struct cx88_core *core; |
61 | struct cx88_dmaqueue q; | 58 | struct cx88_dmaqueue q; |
62 | u64 starttime; | ||
63 | 59 | ||
64 | /* pci i/o */ | 60 | /* pci i/o */ |
65 | struct pci_dev *pci; | 61 | struct pci_dev *pci; |
@@ -78,9 +74,6 @@ struct cx88_audio_dev { | |||
78 | 74 | ||
79 | struct videobuf_dmabuf dma_risc; | 75 | struct videobuf_dmabuf dma_risc; |
80 | 76 | ||
81 | int mixer_volume[MIXER_ADDR_LAST+1][2]; | ||
82 | int capture_source[MIXER_ADDR_LAST+1][2]; | ||
83 | |||
84 | struct cx88_buffer *buf; | 77 | struct cx88_buffer *buf; |
85 | 78 | ||
86 | struct snd_pcm_substream *substream; | 79 | struct snd_pcm_substream *substream; |