forked from len0rd/rockbox
Fix red in 82f3d0c18f, accidentaly commited it.
Change-Id: Ie801992589ea278e3c2864d9bb335aeff549debc
This commit is contained in:
parent
82f3d0c18f
commit
859984bd8c
1 changed files with 2 additions and 2 deletions
|
|
@ -77,7 +77,7 @@ bool headphones_inserted(void)
|
||||||
#ifdef BOOTLOADER
|
#ifdef BOOTLOADER
|
||||||
int ps = 0;
|
int ps = 0;
|
||||||
#else
|
#else
|
||||||
int ps = surfans_get_outputs();
|
int ps = xduoo_get_outputs();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
return (ps == 2 || ps == 3);
|
return (ps == 2 || ps == 3);
|
||||||
|
|
@ -88,7 +88,7 @@ bool lineout_inserted(void)
|
||||||
#ifdef BOOTLOADER
|
#ifdef BOOTLOADER
|
||||||
int ps = 0;
|
int ps = 0;
|
||||||
#else
|
#else
|
||||||
int ps = surfans_get_outputs();
|
int ps = xduoo_get_outputs();
|
||||||
#endif
|
#endif
|
||||||
return (ps == 1);
|
return (ps == 1);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue