Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dwavfront.c270 char sample_status[WF_MAX_SAMPLE]; /* WF_ST_* | WF_SLOT_* */
770 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_get_sample_status()
816 WF_MAX_SAMPLE - dev.samples_used); in wavefront_get_sample_status()
1460 for (i = 0; i < WF_MAX_SAMPLE; i++) { in wavefront_find_free_sample()
1804 if (i <0 || i >= WF_MAX_SAMPLE) { in wavefront_synth_control()
/linux-2.4.37.9/include/linux/
Dwavefront.h126 #define WF_MAX_SAMPLE 512 macro