fiiom3k: Temporarily disable filter rolloff programming

(Hardware control isn't wired into ALSA properly)

Change-Id: Iac537d2d90a6119b8c002cd38a558a4ebb3321eb
This commit is contained in:
Solomon Peachy 2020-10-15 07:43:14 -04:00
parent ca4d63d4d9
commit 4873a1ac61
2 changed files with 9 additions and 4 deletions

View file

@ -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)