mirror of
https://github.com/Rockbox/rockbox.git
synced 2026-04-11 16:37:45 -04:00
fiiom3k: Temporarily disable filter rolloff programming
(Hardware control isn't wired into ALSA properly) Change-Id: Iac537d2d90a6119b8c002cd38a558a4ebb3321eb
This commit is contained in:
parent
ca4d63d4d9
commit
4873a1ac61
2 changed files with 9 additions and 4 deletions
|
|
@ -473,6 +473,7 @@ static void adb(int start)
|
|||
lcd_set_foreground(LCD_RGBPACK(255, 0, 0));
|
||||
lcd_putsf(0, 1, "ADB not supported!");
|
||||
sleep(2*HZ);
|
||||
(void)start;
|
||||
#else
|
||||
pid_t pid = fork();
|
||||
if(pid == 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue