Searched refs:snd_bebob (Results 1 - 11 of 11) sorted by relevance

/linux-master/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 *bebo
[all...]
H A Dbebob_hwdep.c22 struct snd_bebob *bebob = hwdep->private_data;
55 struct snd_bebob *bebob = hwdep->private_data;
71 hwdep_get_info(struct snd_bebob *bebob, void __user *arg)
91 hwdep_lock(struct snd_bebob *bebob)
110 hwdep_unlock(struct snd_bebob *bebob)
131 struct snd_bebob *bebob = hwdep->private_data;
145 struct snd_bebob *bebob = hwdep->private_data;
171 int snd_bebob_create_hwdep_device(struct snd_bebob *bebob)
H A Dbebob_pcm.c95 pcm_init_hw_params(struct snd_bebob *bebob,
134 struct snd_bebob *bebob = substream->private_data;
206 struct snd_bebob *bebob = substream->private_data;
214 struct snd_bebob *bebob = substream->private_data;
235 struct snd_bebob *bebob = substream->private_data;
252 struct snd_bebob *bebob = substream->private_data;
264 struct snd_bebob *bebob = substream->private_data;
277 struct snd_bebob *bebob = substream->private_data;
295 struct snd_bebob *bebob = substream->private_data;
313 struct snd_bebob *bebo
[all...]
H A Dbebob_midi.c12 struct snd_bebob *bebob = substream->rmidi->private_data;
36 struct snd_bebob *bebob = substream->rmidi->private_data;
49 struct snd_bebob *bebob = substrm->rmidi->private_data;
66 struct snd_bebob *bebob = substrm->rmidi->private_data;
81 static void set_midi_substream_names(struct snd_bebob *bebob,
93 int snd_bebob_create_midi_devices(struct snd_bebob *bebob)
H A Dbebob_terratec.c16 phase88_rack_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
H A Dbebob_yamaha_terratec.c38 clk_src_get(struct snd_bebob *bebob, unsigned int *id)
H A Dbebob_stream.c63 snd_bebob_stream_get_rate(struct snd_bebob *bebob, unsigned int *curr_rate)
96 snd_bebob_stream_set_rate(struct snd_bebob *bebob, unsigned int rate)
119 int snd_bebob_stream_get_clock_src(struct snd_bebob *bebob,
254 static int map_data_channels(struct snd_bebob *bebob, struct amdtp_stream *s)
377 check_connection_used_by_others(struct snd_bebob *bebob, struct amdtp_stream *s)
400 static void break_both_connections(struct snd_bebob *bebob)
406 static int start_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
431 static int init_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
467 static void destroy_stream(struct snd_bebob *bebob, struct amdtp_stream *stream)
477 int snd_bebob_stream_init_duplex(struct snd_bebob *bebo
[all...]
H A Dbebob_focusrite.c61 saffire_read_block(struct snd_bebob *bebob, u64 offset,
81 saffire_read_quad(struct snd_bebob *bebob, u64 offset, u32 *value)
98 saffire_write_quad(struct snd_bebob *bebob, u64 offset, u32 value)
142 saffirepro_both_clk_freq_get(struct snd_bebob *bebob, unsigned int *rate)
158 saffirepro_both_clk_freq_set(struct snd_bebob *bebob, unsigned int rate)
177 saffirepro_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
211 saffire_both_clk_src_get(struct snd_bebob *bebob, unsigned int *id)
232 saffire_meter_get(struct snd_bebob *bebob, u32 *buf, unsigned int size)
H A Dbebob_maudio.c138 get_meter(struct snd_bebob *bebob, void *buf, unsigned int size)
146 check_clk_sync(struct snd_bebob *bebob, unsigned int size, bool *sync)
171 avc_maudio_set_special_clk(struct snd_bebob *bebob, unsigned int clk_src,
228 special_stream_formation_set(struct snd_bebob *bebob)
256 static int add_special_controls(struct snd_bebob *bebob);
258 snd_bebob_maudio_special_discover(struct snd_bebob *bebob, bool is1814)
302 static int special_get_rate(struct snd_bebob *bebob, unsigned int *rate)
314 static int special_set_rate(struct snd_bebob *bebob, unsigned int rate)
349 static int special_clk_get(struct snd_bebob *bebob, unsigned int *id)
370 struct snd_bebob *bebo
[all...]
H A Dbebob_proc.c38 struct snd_bebob *bebob = entry->private_data;
74 struct snd_bebob *bebob = entry->private_data;
107 struct snd_bebob *bebob = entry->private_data;
139 struct snd_bebob *bebob = entry->private_data;
159 add_node(struct snd_bebob *bebob, struct snd_info_entry *root, const char *name,
169 void snd_bebob_proc_init(struct snd_bebob *bebob)
H A Dbebob.c68 name_device(struct snd_bebob *bebob)
123 struct snd_bebob *bebob = card->private_data;
160 static int detect_quirks(struct snd_bebob *bebob, const struct ieee1394_device_id *entry)
188 struct snd_bebob *bebob;
321 struct snd_bebob *bebob = dev_get_drvdata(&unit->device);
331 struct snd_bebob *bebob = dev_get_drvdata(&unit->device);

Completed in 376 milliseconds