Home
last modified time | relevance | path

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

/linux-3.4.99/sound/pci/hda/
Dhda_codec.c2660 #define AMP_VAL_IDX_MASK (0x0f<<19) macro
2677 kcontrol->private_value = pval & ~AMP_VAL_IDX_MASK; /* index 0 */ in snd_hda_mixer_bind_switch_get()
2700 indices = (pval & AMP_VAL_IDX_MASK) >> AMP_VAL_IDX_SHIFT; in snd_hda_mixer_bind_switch_put()
2702 kcontrol->private_value = (pval & ~AMP_VAL_IDX_MASK) | in snd_hda_mixer_bind_switch_put()