Home
last modified time | relevance | path

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

/linux/sound/isa/wavefront/
H A Dwavefront_synth.c634 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_get_sample_status()
679 WF_MAX_SAMPLE - dev->samples_used); in wavefront_get_sample_status()
912 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_sample()
1185 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_alias()
1218 if (header->number >= WF_MAX_SAMPLE) in wavefront_send_multisample()
1354 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_find_free_sample()
1557 if (i <0 || i >= WF_MAX_SAMPLE) { in wavefront_synth_control()
/linux/include/sound/
H A Dwavefront.h82 #define WF_MAX_SAMPLE 512 macro