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 /v4l | |
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 'v4l')
-rw-r--r-- | v4l/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 765e9d806..ba7f387e4 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,16 @@ +2005-11-18 20:15 mchehab + + * ../linux/drivers/media/video/cx88/cx88-core.c: + (cx88_start_audio_dma), (cx88_stop_audio_dma), (set_tvaudio): + * ../linux/drivers/media/video/cx88/cx88-tvaudio.c: + (set_audio_finish): + * ../linux/drivers/media/video/cx88/cx88.h: + + - 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> + 2005-11-18 14:33 nshmyrev * ../linux/drivers/media/video/bttv-driver.c: |