Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fe023ad1 authored by Janne Grunau's avatar Janne Grunau Committed by Mauro Carvalho Chehab
Browse files

[media] hdpvr: fix audio input setting for pre AC3 firmwares

parent d4533332
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -168,8 +168,7 @@ int hdpvr_set_audio(struct hdpvr_device *dev, u8 input,
		if (ret == 2)
			ret = 0;
	} else
		ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE,
					dev->options.audio_input+1);
		ret = hdpvr_config_call(dev, CTRL_AUDIO_INPUT_VALUE, input);
error:
	return ret;
}