Home
last modified time | relevance | path

Searched refs:empty (Results 1 – 10 of 10) sorted by relevance

/sound/sh/
Dsh_dac_audio.c61 int empty; member
85 chip->empty = 1; in dac_audio_reset()
124 chip->empty = 1; in snd_sh_dac_pcm_open()
177 chip->empty = 1; in snd_sh_dac_pcm_trigger()
205 if (chip->empty) { in snd_sh_dac_pcm_copy()
206 chip->empty = 0; in snd_sh_dac_pcm_copy()
232 if (chip->empty) { in snd_sh_dac_pcm_silence()
233 chip->empty = 0; in snd_sh_dac_pcm_silence()
320 if (!chip->empty) { in sh_dac_audio_timer()
335 chip->empty = 1; in sh_dac_audio_timer()
[all …]
/sound/core/
Dpcm_lib.c743 if (a->empty || b->empty) { in snd_interval_mul()
747 c->empty = 0; in snd_interval_mul()
768 if (a->empty || b->empty) { in snd_interval_div()
772 c->empty = 0; in snd_interval_div()
804 if (a->empty || b->empty) { in snd_interval_muldivk()
808 c->empty = 0; in snd_interval_muldivk()
835 if (a->empty || b->empty) { in snd_interval_mulkdiv()
839 c->empty = 0; in snd_interval_mulkdiv()
912 i->empty = 1; in snd_interval_ratnum()
928 i->empty = 1; in snd_interval_ratnum()
[all …]
Dpcm_native.c318 if (i->empty) in snd_pcm_hw_refine()
328 if (i->empty) in snd_pcm_hw_refine()
370 if (i->empty) in snd_pcm_hw_refine()
386 if (i->empty) in snd_pcm_hw_refine()
/sound/core/seq/
Dseq_ports.c545 bool empty; in delete_and_unsubscribe_port() local
551 empty = list_empty(list); in delete_and_unsubscribe_port()
552 if (!empty) in delete_and_unsubscribe_port()
558 if (!empty) in delete_and_unsubscribe_port()
/sound/drivers/
Dml403-ac97cr.c472 u32 empty = 0; in snd_ml403_ac97cr_capture_ind2_null() local
477 while ((empty = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_capture_ind2_null()
501 u32 empty = 0; in snd_ml403_ac97cr_capture_ind2_copy() local
507 while (((empty = (in_be32(CR_REG(ml403_ac97cr, STATUS)) & in snd_ml403_ac97cr_capture_ind2_copy()
514 if (empty != CR_RECEMPTY) in snd_ml403_ac97cr_capture_ind2_copy()
/sound/usb/usx2y/
Dusb_stream.c602 int empty = 0; in i_capture_start() local
612 ++empty; in i_capture_start()
625 if (empty) { in i_capture_start()
635 if (!empty && s->state < usb_stream_sync1) in i_capture_start()
/sound/usb/
Dpcm.c911 it->empty = 1; in hw_rule_rate()
927 it->empty = 1; in hw_rule_rate()
963 it->empty = 1; in hw_rule_channels()
979 it->empty = 1; in hw_rule_channels()
1037 it->empty = 1; in hw_rule_period_time()
1048 it->empty = 1; in hw_rule_period_time()
/sound/pci/
Des1968.c460 int empty; /* status */ member
1349 if (buf->empty && buf->buf.bytes > max_size) in calc_available_memory_size()
1366 if (buf->empty && buf->buf.bytes >= size) in snd_es1968_new_memory()
1383 chunk->empty = 1; in snd_es1968_new_memory()
1387 buf->empty = 0; in snd_es1968_new_memory()
1398 buf->empty = 1; in snd_es1968_free_memory()
1401 if (chunk->empty) { in snd_es1968_free_memory()
1410 if (chunk->empty) { in snd_es1968_free_memory()
1468 chunk->empty = 1; in snd_es1968_init_dmabuf()
/sound/pci/au88x0/
Dau88x0_core.c809 int empty, int valid, int f) in vortex_fifo_setadbctrl() argument
844 temp = (temp & 0xffffffdf) | ((empty & 1) << 5); in vortex_fifo_setadbctrl()
910 int empty, int valid, int f) in vortex_fifo_setwtctrl() argument
936 temp = (temp & 0xffffffdf) | ((empty & 1) << 5); in vortex_fifo_setwtctrl()
/sound/core/oss/
Dpcm_oss.c134 t.empty = 0; in snd_interval_refine_set()
499 t.empty = 0; in _snd_pcm_hw_param_set()