Home
last modified time | relevance | path

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

/linux-4.1.27/sound/oss/
Dpss.c316 if (flags & CPF_FIRST) in pss_download_boot()
763 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) { in probe_pss_mpu()
804 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in pss_coproc_open()
826 if (!pss_download_boot(devc, pss_synth, pss_synthLen, CPF_FIRST | CPF_LAST)) in pss_coproc_reset()
/linux-4.1.27/include/uapi/linux/
Dsoundcard.h701 #define CPF_FIRST 0x0001 /* First block */ macro