[media] hdpvr: fix audio input setting for pre AC3 firmwares
Signed-off-by: Janne Grunau <j@jannau.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
parent
d4533332c0
commit
fe023ad15e
@ -168,8 +168,7 @@ int hdpvr_set_audio(struct hdpvr_device *dev, u8 input,
|
|||||||
if (ret == 2)
|
if (ret == 2)
|
||||||
ret = 0;
|
ret = 0;
|
||||||
} else
|
} else
|
||||||
ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE,
|
ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE, input);
|
||||||
dev->options.audio_input+1);
|
|
||||||
error:
|
error:
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user