diff options
Diffstat (limited to 'drivers/media/video/usbvision/usbvision-video.c')
-rw-r--r-- | drivers/media/video/usbvision/usbvision-video.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/video/usbvision/usbvision-video.c b/drivers/media/video/usbvision/usbvision-video.c index 9855fbe5927a..ea8ea8a48dfe 100644 --- a/drivers/media/video/usbvision/usbvision-video.c +++ b/drivers/media/video/usbvision/usbvision-video.c | |||
@@ -1471,7 +1471,8 @@ static void usbvision_configure_video(struct usb_usbvision *usbvision) | |||
1471 | 1471 | ||
1472 | /* This should be here to make i2c clients to be able to register */ | 1472 | /* This should be here to make i2c clients to be able to register */ |
1473 | /* first switch off audio */ | 1473 | /* first switch off audio */ |
1474 | usbvision_audio_off(usbvision); | 1474 | if (usbvision_device_data[model].audio_channels > 0) |
1475 | usbvision_audio_off(usbvision); | ||
1475 | if (!power_on_at_open) { | 1476 | if (!power_on_at_open) { |
1476 | /* and then power up the noisy tuner */ | 1477 | /* and then power up the noisy tuner */ |
1477 | usbvision_power_on(usbvision); | 1478 | usbvision_power_on(usbvision); |