Searched refs:ctl_vol (Results 1 – 3 of 3) sorted by relevance
405 struct snd_kcontrol *ctl_vol; /* front volume */ member
2913 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()
7561 struct snd_kcontrol *ctl_vol; in volume_create_alsa_mixer() local7600 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()