Searched refs:snd_efw (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/firewire/fireworks/ |
| H A D | fireworks.h | 60 struct snd_efw { struct 119 void snd_efw_transaction_add_instance(struct snd_efw *efw); argument 120 void snd_efw_transaction_remove_instance(struct snd_efw *efw); 192 int snd_efw_command_set_resp_addr(struct snd_efw *efw, 194 int snd_efw_command_set_tx_mode(struct snd_efw *efw, 196 int snd_efw_command_get_hwinfo(struct snd_efw *efw, 198 int snd_efw_command_get_phys_meters(struct snd_efw *efw, 201 int snd_efw_command_get_clock_source(struct snd_efw *efw, 203 int snd_efw_command_get_sampling_rate(struct snd_efw *efw, unsigned int *rate); 204 int snd_efw_command_set_sampling_rate(struct snd_efw *efw, unsigned int rate); [all …]
|
| H A D | fireworks_proc.c | 30 struct snd_efw *efw = entry->private_data; in proc_read_hwinfo() 107 struct snd_efw *efw = entry->private_data; in proc_read_clock() 130 struct snd_efw *efw = entry->private_data; in proc_read_phys_meters() 181 struct snd_efw *efw = entry->private_data; in proc_read_queues_state() 195 add_node(struct snd_efw *efw, struct snd_info_entry *root, const char *name, in add_node() 205 void snd_efw_proc_init(struct snd_efw *efw) in snd_efw_proc_init()
|