mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
imx233: fix audio debug screen
Change-Id: Iaadd43a28907ebd425a0b7199f067a4fab8e9653
This commit is contained in:
parent
8c91d05543
commit
bbe94e2b24
3 changed files with 25 additions and 15 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue