Searched refs:HDA_COMPOSE_AMP_VAL (Results 1 – 8 of 8) sorted by relevance
| /Linux-v5.4/sound/pci/hda/ |
| D | hda_local.h | 29 #define HDA_COMPOSE_AMP_VAL(nid,chs,idx,dir) \ macro 42 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, dir) | flags } 63 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, direction) } 81 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, direction) }
|
| D | hda_generic.c | 357 unsigned int val = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir); in is_ctl_associated() 960 .private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0), 967 .private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0), 1282 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in assign_out_path_ctls() 1296 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in assign_out_path_ctls() 1298 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT); in assign_out_path_ctls() 3048 *mix_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT); in look_for_mix_leaf_ctls() 3050 *mute_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT); in look_for_mix_leaf_ctls() 3061 *mix_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in look_for_mix_leaf_ctls() 3064 *mute_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in look_for_mix_leaf_ctls() [all …]
|
| D | patch_analog.c | 43 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */ 1022 spec->beep_amp = HDA_COMPOSE_AMP_VAL(0x20, 3, 3, HDA_INPUT); in ad1884_fixup_thinkpad()
|
| D | patch_ca0132.c | 3653 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) } 3671 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) } 3680 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) } 4006 HDA_COMPOSE_AMP_VAL(nid, 1, 0, type); in add_tuning_control() 5111 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(shared_nid, ch, in ca0132_vnode_switch_set() 5886 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_info() 5896 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_info() 5959 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(shared_nid, ch, in ca0132_volume_put() 6032 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_tlv() 6042 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_tlv() [all …]
|
| D | patch_conexant.c | 60 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir); in set_beep_amp()
|
| D | patch_via.c | 262 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir); in set_beep_amp()
|
| D | patch_sigmatel.c | 847 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT); in stac_auto_create_beep_ctls() 858 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT); in stac_auto_create_beep_ctls()
|
| D | patch_realtek.c | 1042 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir); in set_beep_amp() 2773 .private_value = HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT)
|