bypass mode
This commit is contained in:
@@ -643,7 +643,7 @@ void change_eq_mode(unsigned sample_freq)
|
||||
|
||||
unsigned int is_eq_disabled(void)
|
||||
{
|
||||
return (g_current_eq_mode == EQ_DISABLED_MODE);
|
||||
return ((g_current_eq_mode == EQ_DISABLED_MODE) || (g_current_eq_mode == EQ_BYPASS_MODE));
|
||||
}
|
||||
|
||||
void clear_eq_status(unsigned sample_freq, unsigned ch_no) {
|
||||
|
||||
Reference in New Issue
Block a user