Searched refs:get_amp_direction_ (Results 1 – 3 of 3) sorted by relevance
684 #define get_amp_direction_(pv) (((pv) >> 18) & 0x1) macro685 #define get_amp_direction(kc) get_amp_direction_((kc)->private_value)
639 dir = get_amp_direction_(val); in alc_inv_dmic_sync_adc()
907 if (get_amp_direction_(val) == HDA_INPUT) { in add_sw_ctl()