]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
V4L/DVB (6186): cx88-alsa: Remove some unused fields in card state struct
authorTrent Piepho <xyzzy@speakeasy.org>
Fri, 7 Sep 2007 02:02:24 +0000 (23:02 -0300)
committerMauro Carvalho Chehab <mchehab@infradead.org>
Wed, 10 Oct 2007 01:13:58 +0000 (22:13 -0300)
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>
drivers/media/video/cx88/cx88-alsa.c

index 25de25fb80521427e8793de1f9d3e5b757ad9193..f4abed454fd4a6655dabab8a55b0954307b6fb50 100644 (file)
        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;