Searched refs:HDA_COMPOSE_AMP_VAL (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/sound/pci/hda/ |
D | hda_local.h | 42 #define HDA_COMPOSE_AMP_VAL(nid,chs,idx,dir) \ macro 55 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, dir) | flags } 76 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, direction) } 94 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, direction) } 187 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, indices, direction) }
|
D | hda_generic.c | 382 unsigned int val = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir); in is_ctl_associated() 982 .private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0), 989 .private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0), 1262 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in assign_out_path_ctls() 1276 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in assign_out_path_ctls() 1278 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT); in assign_out_path_ctls() 3032 *mix_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT); in look_for_mix_leaf_ctls() 3034 *mute_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT); in look_for_mix_leaf_ctls() 3045 *mix_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in look_for_mix_leaf_ctls() 3048 *mute_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in look_for_mix_leaf_ctls() [all …]
|
D | patch_ca0132.c | 2848 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) } 2857 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) } 3104 HDA_COMPOSE_AMP_VAL(nid, 1, 0, type); in add_tuning_control() 3590 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(shared_nid, ch, in ca0132_vnode_switch_set() 3786 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_info() 3796 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_info() 3859 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(shared_nid, ch, in ca0132_volume_put() 3887 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_tlv() 3897 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_tlv()
|
D | patch_analog.c | 56 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */ 1034 spec->beep_amp = HDA_COMPOSE_AMP_VAL(0x20, 3, 3, HDA_INPUT); in ad1884_fixup_thinkpad()
|
D | patch_conexant.c | 63 spec->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir); in set_beep_amp()
|
D | patch_via.c | 281 spec->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir); in set_beep_amp()
|
D | patch_sigmatel.c | 876 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT); in stac_auto_create_beep_ctls() 887 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT); in stac_auto_create_beep_ctls()
|
D | patch_realtek.c | 962 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir)) 2513 HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT), 2514 HDA_COMPOSE_AMP_VAL(0x10, 3, 1, HDA_INPUT),
|