diff options
Diffstat (limited to 'drivers/media/video/tda9875.c')
-rw-r--r-- | drivers/media/video/tda9875.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/tda9875.c b/drivers/media/video/tda9875.c index 19fbd18f4882..e71b2bd46612 100644 --- a/drivers/media/video/tda9875.c +++ b/drivers/media/video/tda9875.c | |||
@@ -313,9 +313,10 @@ static int tda9875_queryctrl(struct v4l2_subdev *sd, struct v4l2_queryctrl *qc) | |||
313 | { | 313 | { |
314 | switch (qc->id) { | 314 | switch (qc->id) { |
315 | case V4L2_CID_AUDIO_VOLUME: | 315 | case V4L2_CID_AUDIO_VOLUME: |
316 | return v4l2_ctrl_query_fill(qc, 0, 65535, 65535 / 100, 58880); | ||
316 | case V4L2_CID_AUDIO_BASS: | 317 | case V4L2_CID_AUDIO_BASS: |
317 | case V4L2_CID_AUDIO_TREBLE: | 318 | case V4L2_CID_AUDIO_TREBLE: |
318 | return v4l2_ctrl_query_fill_std(qc); | 319 | return v4l2_ctrl_query_fill(qc, 0, 65535, 65535 / 100, 32768); |
319 | } | 320 | } |
320 | return -EINVAL; | 321 | return -EINVAL; |
321 | } | 322 | } |