From bbe94e2b246d7bec307df7666416025b42d9a6f7 Mon Sep 17 00:00:00 2001 From: Amaury Pouly Date: Sat, 13 Jul 2013 02:41:45 +0200 Subject: imx233: fix audio debug screen Change-Id: Iaadd43a28907ebd425a0b7199f067a4fab8e9653 --- firmware/target/arm/imx233/audioout-imx233.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'firmware/target/arm/imx233/audioout-imx233.h') diff --git a/firmware/target/arm/imx233/audioout-imx233.h b/firmware/target/arm/imx233/audioout-imx233.h index c7fcf647a4..b5c16767c6 100644 --- a/firmware/target/arm/imx233/audioout-imx233.h +++ b/firmware/target/arm/imx233/audioout-imx233.h @@ -29,8 +29,9 @@ struct imx233_audioout_info_t { + // NOTE there is a convention here: dac -> dacvol -> dacmute int freq; // in mHz - bool hp_line1; + bool hpselect; bool dac; int dacvol[2]; // in tenth-dB, l/r bool dacmute[2]; // l/r -- cgit v1.2.3