Lines Matching defs:kctl

1767 	struct snd_kcontrol *kctl = ctl_find(card, src);
1768 if (kctl) {
1769 strcpy(kctl->id.name, dst);
1779 struct snd_kcontrol *kctl;
1994 if ((kctl = emu->ctl_send_routing = snd_ctl_new1(&snd_emu10k1_send_routing_control, emu)) == NULL)
1996 kctl->id.device = pcm_device;
1997 if ((err = snd_ctl_add(card, kctl)))
1999 if ((kctl = emu->ctl_send_volume = snd_ctl_new1(&snd_emu10k1_send_volume_control, emu)) == NULL)
2001 kctl->id.device = pcm_device;
2002 if ((err = snd_ctl_add(card, kctl)))
2004 if ((kctl = emu->ctl_attn = snd_ctl_new1(&snd_emu10k1_attn_control, emu)) == NULL)
2006 kctl->id.device = pcm_device;
2007 if ((err = snd_ctl_add(card, kctl)))
2010 if ((kctl = emu->ctl_efx_send_routing = snd_ctl_new1(&snd_emu10k1_efx_send_routing_control, emu)) == NULL)
2012 kctl->id.device = multi_device;
2013 if ((err = snd_ctl_add(card, kctl)))
2016 if ((kctl = emu->ctl_efx_send_volume = snd_ctl_new1(&snd_emu10k1_efx_send_volume_control, emu)) == NULL)
2018 kctl->id.device = multi_device;
2019 if ((err = snd_ctl_add(card, kctl)))
2022 if ((kctl = emu->ctl_efx_attn = snd_ctl_new1(&snd_emu10k1_efx_attn_control, emu)) == NULL)
2024 kctl->id.device = multi_device;
2025 if ((err = snd_ctl_add(card, kctl)))
2072 if ((kctl = snd_ctl_new1(&snd_emu10k1_spdif_mask_control, emu)) == NULL)
2075 kctl->id.device = emu->pcm_efx->device;
2076 if ((err = snd_ctl_add(card, kctl)))
2078 if ((kctl = snd_ctl_new1(&snd_emu10k1_spdif_control, emu)) == NULL)
2081 kctl->id.device = emu->pcm_efx->device;
2082 if ((err = snd_ctl_add(card, kctl)))
2089 if ((kctl = snd_ctl_new1(&snd_audigy_shared_spdif, emu)) == NULL)
2091 if ((err = snd_ctl_add(card, kctl)))
2094 if ((kctl = snd_ctl_new1(&snd_audigy_spdif_output_rate, emu)) == NULL)
2096 if ((err = snd_ctl_add(card, kctl)))
2101 if ((kctl = snd_ctl_new1(&snd_emu10k1_shared_spdif, emu)) == NULL)
2103 if ((err = snd_ctl_add(card, kctl)))