diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-18 15:13:50 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-18 15:13:50 +0000 |
commit | 4c9626ba54449b6c046e568c4bb5563580ac7df5 (patch) | |
tree | 54d2eabb6f531b88b903e427c3f8ad93d60ae767 /v4l | |
parent | 1b9e54a0dc8245aec4ef4118c186eeb33524c513 (diff) | |
download | mediapointer-dvb-s2-4c9626ba54449b6c046e568c4bb5563580ac7df5.tar.gz mediapointer-dvb-s2-4c9626ba54449b6c046e568c4bb5563580ac7df5.tar.bz2 |
Removed audio DMA enabling from cx88-core
- Removed code that enables audio DMA transfers at cx88-core.
- This stuff should be at cx88-alsa when ready.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index f462b3f27..9ad41aa9e 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-11-18 15:10 mchehab + + * ../linux/drivers/media/video/cx88/cx88-core.c: (set_tvaudio): + - Commented code that enables audio DMA transfers at cx88-core. + - This stuff should be at cx88-alsa when ready. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-11-18 15:04 mchehab * ../linux/drivers/media/video/cx88/cx88-tvaudio.c: |