diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-18 20:20:47 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-18 20:20:47 +0000 |
commit | a96453548af345348c29b30dbdac678f151e3777 (patch) | |
tree | e6f251c5ebed37d635a3603172eb02a3c21eb4e6 /linux/drivers/media/video/cx88/cx88.h | |
parent | fa1881a251747f56aa80914be4448bcadca6baae (diff) | |
download | mediapointer-dvb-s2-a96453548af345348c29b30dbdac678f151e3777.tar.gz mediapointer-dvb-s2-a96453548af345348c29b30dbdac678f151e3777.tar.bz2 |
enabled audio DMA setting on cx88 chips, even when dma not in use
- enabled audio DMA transfer code even when DMA not in use
to solve a problem on some broken cx88 chips.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index 592fba6bf..ca44308d9 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -1,5 +1,5 @@ /* - * $Id: cx88.h,v 1.89 2005/11/13 18:11:21 mkrufky Exp $ + * $Id: cx88.h,v 1.90 2005/11/18 20:20:47 mchehab Exp $ * * v4l2 device driver for cx2388x based TV cards * @@ -527,6 +527,10 @@ extern struct cx88_core* cx88_core_get(struct pci_dev *pci); extern void cx88_core_put(struct cx88_core *core, struct pci_dev *pci); +extern int cx88_start_audio_dma(struct cx88_core *core); +extern int cx88_stop_audio_dma(struct cx88_core *core); + + /* ----------------------------------------------------------- */ /* cx88-vbi.c */ |