Home
last modified time | relevance | path

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

/linux-6.15/sound/virtio/
H A Dvirtio_kctl.c412 struct snd_kcontrol_new kctl_new; in virtsnd_kctl_build_devs() local
416 memset(&kctl_new, 0, sizeof(kctl_new)); in virtsnd_kctl_build_devs()
419 kctl_new.name = kinfo->name; in virtsnd_kctl_build_devs()
420 kctl_new.index = le32_to_cpu(kinfo->index); in virtsnd_kctl_build_devs()
424 kctl_new.access |= g_v2a_access_map[i]; in virtsnd_kctl_build_devs()
430 kctl_new.tlv.c = virtsnd_kctl_tlv_op; in virtsnd_kctl_build_devs()
433 kctl_new.info = virtsnd_kctl_info; in virtsnd_kctl_build_devs()
434 kctl_new.get = virtsnd_kctl_get; in virtsnd_kctl_build_devs()
435 kctl_new.put = virtsnd_kctl_put; in virtsnd_kctl_build_devs()
436 kctl_new.private_value = cid; in virtsnd_kctl_build_devs()
[all …]
/linux-6.15/sound/soc/codecs/
H A Dak4118.c265 struct snd_kcontrol_new *kctl_new; in ak4118_irq_handler() local
272 kctl_new = &ak4118_iec958_controls[i]; in ak4118_irq_handler()
274 snd_soc_component_notify_control(component, kctl_new->name); in ak4118_irq_handler()