Home
last modified time | relevance | path

Searched refs:ctl_vol (Results 1 – 3 of 3) sorted by relevance

/linux-6.6.21/sound/pci/trident/
Dtrident.h389 struct snd_kcontrol *ctl_vol; /* front volume */ member
Dtrident_main.c2864 snd_trident_notify_pcm_change1(trident->card, trident->ctl_vol, num, activate); in snd_trident_notify_pcm_change()
2992 trident->ctl_vol = snd_ctl_new1(&snd_trident_pcm_vol_control, trident); in snd_trident_mixer()
2993 if (!trident->ctl_vol) in snd_trident_mixer()
2995 err = snd_ctl_add(card, trident->ctl_vol); in snd_trident_mixer()
/linux-6.6.21/drivers/platform/x86/
Dthinkpad_acpi.c7501 struct snd_kcontrol *ctl_vol; in volume_create_alsa_mixer() local
7540 ctl_vol = snd_ctl_new1(&volume_alsa_control_vol, NULL); in volume_create_alsa_mixer()
7541 rc = snd_ctl_add(card, ctl_vol); in volume_create_alsa_mixer()
7547 data->ctl_vol_id = &ctl_vol->id; in volume_create_alsa_mixer()