Home
last modified time | relevance | path

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

/linux-4.4.14/sound/pci/hda/
Dhda_codec.c1307 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_info()
1371 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_get()
1398 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_put()
1428 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_tlv()
Dhda_local.h702 #define get_amp_offset(kc) (((kc)->private_value >> 23) & 0x3f) macro
Dhda_proc.c83 get_amp_offset(kctl)); in print_nid_array()