From 466a09d21bd73b66ea0ab7cd2aa30503d4d8122f Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Mon, 17 Oct 2005 21:47:16 +0000 Subject: * ../linux/drivers/media/video/wm8775.c: (wm8775_command): - VIDIOC_LOG_STATUS is added to videodev2.h this can be enabled again in wm8775.c. Also use the v4l2 VIDIOC_S_FREQUENCY instead of VIDIOCSFREQ. Signed-off-by: Hans Verkuil --- linux/drivers/media/video/wm8775.c | 4 +--- v4l/ChangeLog | 28 +++++++++++++++++++--------- 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/linux/drivers/media/video/wm8775.c b/linux/drivers/media/video/wm8775.c index 2a69d8e85..3813c01e0 100644 --- a/linux/drivers/media/video/wm8775.c +++ b/linux/drivers/media/video/wm8775.c @@ -117,15 +117,13 @@ static int wm8775_command(struct i2c_client *client, unsigned int cmd, state->muted = 0; break; -#if 0 case VIDIOC_LOG_STATUS: wm8775_info("Input: %s%s\n", state->input == 8 ? "radio" : "default", state->muted ? " (muted)" : ""); break; -#endif - case VIDIOCSFREQ: + case VIDIOC_S_FREQUENCY: /* If I remove this, then it can happen that I have no sound the first time I tune from static to a valid channel. It's difficult to reproduce and is almost certainly related diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 6c55568e4..9dbf2201a 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,13 @@ +2005-10-17 21:44 nshmyrev + + * ../linux/drivers/media/video/wm8775.c: (wm8775_command): + + - VIDIOC_LOG_STATUS is added to videodev2.h this can be enabled + again in wm8775.c. Also use the v4l2 VIDIOC_S_FREQUENCY instead of + VIDIOCSFREQ. + + Signed-off-by: Hans Verkuil + 2005-10-17 21:12 mchehab * ../linux/include/linux/videodev.h: * ../linux/include/linux/videodev2.h: @@ -20,16 +30,16 @@ Signed-off-by: Mauro Carvalho Chehab 2005-10-17 23:00 hhackmann - * ../linux/drivers/media/video/tda8290.c - ../linux/drivers/media/video/tuner-core.c - ../linux/include/media/tuner.h - - - add support for tda8275a - - support all possible I2C addresses - - automatic version and address detection - - let i2c bridge stabilize befor use + + * ../linux/drivers/media/video/tda8290.c: + * ../linux/drivers/media/video/tuner-core.c: + * ../linux/include/media/tuner.h: + - add support for tda8275a + - support all possible I2C addresses + - automatic version and address detection + - let i2c bridge stabilize befor use - Signed-off-by: Hartmut Hackmann + Signed-off-by: Hartmut Hackmann 2005-10-16 20:16 mkrufky -- cgit v1.2.3