Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/sound/
Dpss.c308 if (flags & CPF_FIRST) in pss_download_boot()
761 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in probe_pss_mpu()
794 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in pss_coproc_open()
816 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in pss_coproc_reset()
Dsscape.c417 if (flag & CPF_FIRST) in sscape_download_boot()
/linux-2.4.37.9/include/linux/
Dsoundcard.h699 #define CPF_FIRST 0x0001 /* First block */ macro