Home
last modified time | relevance | path

Searched refs:AC_AMPCAP_NUM_STEPS (Results 1 – 4 of 4) sorted by relevance

/linux/include/sound/
H A Dhda_verbs.h284 #define AC_AMPCAP_NUM_STEPS (0x7f<<8) /* number of steps */ macro
/linux/sound/hda/common/
H A Dhda_local.h559 snd_hda_check_amp_caps(codec, nid, dir, AC_AMPCAP_NUM_STEPS)
/linux/sound/hda/codecs/realtek/
H A Dalc269.c3132 nsteps = ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) - 10; in alc256_decrease_headphone_amp_val()
3134 caps &= ~AC_AMPCAP_NUM_STEPS & ~AC_AMPCAP_OFFSET; in alc256_decrease_headphone_amp_val()
/linux/sound/hda/codecs/
H A Dsigmatel.c858 if ((caps & AC_AMPCAP_NUM_STEPS) >> AC_AMPCAP_NUM_STEPS_SHIFT) { in stac_auto_create_beep_ctls()