summaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/ivtv/ivtv-driver.h
diff options
context:
space:
mode:
authorAndy Walls <awalls@md.metrocast.net>2012-09-03 14:50:49 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2012-09-18 13:29:07 -0300
commit4313902ebe33155209472215c62d2f29d117be29 (patch)
tree74bdcb1474e9275359c50e3c58e6636fbc0e0fdd /drivers/media/pci/ivtv/ivtv-driver.h
parent269c11fbac4f7b4ed58e77f3049b64b55a342234 (diff)
downloadop-kernel-dev-4313902ebe33155209472215c62d2f29d117be29.zip
op-kernel-dev-4313902ebe33155209472215c62d2f29d117be29.tar.gz
[media] ivtv-alsa, ivtv: Connect ivtv PCM capture stream to ivtv-alsa interface driver
This change hooks up the ivtv PCM capture stream to the ivtv-alsa interface driver. This is all that should be needed for basic CX23415/CX23416 PCM audio capture to be available via ALSA device nodes. Signed-off-by: Andy Walls <awalls@md.metrocast.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/pci/ivtv/ivtv-driver.h')
-rw-r--r--drivers/media/pci/ivtv/ivtv-driver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/pci/ivtv/ivtv-driver.h b/drivers/media/pci/ivtv/ivtv-driver.h
index 1918e73..bc309f42c 100644
--- a/drivers/media/pci/ivtv/ivtv-driver.h
+++ b/drivers/media/pci/ivtv/ivtv-driver.h
@@ -259,6 +259,7 @@ struct ivtv_mailbox_data {
#define IVTV_F_I_DEC_PAUSED 20 /* the decoder is paused */
#define IVTV_F_I_INITED 21 /* set after first open */
#define IVTV_F_I_FAILED 22 /* set if first open failed */
+#define IVTV_F_I_WORK_HANDLER_PCM 23 /* there is work to be done for PCM */
/* Event notifications */
#define IVTV_F_I_EV_DEC_STOPPED 28 /* decoder stopped event */
OpenPOWER on IntegriCloud