diff options
author | Andy Walls <awalls@radix.net> | 2009-05-25 20:40:25 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-02-26 13:10:42 -0500 |
commit | 9722c8f95a5bd51a3d392cb2f125c8240b745c48 (patch) | |
tree | b7346813bbfccb672be30a6025d558318c6fd472 /drivers/media/video/cx18/cx18-driver.h | |
parent | 5eb3291fe84b30a8e2fda31fd5fa44c40575f283 (diff) |
V4L/DVB: cx18-alsa: Initial non-working cx18-alsa files
Initial cx18-alsa module files check-in to avoid losing work.
Signed-off-by: Andy Walls <awalls@radix.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/cx18/cx18-driver.h')
-rw-r--r-- | drivers/media/video/cx18/cx18-driver.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx18/cx18-driver.h b/drivers/media/video/cx18/cx18-driver.h index fecebf3fb556..fcb99531dab3 100644 --- a/drivers/media/video/cx18/cx18-driver.h +++ b/drivers/media/video/cx18/cx18-driver.h | |||
@@ -574,6 +574,7 @@ struct cx18 { | |||
574 | int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */ | 574 | int stream_buffers[CX18_MAX_STREAMS]; /* # of buffers for each stream */ |
575 | int stream_buf_size[CX18_MAX_STREAMS]; /* Stream buffer size */ | 575 | int stream_buf_size[CX18_MAX_STREAMS]; /* Stream buffer size */ |
576 | struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */ | 576 | struct cx18_stream streams[CX18_MAX_STREAMS]; /* Stream data */ |
577 | struct snd_cx18_card *alsa; /* ALSA interface for PCM capture stream */ | ||
577 | unsigned long i_flags; /* global cx18 flags */ | 578 | unsigned long i_flags; /* global cx18 flags */ |
578 | atomic_t ana_capturing; /* count number of active analog capture streams */ | 579 | atomic_t ana_capturing; /* count number of active analog capture streams */ |
579 | atomic_t tot_capturing; /* total count number of active capture streams */ | 580 | atomic_t tot_capturing; /* total count number of active capture streams */ |