Skip to content

Commit

Permalink
V4L/DVB (6186): cx88-alsa: Remove some unused fields in card state st…
Browse files Browse the repository at this point in the history
…ruct

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>
  • Loading branch information
Trent Piepho authored and Mauro Carvalho Chehab committed Oct 10, 2007
1 parent 82896f2 commit 415927d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions drivers/media/video/cx88/cx88-alsa.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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;
Expand Down

0 comments on commit 415927d

Please sign in to comment.