diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-03 22:31:23 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-11-03 22:31:23 +0000 |
commit | 646e183e74465a8cd42787bcc68b0d12e7bc8b39 (patch) | |
tree | 4ba0931c37ab0d7eb12aa47726e30ed00fa36246 /v4l | |
parent | 68107d098397a4b8ae5bf4d62910efc1af3381a4 (diff) | |
download | mediapointer-dvb-s2-646e183e74465a8cd42787bcc68b0d12e7bc8b39.tar.gz mediapointer-dvb-s2-646e183e74465a8cd42787bcc68b0d12e7bc8b39.tar.bz2 |
- em28xx cleanups and fixes.
- Some cleanups and audio amux adjust.
- em28xx will allways try, by default, the biggest size alt.
- Fixes audio mux code.
- Fixes some logs.
- added a hack to allow using I2S output (commented).
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 16be194ab..dd9725358 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,23 @@ +2005-11-03 22:11 mchehab + + * ../linux/drivers/media/video/em28xx/em28xx-cards.c: + (em28xx_card_setup): + - Some cleanups and audio amux adjust. + * ../linux/drivers/media/video/em28xx/em28xx-core.c: + (em28xx_set_alternate): + - em28xx will allways try, by default, the biggest size alt. + * ../linux/drivers/media/video/em28xx/em28xx-video.c: (video_mux), + (em28xx_v4l2_open), (em28xx_v4l2_close), (em28xx_v4l2_read), + (em28xx_v4l2_poll), (em28xx_v4l2_mmap), (em28xx_stream_interrupt), + (em28xx_do_ioctl), (em28xx_video_do_ioctl): + - Fixes audio mux code. + - Fixes some logs. + * ../linux/drivers/media/video/msp3400.c: (msp3400c_set_scart), + (msp_command): + - added a hack to allow using I2S output (commented). + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-11-03 19:58 nshmyrev * ../linux/Documentation/video4linux/CARDLIST.saa7134: |