Home
last modified time | relevance | path

Searched refs:WF_MAX_SAMPLE (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/sound/isa/wavefront/
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()
908 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_sample()
1181 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_alias()
1214 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_multisample()
1350 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_find_free_sample()
1552 if (i <0 || i >= WF_MAX_SAMPLE) { in wavefront_synth_control()
/linux-6.1.9/include/sound/
Dsnd_wavefront.h92 char sample_status[WF_MAX_SAMPLE]; /* WF_ST_* | WF_SLOT_* */
Dwavefront.h133 #define WF_MAX_SAMPLE 512 macro