Lines Matching defs:snd_oxfw
37 struct snd_oxfw {
104 int snd_oxfw_stream_init_duplex(struct snd_oxfw *oxfw);
105 int snd_oxfw_stream_reserve_duplex(struct snd_oxfw *oxfw,
110 int snd_oxfw_stream_start_duplex(struct snd_oxfw *oxfw);
111 void snd_oxfw_stream_stop_duplex(struct snd_oxfw *oxfw);
112 void snd_oxfw_stream_destroy_duplex(struct snd_oxfw *oxfw);
113 void snd_oxfw_stream_update_duplex(struct snd_oxfw *oxfw);
122 int snd_oxfw_stream_get_current_formation(struct snd_oxfw *oxfw,
126 int snd_oxfw_stream_discover(struct snd_oxfw *oxfw);
128 void snd_oxfw_stream_lock_changed(struct snd_oxfw *oxfw);
129 int snd_oxfw_stream_lock_try(struct snd_oxfw *oxfw);
130 void snd_oxfw_stream_lock_release(struct snd_oxfw *oxfw);
132 int snd_oxfw_create_pcm(struct snd_oxfw *oxfw);
134 void snd_oxfw_proc_init(struct snd_oxfw *oxfw);
136 int snd_oxfw_create_midi(struct snd_oxfw *oxfw);
138 int snd_oxfw_create_hwdep(struct snd_oxfw *oxfw);
140 int snd_oxfw_add_spkr(struct snd_oxfw *oxfw, bool is_lacie);
141 int snd_oxfw_scs1x_add(struct snd_oxfw *oxfw);
142 void snd_oxfw_scs1x_update(struct snd_oxfw *oxfw);