Home
last modified time | relevance | path

Searched refs:ctl_cvol (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident.h393 struct snd_kcontrol *ctl_cvol; /* center volume */ member
H A Dtrident_main.c2864 snd_trident_notify_pcm_change1(trident->card, trident->ctl_cvol, num, activate); in snd_trident_notify_pcm_change()
2997 if ((trident->ctl_cvol = snd_ctl_new1(&snd_trident_pcm_cvol_control, trident)) == NULL) in snd_trident_mixer()
2999 if ((err = snd_ctl_add(card, trident->ctl_cvol))) in snd_trident_mixer()
/kernel/linux/linux-6.6/sound/pci/trident/
H A Dtrident.h392 struct snd_kcontrol *ctl_cvol; /* center volume */ member
H A Dtrident_main.c2867 snd_trident_notify_pcm_change1(trident->card, trident->ctl_cvol, num, activate); in snd_trident_notify_pcm_change()
3013 trident->ctl_cvol = snd_ctl_new1(&snd_trident_pcm_cvol_control, trident); in snd_trident_mixer()
3014 if (!trident->ctl_cvol) in snd_trident_mixer()
3016 err = snd_ctl_add(card, trident->ctl_cvol); in snd_trident_mixer()

Completed in 14 milliseconds