Symbol: HDA_COMPOSE_AMP_VAL
sound/hda/codecs/analog.c
55
((spec)->beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir)) /* mono */
sound/hda/codecs/analog.c
977
spec->beep_amp = HDA_COMPOSE_AMP_VAL(0x20, 3, 3, HDA_INPUT);
sound/hda/codecs/ca0132.c
4042
.private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) }
sound/hda/codecs/ca0132.c
4060
.private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) }
sound/hda/codecs/ca0132.c
4069
.private_value = HDA_COMPOSE_AMP_VAL(nid, channel, 0, dir) }
sound/hda/codecs/ca0132.c
4395
HDA_COMPOSE_AMP_VAL(nid, 1, 0, type);
sound/hda/codecs/ca0132.c
5595
kcontrol->private_value = HDA_COMPOSE_AMP_VAL(shared_nid, ch,
sound/hda/codecs/ca0132.c
6466
kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir);
sound/hda/codecs/ca0132.c
6476
kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir);
sound/hda/codecs/ca0132.c
6539
kcontrol->private_value = HDA_COMPOSE_AMP_VAL(shared_nid, ch,
sound/hda/codecs/ca0132.c
6605
kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir);
sound/hda/codecs/ca0132.c
6615
kcontrol->private_value = HDA_COMPOSE_AMP_VAL(nid, ch, 0, dir);
sound/hda/codecs/ca0132.c
6650
HDA_COMPOSE_AMP_VAL(nid, 1, 0, type);
sound/hda/codecs/conexant.c
60
unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir);
sound/hda/codecs/generic.c
1299
val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
sound/hda/codecs/generic.c
1313
val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
sound/hda/codecs/generic.c
1315
val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_INPUT);
sound/hda/codecs/generic.c
3062
*mix_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT);
sound/hda/codecs/generic.c
3064
*mute_val = HDA_COMPOSE_AMP_VAL(mix_nid, 3, idx, HDA_INPUT);
sound/hda/codecs/generic.c
3075
*mix_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
sound/hda/codecs/generic.c
3078
*mute_val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
sound/hda/codecs/generic.c
3547
HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
sound/hda/codecs/generic.c
3553
HDA_COMPOSE_AMP_VAL(nid, 3, idx, HDA_INPUT);
sound/hda/codecs/generic.c
3559
HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
sound/hda/codecs/generic.c
3565
HDA_COMPOSE_AMP_VAL(nid, 3, idx, HDA_INPUT);
sound/hda/codecs/generic.c
363
unsigned int val = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir);
sound/hda/codecs/generic.c
3858
val = HDA_COMPOSE_AMP_VAL(nid, 3, 0, HDA_OUTPUT);
sound/hda/codecs/generic.c
3862
val = HDA_COMPOSE_AMP_VAL(nid, 3, path->idx[depth],
sound/hda/codecs/generic.c
966
.private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0),
sound/hda/codecs/generic.c
973
.private_value = HDA_COMPOSE_AMP_VAL(0, 3, 0, 0),
sound/hda/codecs/realtek/alc268.c
36
.private_value = HDA_COMPOSE_AMP_VAL(0x0f, 3, 1, HDA_INPUT)
sound/hda/codecs/realtek/realtek.c
943
unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 3, idx, dir);
sound/hda/codecs/senarytech.c
76
unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir);
sound/hda/codecs/sigmatel.c
846
HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
sound/hda/codecs/sigmatel.c
857
HDA_COMPOSE_AMP_VAL(nid, 1, 0, HDA_OUTPUT);
sound/hda/codecs/via.c
263
unsigned int beep_amp = HDA_COMPOSE_AMP_VAL(nid, 1, idx, dir);
sound/hda/common/hda_local.h
44
.private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, dir) | flags }
sound/hda/common/hda_local.h
65
.private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, direction) }
sound/hda/common/hda_local.h
83
.private_value = HDA_COMPOSE_AMP_VAL(nid, channel, xindex, direction) }