Home
last modified time | relevance | path

Searched refs:WF_MAX_SAMPLE (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/sound/isa/wavefront/
H A Dwavefront_synth.c632 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_get_sample_status()
676 WF_MAX_SAMPLE - dev->samples_used); in wavefront_get_sample_status()
906 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_sample()
1178 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_alias()
1211 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_multisample()
1345 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_find_free_sample()
1548 if (i <0 || i >= WF_MAX_SAMPLE) { in wavefront_synth_control()
/kernel/linux/linux-6.6/sound/isa/wavefront/
H A Dwavefront_synth.c634 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_get_sample_status()
678 WF_MAX_SAMPLE - dev->samples_used); in wavefront_get_sample_status()
910 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_sample()
1183 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_alias()
1216 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_multisample()
1352 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_find_free_sample()
1555 if (i <0 || i >= WF_MAX_SAMPLE) { in wavefront_synth_control()
/kernel/linux/linux-5.10/include/sound/
H A Dsnd_wavefront.h92 char sample_status[WF_MAX_SAMPLE]; /* WF_ST_* | WF_SLOT_* */
H A Dwavefront.h133 #define WF_MAX_SAMPLE 512 macro
/kernel/linux/linux-6.6/include/sound/
H A Dsnd_wavefront.h92 char sample_status[WF_MAX_SAMPLE]; /* WF_ST_* | WF_SLOT_* */
H A Dwavefront.h133 #define WF_MAX_SAMPLE 512 macro

Completed in 9 milliseconds