mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: add support for speaker on stmp3780
Change-Id: I990ca2bd43e12047e257f85ff06f046dfa3f94b3
This commit is contained in:
parent
17abb10c64
commit
812c3e7c48
3 changed files with 28 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ void imx233_audioout_set_freq(int fsel);
|
|||
void imx233_audioout_select_hp_input(bool line1);
|
||||
/* value in 1.5dB steps, from 0dB to 6dB */
|
||||
void imx233_audioout_set_3d_effect(int val);
|
||||
/* enable/disable speaker amplifier */
|
||||
void imx233_audioout_enable_spkr(bool en);
|
||||
|
||||
struct imx233_audioout_info_t imx233_audioout_get_info(void);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue