diff options
author | Amaury Pouly <amaury.pouly@gmail.com> | 2014-02-16 20:46:00 +0100 |
---|---|---|
committer | Amaury Pouly <amaury.pouly@gmail.com> | 2014-02-16 20:53:08 +0100 |
commit | 812c3e7c48e03d0a6457adf754cb549959550f70 (patch) | |
tree | 9fca6cc67d60dce58737cf5c403170546fd71491 /firmware/target/arm/imx233/audioout-imx233.h | |
parent | 17abb10c641703a7ab421ea17e08981720e88e90 (diff) | |
download | rockbox-812c3e7c48e03d0a6457adf754cb549959550f70.tar.gz rockbox-812c3e7c48e03d0a6457adf754cb549959550f70.zip |
imx233: add support for speaker on stmp3780
Change-Id: I990ca2bd43e12047e257f85ff06f046dfa3f94b3
Diffstat (limited to 'firmware/target/arm/imx233/audioout-imx233.h')
-rw-r--r-- | firmware/target/arm/imx233/audioout-imx233.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/target/arm/imx233/audioout-imx233.h b/firmware/target/arm/imx233/audioout-imx233.h index 88163e7ad2..47bb815a08 100644 --- a/firmware/target/arm/imx233/audioout-imx233.h +++ b/firmware/target/arm/imx233/audioout-imx233.h | |||
@@ -64,6 +64,8 @@ void imx233_audioout_set_freq(int fsel); | |||
64 | void imx233_audioout_select_hp_input(bool line1); | 64 | void imx233_audioout_select_hp_input(bool line1); |
65 | /* value in 1.5dB steps, from 0dB to 6dB */ | 65 | /* value in 1.5dB steps, from 0dB to 6dB */ |
66 | void imx233_audioout_set_3d_effect(int val); | 66 | void imx233_audioout_set_3d_effect(int val); |
67 | /* enable/disable speaker amplifier */ | ||
68 | void imx233_audioout_enable_spkr(bool en); | ||
67 | 69 | ||
68 | struct imx233_audioout_info_t imx233_audioout_get_info(void); | 70 | struct imx233_audioout_info_t imx233_audioout_get_info(void); |
69 | 71 | ||