diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2007-09-06 19:02:24 -0700 |
---|---|---|
committer | Trent Piepho <xyzzy@speakeasy.org> | 2007-09-06 19:02:24 -0700 |
commit | b5642bbab87ea3481e8e93251a76f19cb3121ad2 (patch) | |
tree | ffac14200f9fe6b665fe31b50b0ebb3a1ff90b93 /linux/drivers/media/video | |
parent | 6ec1e8e15e1811f1e4fd551746e374a922f20811 (diff) | |
download | mediapointer-dvb-s2-b5642bbab87ea3481e8e93251a76f19cb3121ad2.tar.gz mediapointer-dvb-s2-b5642bbab87ea3481e8e93251a76f19cb3121ad2.tar.bz2 |
cx88-alsa: Remove some unused fields in card state struct
From: Trent Piepho <xyzzy@speakeasy.org>
Not sure why they are there, but they don't do anything now.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-alsa.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-alsa.c b/linux/drivers/media/video/cx88/cx88-alsa.c index 5e01a29e5..bb6196ea7 100644 --- a/linux/drivers/media/video/cx88/cx88-alsa.c +++ b/linux/drivers/media/video/cx88/cx88-alsa.c @@ -65,13 +65,10 @@ 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; -#if 1 +#if 0 u64 starttime; #endif @@ -92,9 +89,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; |