Home
last modified time | relevance | path

Searched refs:snd_BUG_ON (Results 1 - 25 of 349) sorted by relevance

12345678910>>...14

/kernel/linux/linux-5.10/sound/core/oss/
H A Dcopy.c35 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in copy_transfer()
41 if (snd_BUG_ON(src_channels->area.first % 8 || in copy_transfer()
44 if (snd_BUG_ON(dst_channels->area.first % 8 || in copy_transfer()
70 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_copy()
74 if (snd_BUG_ON(src_format->format != dst_format->format)) in snd_pcm_plugin_build_copy()
76 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_copy()
78 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_copy()
82 if (snd_BUG_ON(width <= 0)) in snd_pcm_plugin_build_copy()
H A Dio.c42 if (snd_BUG_ON(!plugin)) in io_playback_transfer()
44 if (snd_BUG_ON(!src_channels)) in io_playback_transfer()
51 if (snd_BUG_ON(!bufs)) in io_playback_transfer()
68 if (snd_BUG_ON(!plugin)) in io_capture_transfer()
70 if (snd_BUG_ON(!dst_channels)) in io_capture_transfer()
77 if (snd_BUG_ON(!bufs)) in io_capture_transfer()
116 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_io()
119 if (snd_BUG_ON(!plug || !params)) in snd_pcm_plugin_build_io()
H A Dlinear.c93 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in linear_transfer()
101 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in linear_transfer()
104 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in linear_transfer()
158 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_linear()
162 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_linear()
164 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_linear()
166 if (snd_BUG_ON(!snd_pcm_format_linear(src_format->format) || in snd_pcm_plugin_build_linear()
H A Drate.c188 if (snd_BUG_ON(!plugin)) in rate_src_frames()
221 if (snd_BUG_ON(!plugin)) in rate_dst_frames()
257 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in rate_transfer()
265 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in rate_transfer()
268 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in rate_transfer()
287 if (snd_BUG_ON(!plugin)) in rate_action()
309 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_rate()
313 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_rate()
315 if (snd_BUG_ON(src_format->channels <= 0)) in snd_pcm_plugin_build_rate()
317 if (snd_BUG_ON(src_forma in snd_pcm_plugin_build_rate()
[all...]
H A Droute.c56 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in route_transfer()
95 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_route()
98 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_route()
100 if (snd_BUG_ON(src_format->format != dst_format->format)) in snd_pcm_plugin_build_route()
H A Dmulaw.c255 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in mulaw_transfer()
263 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in mulaw_transfer()
266 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in mulaw_transfer()
311 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_mulaw()
315 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_mulaw()
317 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_mulaw()
/kernel/linux/linux-6.6/sound/core/oss/
H A Dcopy.c35 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in copy_transfer()
41 if (snd_BUG_ON(src_channels->area.first % 8 || in copy_transfer()
44 if (snd_BUG_ON(dst_channels->area.first % 8 || in copy_transfer()
70 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_copy()
74 if (snd_BUG_ON(src_format->format != dst_format->format)) in snd_pcm_plugin_build_copy()
76 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_copy()
78 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_copy()
82 if (snd_BUG_ON(width <= 0)) in snd_pcm_plugin_build_copy()
H A Dio.c42 if (snd_BUG_ON(!plugin)) in io_playback_transfer()
44 if (snd_BUG_ON(!src_channels)) in io_playback_transfer()
51 if (snd_BUG_ON(!bufs)) in io_playback_transfer()
68 if (snd_BUG_ON(!plugin)) in io_capture_transfer()
70 if (snd_BUG_ON(!dst_channels)) in io_capture_transfer()
77 if (snd_BUG_ON(!bufs)) in io_capture_transfer()
116 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_io()
119 if (snd_BUG_ON(!plug || !params)) in snd_pcm_plugin_build_io()
H A Dlinear.c93 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in linear_transfer()
101 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in linear_transfer()
104 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in linear_transfer()
158 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_linear()
162 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_linear()
164 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_linear()
166 if (snd_BUG_ON(!snd_pcm_format_linear(src_format->format) || in snd_pcm_plugin_build_linear()
H A Drate.c188 if (snd_BUG_ON(!plugin)) in rate_src_frames()
221 if (snd_BUG_ON(!plugin)) in rate_dst_frames()
257 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in rate_transfer()
265 if (snd_BUG_ON(src_channels[channel].area.first % 8 || in rate_transfer()
268 if (snd_BUG_ON(dst_channels[channel].area.first % 8 || in rate_transfer()
287 if (snd_BUG_ON(!plugin)) in rate_action()
309 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_rate()
313 if (snd_BUG_ON(src_format->channels != dst_format->channels)) in snd_pcm_plugin_build_rate()
315 if (snd_BUG_ON(src_format->channels <= 0)) in snd_pcm_plugin_build_rate()
317 if (snd_BUG_ON(src_forma in snd_pcm_plugin_build_rate()
[all...]
H A Droute.c56 if (snd_BUG_ON(!plugin || !src_channels || !dst_channels)) in route_transfer()
95 if (snd_BUG_ON(!r_plugin)) in snd_pcm_plugin_build_route()
98 if (snd_BUG_ON(src_format->rate != dst_format->rate)) in snd_pcm_plugin_build_route()
100 if (snd_BUG_ON(src_format->format != dst_format->format)) in snd_pcm_plugin_build_route()
/kernel/linux/linux-5.10/sound/core/
H A Ddevice.c35 if (snd_BUG_ON(!card || !device_data || !ops)) in snd_device_new()
110 if (snd_BUG_ON(!card || !device_data)) in snd_device_disconnect()
134 if (snd_BUG_ON(!card || !device_data)) in snd_device_free()
175 if (snd_BUG_ON(!card || !device_data)) in snd_device_register()
194 if (snd_BUG_ON(!card)) in snd_device_register_all()
212 if (snd_BUG_ON(!card)) in snd_device_disconnect_all()
226 if (snd_BUG_ON(!card)) in snd_device_free_all()
/kernel/linux/linux-6.6/sound/core/
H A Ddevice.c35 if (snd_BUG_ON(!card || !device_data || !ops)) in snd_device_new()
110 if (snd_BUG_ON(!card || !device_data)) in snd_device_disconnect()
134 if (snd_BUG_ON(!card || !device_data)) in snd_device_free()
175 if (snd_BUG_ON(!card || !device_data)) in snd_device_register()
194 if (snd_BUG_ON(!card)) in snd_device_register_all()
212 if (snd_BUG_ON(!card)) in snd_device_disconnect_all()
226 if (snd_BUG_ON(!card)) in snd_device_free_all()
/kernel/linux/linux-5.10/sound/synth/emux/
H A Demux_oss.c104 if (snd_BUG_ON(!arg || !emu)) in snd_emux_open_seq_oss()
167 if (snd_BUG_ON(!arg)) in snd_emux_close_seq_oss()
170 if (snd_BUG_ON(!p)) in snd_emux_close_seq_oss()
174 if (snd_BUG_ON(!emu)) in snd_emux_close_seq_oss()
197 if (snd_BUG_ON(!arg)) in snd_emux_load_patch_seq_oss()
200 if (snd_BUG_ON(!p)) in snd_emux_load_patch_seq_oss()
204 if (snd_BUG_ON(!emu)) in snd_emux_load_patch_seq_oss()
240 if (snd_BUG_ON(!arg)) in snd_emux_ioctl_seq_oss()
243 if (snd_BUG_ON(!p)) in snd_emux_ioctl_seq_oss()
247 if (snd_BUG_ON(!em in snd_emux_ioctl_seq_oss()
[all...]
/kernel/linux/linux-6.6/sound/synth/emux/
H A Demux_oss.c104 if (snd_BUG_ON(!arg || !emu)) in snd_emux_open_seq_oss()
167 if (snd_BUG_ON(!arg)) in snd_emux_close_seq_oss()
170 if (snd_BUG_ON(!p)) in snd_emux_close_seq_oss()
174 if (snd_BUG_ON(!emu)) in snd_emux_close_seq_oss()
197 if (snd_BUG_ON(!arg)) in snd_emux_load_patch_seq_oss()
200 if (snd_BUG_ON(!p)) in snd_emux_load_patch_seq_oss()
204 if (snd_BUG_ON(!emu)) in snd_emux_load_patch_seq_oss()
240 if (snd_BUG_ON(!arg)) in snd_emux_ioctl_seq_oss()
243 if (snd_BUG_ON(!p)) in snd_emux_ioctl_seq_oss()
247 if (snd_BUG_ON(!em in snd_emux_ioctl_seq_oss()
[all...]
/kernel/linux/linux-5.10/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c35 if (snd_BUG_ON(ins->symbol_table.nsymbols <= 0)) in remove_symbol()
37 if (snd_BUG_ON(symbol_index < 0 || in remove_symbol()
104 if (snd_BUG_ON(scb->parent_scb_ptr->sub_list_ptr != scb && in _dsp_unlink_scb()
166 if (snd_BUG_ON(scb->index < 0 || in cs46xx_dsp_remove_scb()
174 if (snd_BUG_ON(scb->sub_list_ptr != ins->the_null_scb || in cs46xx_dsp_remove_scb()
184 if (snd_BUG_ON(!scb->scb_symbol)) in cs46xx_dsp_remove_scb()
275 if (snd_BUG_ON(!ins->the_null_scb)) in _dsp_create_generic_scb()
312 if (snd_BUG_ON(scb->parent_scb_ptr->next_scb_ptr != in _dsp_create_generic_scb()
319 if (snd_BUG_ON(scb->parent_scb_ptr->sub_list_ptr != in _dsp_create_generic_scb()
672 snd_BUG_ON(rat in cs46xx_dsp_create_src_task_scb()
[all...]
/kernel/linux/linux-6.6/sound/pci/cs46xx/
H A Ddsp_spos_scb_lib.c35 if (snd_BUG_ON(ins->symbol_table.nsymbols <= 0)) in remove_symbol()
37 if (snd_BUG_ON(symbol_index < 0 || in remove_symbol()
104 if (snd_BUG_ON(scb->parent_scb_ptr->sub_list_ptr != scb && in _dsp_unlink_scb()
166 if (snd_BUG_ON(scb->index < 0 || in cs46xx_dsp_remove_scb()
174 if (snd_BUG_ON(scb->sub_list_ptr != ins->the_null_scb || in cs46xx_dsp_remove_scb()
184 if (snd_BUG_ON(!scb->scb_symbol)) in cs46xx_dsp_remove_scb()
275 if (snd_BUG_ON(!ins->the_null_scb)) in _dsp_create_generic_scb()
312 if (snd_BUG_ON(scb->parent_scb_ptr->next_scb_ptr != in _dsp_create_generic_scb()
319 if (snd_BUG_ON(scb->parent_scb_ptr->sub_list_ptr != in _dsp_create_generic_scb()
672 snd_BUG_ON(rat in cs46xx_dsp_create_src_task_scb()
[all...]
/kernel/linux/linux-6.6/sound/pci/emu10k1/
H A Dvoice.c83 if (snd_BUG_ON(!rvoice)) in snd_emu10k1_voice_alloc()
85 if (snd_BUG_ON(!count)) in snd_emu10k1_voice_alloc()
87 if (snd_BUG_ON(!channels)) in snd_emu10k1_voice_alloc()
129 if (snd_BUG_ON(!pvoice)) in snd_emu10k1_voice_free()
/kernel/linux/linux-5.10/sound/drivers/opl3/
H A Dopl3_oss.c136 if (snd_BUG_ON(!arg)) in snd_opl3_open_seq_oss()
159 if (snd_BUG_ON(!arg)) in snd_opl3_close_seq_oss()
182 if (snd_BUG_ON(!arg)) in snd_opl3_load_patch_seq_oss()
221 if (snd_BUG_ON(!arg)) in snd_opl3_ioctl_seq_oss()
246 if (snd_BUG_ON(!arg)) in snd_opl3_reset_seq_oss()
/kernel/linux/linux-5.10/sound/core/seq/
H A Dseq_fifo.c53 if (snd_BUG_ON(!fifo)) in snd_seq_fifo_delete()
56 if (snd_BUG_ON(!f)) in snd_seq_fifo_delete()
108 if (snd_BUG_ON(!f)) in snd_seq_fifo_event_in()
168 if (snd_BUG_ON(!f)) in snd_seq_fifo_cell_out()
229 if (snd_BUG_ON(!f || !f->pool)) in snd_seq_fifo_resize()
/kernel/linux/linux-6.6/sound/core/seq/
H A Dseq_fifo.c53 if (snd_BUG_ON(!fifo)) in snd_seq_fifo_delete()
56 if (snd_BUG_ON(!f)) in snd_seq_fifo_delete()
108 if (snd_BUG_ON(!f)) in snd_seq_fifo_event_in()
169 if (snd_BUG_ON(!f)) in snd_seq_fifo_cell_out()
230 if (snd_BUG_ON(!f || !f->pool)) in snd_seq_fifo_resize()
/kernel/linux/linux-6.6/sound/drivers/opl3/
H A Dopl3_oss.c136 if (snd_BUG_ON(!arg)) in snd_opl3_open_seq_oss()
161 if (snd_BUG_ON(!arg)) in snd_opl3_close_seq_oss()
184 if (snd_BUG_ON(!arg)) in snd_opl3_load_patch_seq_oss()
223 if (snd_BUG_ON(!arg)) in snd_opl3_ioctl_seq_oss()
248 if (snd_BUG_ON(!arg)) in snd_opl3_reset_seq_oss()
/kernel/linux/linux-5.10/sound/pci/ca0106/
H A Dca_midi.c113 if (snd_BUG_ON(!midi->dev_id)) in ca_midi_input_open()
133 if (snd_BUG_ON(!midi->dev_id)) in ca_midi_output_open()
153 if (snd_BUG_ON(!midi->dev_id)) in ca_midi_input_close()
173 if (snd_BUG_ON(!midi->dev_id)) in ca_midi_output_close()
195 if (snd_BUG_ON(!midi->dev_id)) in ca_midi_input_trigger()
210 if (snd_BUG_ON(!midi->dev_id)) in ca_midi_output_trigger()
/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident_memory.c182 if (snd_BUG_ON(runtime->dma_bytes <= 0 || in snd_trident_alloc_sg_pages()
187 if (snd_BUG_ON(!hdr)) in snd_trident_alloc_sg_pages()
231 if (snd_BUG_ON(runtime->dma_bytes <= 0 || in snd_trident_alloc_cont_pages()
236 if (snd_BUG_ON(!hdr)) in snd_trident_alloc_cont_pages()
269 if (snd_BUG_ON(!trident || !substream)) in snd_trident_alloc_pages()
287 if (snd_BUG_ON(!trident || !blk)) in snd_trident_free_pages()
/kernel/linux/linux-6.6/sound/pci/trident/
H A Dtrident_memory.c165 if (snd_BUG_ON(runtime->dma_bytes <= 0 || in snd_trident_alloc_sg_pages()
170 if (snd_BUG_ON(!hdr)) in snd_trident_alloc_sg_pages()
211 if (snd_BUG_ON(runtime->dma_bytes <= 0 || in snd_trident_alloc_cont_pages()
216 if (snd_BUG_ON(!hdr)) in snd_trident_alloc_cont_pages()
248 if (snd_BUG_ON(!trident || !substream)) in snd_trident_alloc_pages()
266 if (snd_BUG_ON(!trident || !blk)) in snd_trident_free_pages()

Completed in 14 milliseconds

12345678910>>...14