Lines Matching refs:dg00x
125 int snd_dg00x_transaction_register(struct snd_dg00x *dg00x);
126 int snd_dg00x_transaction_reregister(struct snd_dg00x *dg00x);
127 void snd_dg00x_transaction_unregister(struct snd_dg00x *dg00x);
131 int snd_dg00x_stream_get_external_rate(struct snd_dg00x *dg00x,
133 int snd_dg00x_stream_get_local_rate(struct snd_dg00x *dg00x,
135 int snd_dg00x_stream_set_local_rate(struct snd_dg00x *dg00x, unsigned int rate);
136 int snd_dg00x_stream_get_clock(struct snd_dg00x *dg00x,
138 int snd_dg00x_stream_check_external_clock(struct snd_dg00x *dg00x,
140 int snd_dg00x_stream_init_duplex(struct snd_dg00x *dg00x);
141 int snd_dg00x_stream_reserve_duplex(struct snd_dg00x *dg00x, unsigned int rate,
144 int snd_dg00x_stream_start_duplex(struct snd_dg00x *dg00x);
145 void snd_dg00x_stream_stop_duplex(struct snd_dg00x *dg00x);
146 void snd_dg00x_stream_update_duplex(struct snd_dg00x *dg00x);
147 void snd_dg00x_stream_destroy_duplex(struct snd_dg00x *dg00x);
149 void snd_dg00x_stream_lock_changed(struct snd_dg00x *dg00x);
150 int snd_dg00x_stream_lock_try(struct snd_dg00x *dg00x);
151 void snd_dg00x_stream_lock_release(struct snd_dg00x *dg00x);
153 void snd_dg00x_proc_init(struct snd_dg00x *dg00x);
155 int snd_dg00x_create_pcm_devices(struct snd_dg00x *dg00x);
157 int snd_dg00x_create_midi_devices(struct snd_dg00x *dg00x);
159 int snd_dg00x_create_hwdep_device(struct snd_dg00x *dg00x);