Searched refs:ctl_cvol (Results 1 - 2 of 2) sorted by path

/linux-master/sound/pci/trident/
H A Dtrident.h392 struct snd_kcontrol *ctl_cvol; /* center volume */ member in struct:snd_trident
H A Dtrident_main.c2867 snd_trident_notify_pcm_change1(trident->card, trident->ctl_cvol, num, activate);
3013 trident->ctl_cvol = snd_ctl_new1(&snd_trident_pcm_cvol_control, trident);
3014 if (!trident->ctl_cvol)
3016 err = snd_ctl_add(card, trident->ctl_cvol);

Completed in 189 milliseconds