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>
This commit is contained in:
Trent Piepho 2007-09-06 23:02:24 -03:00 коммит произвёл Mauro Carvalho Chehab
Родитель 82896f29d4
Коммит 415927dcd1
1 изменённых файлов: 0 добавлений и 7 удалений

Просмотреть файл

@ -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;