Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dhda_local.h638 #define get_amp_offset(kc) (((kc)->private_value >> 23) & 0x3f) macro
H A Dhda_codec.c1421 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_info()
1485 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_get()
1512 unsigned int ofs = get_amp_offset(kcontrol); in snd_hda_mixer_amp_volume_put()
1532 unsigned int ofs = get_amp_offset(kcontrol); in get_ctl_amp_tlv()
H A Dhda_proc.c69 get_amp_offset(kctl)); in print_nid_array()