summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/cx231xx/cx231xx-cards.c
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2012-09-17 07:22:09 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-05 14:25:59 -0300
commitd2370f8eee263a0a0260b9df9798f242d4cb13bf (patch)
tree054820e4d0f881bf4d25a8dc7716f7b4fb802d40 /drivers/media/usb/cx231xx/cx231xx-cards.c
parent6264722c1212e5455bfdb58cca4377161cf97d23 (diff)
downloadlinux-d2370f8eee263a0a0260b9df9798f242d4cb13bf.tar.gz
linux-d2370f8eee263a0a0260b9df9798f242d4cb13bf.tar.bz2
linux-d2370f8eee263a0a0260b9df9798f242d4cb13bf.zip
[media] cx231xx: convert to the control framework
This is needed to resolve the v4l2-compliance complaints about the control ioctls. Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/cx231xx/cx231xx-cards.c')
-rw-r--r--drivers/media/usb/cx231xx/cx231xx-cards.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/usb/cx231xx/cx231xx-cards.c b/drivers/media/usb/cx231xx/cx231xx-cards.c
index 8d529565f163..d6acb1ebff33 100644
--- a/drivers/media/usb/cx231xx/cx231xx-cards.c
+++ b/drivers/media/usb/cx231xx/cx231xx-cards.c
@@ -846,8 +846,6 @@ void cx231xx_card_setup(struct cx231xx *dev)
int cx231xx_config(struct cx231xx *dev)
{
/* TBD need to add cx231xx specific code */
- dev->mute = 1; /* maybe not the right place... */
- dev->volume = 0x1f;
return 0;
}