Searched refs:HDA_COMPOSE_AMP_VAL (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/pci/hda/ |
| A 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) }
|
| A D | patch_senarytech.c | 49 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir); in set_beep_amp()
|
| A D | hda_generic.c | 966 .private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0), 973 .private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0), 1301 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in assign_out_path_ctls() 1315 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in assign_out_path_ctls() 1317 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT); in assign_out_path_ctls() 3558 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in parse_capvol_in_path() 3564 HDA_COMPOSE_AMP_VAL(nid, 3, idx, HDA_INPUT); in parse_capvol_in_path() 3570 HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in parse_capvol_in_path() 3576 HDA_COMPOSE_AMP_VAL(nid, 3, idx, HDA_INPUT); in parse_capvol_in_path() 3869 val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT); in look_for_boost_amp() [all …]
|
| A D | patch_analog.c | 44 ((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */ 1015 spec->beep_amp = HDA_COMPOSE_AMP_VAL(0x20, 3, 3, HDA_INPUT); in ad1884_fixup_thinkpad()
|
| A D | patch_ca0132.c | 4045 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) } 4063 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) } 4072 .private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) } 4400 HDA_COMPOSE_AMP_VAL(nid, 1, 0, type); in add_tuning_control() 5585 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(shared_nid, ch, in ca0132_vnode_switch_set() 6473 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_info() 6483 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_info() 6546 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(shared_nid, ch, in ca0132_volume_put() 6619 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_tlv() 6629 kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir); in ca0132_volume_tlv() [all …]
|
| A D | patch_via.c | 263 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir); in set_beep_amp()
|
| A D | patch_conexant.c | 60 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir); in set_beep_amp()
|
| A D | patch_sigmatel.c | 854 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT); in stac_auto_create_beep_ctls() 865 HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT); in stac_auto_create_beep_ctls()
|
| A D | patch_realtek.c | 1135 unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir); in set_beep_amp() 3028 .private_value = HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT)
|
Completed in 69 milliseconds