Searched refs:HDSP_PhoneGainMask (Results 1 – 1 of 1) sorted by relevance
211 #define HDSP_PhoneGainMask (HDSP_PhoneGain0|HDSP_PhoneGain1) macro212 #define HDSP_PhoneGain0dB HDSP_PhoneGainMask2249 switch (hdsp->control_register & HDSP_PhoneGainMask) { in hdsp_phone_gain()2263 hdsp->control_register &= ~HDSP_PhoneGainMask; in hdsp_set_phone_gain()