Home
last modified time | relevance | path

Searched refs:snd_bebob (Results 1 – 5 of 5) sorted by relevance

/linux/sound/firewire/bebob/
H A Dbebob.h41 struct snd_bebob;
61 int (*get)(struct snd_bebob *bebob, unsigned int *id);
64 int (*get)(struct snd_bebob *bebob, unsigned int *rate);
65 int (*set)(struct snd_bebob *bebob, unsigned int rate);
70 int (*get)(struct snd_bebob *bebob, u32 *target, unsigned int size);
83 struct snd_bebob { struct
215 int snd_bebob_stream_get_rate(struct snd_bebob *bebob, unsigned int *rate);
216 int snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate);
217 int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob,
219 int snd_bebob_stream_discover(struct snd_bebob *bebob);
[all …]
H A Dbebob_focusrite.c61 saffire_read_block(struct snd_bebob *bebob, u64 offset, in saffire_read_block()
81 saffire_read_quad(struct snd_bebob *bebob, u64 offset, u32 *value) in saffire_read_quad()
98 saffire_write_quad(struct snd_bebob *bebob, u64 offset, u32 value) in saffire_write_quad()
142 saffirepro_both_clk_freq_get(struct snd_bebob *bebob, unsigned int *rate) in saffirepro_both_clk_freq_get()
158 saffirepro_both_clk_freq_set(struct snd_bebob *bebob, unsigned int rate) in saffirepro_both_clk_freq_set()
177 saffirepro_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id) in saffirepro_both_clk_src_get()
211 saffire_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id) in saffire_both_clk_src_get()
232 saffire_meter_get(struct snd_bebob *bebob, u32 *buf, unsigned int size) in saffire_meter_get()
H A Dbebob_proc.c38 struct snd_bebob *bebob = entry->private_data; in proc_read_hw_info()
74 struct snd_bebob *bebob = entry->private_data; in proc_read_meters()
107 struct snd_bebob *bebob = entry->private_data; in proc_read_formation()
139 struct snd_bebob *bebob = entry->private_data; in proc_read_clock()
159 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name, in add_node()
169 void snd_bebob_proc_init(struct snd_bebob *bebob) in snd_bebob_proc_init()
H A Dbebob_yamaha_terratec.c38 clk_src_get(struct snd_bebob *bebob, unsigned int *id) in clk_src_get()
H A Dbebob_terratec.c16 phase88_rack_clk_src_get(struct snd_bebob *bebob, unsigned int *id) in phase88_rack_clk_src_get()