Searched refs:snd_hda_mixer_amp_tlv (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/hda/ |
H A D | hda_local.h | 41 .tlv = { .c = snd_hda_mixer_amp_tlv }, \ 102 int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag,
|
H A D | hda_codec.c | 1550 * snd_hda_mixer_amp_tlv - TLV callback for a standard AMP mixer volume 1559 int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag, in snd_hda_mixer_amp_tlv() function 1571 EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_tlv); variable 1887 if (kctl->tlv.c != snd_hda_mixer_amp_tlv) { in init_follower_0dB()
|
H A D | patch_ca0132.c | 3943 .tlv = { .c = snd_hda_mixer_amp_tlv }, \ 6501 err = snd_hda_mixer_amp_tlv(kcontrol, op_flag, size, tlv); in ca0132_volume_tlv() 6511 err = snd_hda_mixer_amp_tlv(kcontrol, op_flag, size, tlv); in ca0132_volume_tlv() 6516 err = snd_hda_mixer_amp_tlv(kcontrol, op_flag, size, tlv); in ca0132_volume_tlv()
|
H A D | hda_generic.c | 3495 #define cap_vol_tlv snd_hda_mixer_amp_tlv
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_local.h | 41 .tlv = { .c = snd_hda_mixer_amp_tlv }, \ 102 int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag,
|
H A D | hda_codec.c | 1592 * snd_hda_mixer_amp_tlv - TLV callback for a standard AMP mixer volume 1601 int snd_hda_mixer_amp_tlv(struct snd_kcontrol *kcontrol, int op_flag, in snd_hda_mixer_amp_tlv() function 1613 EXPORT_SYMBOL_GPL(snd_hda_mixer_amp_tlv); variable 1927 if (kctl->tlv.c != snd_hda_mixer_amp_tlv) { in init_follower_0dB()
|
H A D | patch_ca0132.c | 4063 .tlv = { .c = snd_hda_mixer_amp_tlv }, \ 6621 err = snd_hda_mixer_amp_tlv(kcontrol, op_flag, size, tlv); in ca0132_volume_tlv() 6631 err = snd_hda_mixer_amp_tlv(kcontrol, op_flag, size, tlv); in ca0132_volume_tlv() 6636 err = snd_hda_mixer_amp_tlv(kcontrol, op_flag, size, tlv); in ca0132_volume_tlv()
|
H A D | hda_generic.c | 3501 #define cap_vol_tlv snd_hda_mixer_amp_tlv
|
Completed in 52 milliseconds