Home
last modified time | relevance | path

Searched refs:snd_efw_hwinfo (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/sound/firewire/fireworks/
Dfireworks.h123 struct snd_efw_hwinfo { struct
198 struct snd_efw_hwinfo *hwinfo);
Dfireworks_proc.c33 struct snd_efw_hwinfo *hwinfo; in proc_read_hwinfo()
35 hwinfo = kmalloc(sizeof(struct snd_efw_hwinfo), GFP_KERNEL); in proc_read_hwinfo()
Dfireworks.c76 struct snd_efw_hwinfo *hwinfo; in get_hardware_info()
80 hwinfo = kzalloc(sizeof(struct snd_efw_hwinfo), GFP_KERNEL); in get_hardware_info()
Dfireworks_command.c213 struct snd_efw_hwinfo *hwinfo) in snd_efw_command_get_hwinfo()