diff options
author | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-02 17:51:52 +0000 |
---|---|---|
committer | Mauro Carvalho Chehab <devnull@localhost> | 2005-12-02 17:51:52 +0000 |
commit | ab625030b5323e2c45002cb0941e411ef1461a5e (patch) | |
tree | 8328312ce25ffe0a7d23886977ac3a1c9d38e2d2 /v4l/ChangeLog | |
parent | 537ca5e2a1fcb98c83e30ee99525df96d3c3ff76 (diff) | |
download | mediapointer-dvb-s2-ab625030b5323e2c45002cb0941e411ef1461a5e.tar.gz mediapointer-dvb-s2-ab625030b5323e2c45002cb0941e411ef1461a5e.tar.bz2 |
Fixed device controls for em28xx on WinTV USB2 devices
- Controls now come from video and audio decoder driver for msp3400 and tvp5150.
- Added audio and sound controls as provided by msp3400 and tvp5150.
Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br>
Diffstat (limited to 'v4l/ChangeLog')
-rw-r--r-- | v4l/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index af74c7062..17dedfdc3 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,21 @@ +2005-12-02 17:47 mchehab + + * ../linux/drivers/media/video/em28xx/em28xx-video.c: + (em28xx_get_ctrl), (saa711x_get_ctrl), (em28xx_set_ctrl), + (saa711x_set_ctrl): + - Controls now cames from video and audio decoder driver + for msp3400 and tvp5150. + + * ../linux/drivers/media/video/msp3400.c: (msp_get_ctrl), + (msp_set_ctrl), (msp_command): + - Added sound controls as provided by the device. + + * ../linux/drivers/media/video/tvp5150.c: (tvp5150_selmux), + (tvp5150_get_ctrl), (tvp5150_set_ctrl), (tvp5150_command): + - Added video controls as provided by the device. + + Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> + 2005-12-02 14:03 mcisely * ../v4l_experimental/pvrusb2/pvrusb2-version.h: |