Home
last modified time | relevance | path

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

/linux-4.1.27/sound/pci/hda/
Dhda_local.h707 #define get_amp_offset(kc) (((kc)->private_value >> 23) & 0x3f) macro
Dhda_codec.c1510 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_info()
1574 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_get()
1601 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_put()
1631 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_tlv()
Dhda_proc.c98 get_amp_offset(kctl)); in print_nid_array()