Home
last modified time | relevance | path

Searched refs:get_amp_direction_ (Results 1 – 2 of 2) sorted by relevance

/linux/sound/hda/common/
H A Dhda_local.h671 #define get_amp_direction_(pv) (((pv) >> 18) & 0x1) macro
672 #define get_amp_direction(kc) get_amp_direction_((kc)->private_value)
/linux/sound/hda/codecs/
H A Dgeneric.c1068 if (get_amp_direction_(val) == HDA_INPUT) { in add_sw_ctl()