diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-13 22:14:01 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-13 22:14:01 +0000 |
commit | 8944384ab4b1ee62190e3da6da4d17413e423adc (patch) | |
tree | 7286941497d198c6eff3517e7f48b0578b38ee3c /v4l | |
parent | cd4ccc241ea66d1c80ba4e61256324798bc25eb2 (diff) | |
download | mediapointer-dvb-s2-8944384ab4b1ee62190e3da6da4d17413e423adc.tar.gz mediapointer-dvb-s2-8944384ab4b1ee62190e3da6da4d17413e423adc.tar.bz2 |
Videobuf code in alsa now compiles
Signed-off-by: Mauro Carvalho Chehab <mchehab@brtubo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 1a97f8db5..5422d18fe 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,12 @@ +2005-12-13 23:27 mchehab + + * linux/drivers/media/video/cx88/cx88-alsa.c: (cx8801_irq), + (buffer_setup), (buffer_prepare), (buffer_queue), (buffer_release), + (dsp_buffer_init), (snd_cx88_create), (cx88_audio_fini): + - videobuf code now compiles inside alsa code. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-12-12 21:29 mchehab * linux/include/linux/videodev.h: |