Home
last modified time | relevance | path

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

/Linux-v4.19/sound/pci/trident/
Dtrident.h405 struct snd_kcontrol *ctl_vol; /* front volume */ member
Dtrident_main.c2913 snd_trident_notify_pcm_change1(trident->card, trident->ctl_vol, num, activate); in snd_trident_notify_pcm_change()
3034 if ((trident->ctl_vol = snd_ctl_new1(&snd_trident_pcm_vol_control, trident)) == NULL) in snd_trident_mixer()
3036 if ((err = snd_ctl_add(card, trident->ctl_vol))) in snd_trident_mixer()
/Linux-v4.19/drivers/platform/x86/
Dthinkpad_acpi.c7561 struct snd_kcontrol *ctl_vol; in volume_create_alsa_mixer() local
7600 ctl_vol = snd_ctl_new1(&volume_alsa_control_vol, NULL); in volume_create_alsa_mixer()
7601 rc = snd_ctl_add(card, ctl_vol); in volume_create_alsa_mixer()
7607 data->ctl_vol_id = &ctl_vol->id; in volume_create_alsa_mixer()