Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/realtek/
H A Dalc268.c44 {0x0f, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
45 {0x10, AC_VERB_SET_AMP_GAIN_MUTE, AMP_IN_MUTE(1)},
/linux/sound/hda/common/
H A Dhda_local.h404 #define AMP_IN_MUTE(idx) (0x7080 | ((idx)<<8)) macro