Home
last modified time | relevance | path

Searched refs:ctl_cvol (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/trident/
Dtrident.h408 struct snd_kcontrol *ctl_cvol; /* center volume */ member
Dtrident_main.c2916 snd_trident_notify_pcm_change1(trident->card, trident->ctl_cvol, num, activate); in snd_trident_notify_pcm_change()
3049 if ((trident->ctl_cvol = snd_ctl_new1(&snd_trident_pcm_cvol_control, trident)) == NULL) in snd_trident_mixer()
3051 if ((err = snd_ctl_add(card, trident->ctl_cvol))) in snd_trident_mixer()