Lines Matching refs:dsp_state
1093 enum dsp_download_state dsp_state; member
3906 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_playback_pcm_cleanup()
3927 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_playback_pcm_delay()
4003 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_capture_pcm_cleanup()
4018 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_capture_pcm_delay()
4933 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_set_vipsource()
4971 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_alt_set_vipsource()
8209 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_setup_defaults()
8254 if (spec->dsp_state != DSP_DOWNLOADED) in r3d_setup_defaults()
8304 if (spec->dsp_state != DSP_DOWNLOADED) in sbz_setup_defaults()
8358 if (spec->dsp_state != DSP_DOWNLOADED) in ae5_setup_defaults()
8423 if (spec->dsp_state != DSP_DOWNLOADED) in ae7_setup_defaults()
8626 if (spec->dsp_state == DSP_DOWNLOAD_FAILED) in ca0132_download_dsp()
8630 if (spec->dsp_state != DSP_DOWNLOADED) { in ca0132_download_dsp()
8631 spec->dsp_state = DSP_DOWNLOADING; in ca0132_download_dsp()
8634 spec->dsp_state = DSP_DOWNLOAD_FAILED; in ca0132_download_dsp()
8636 spec->dsp_state = DSP_DOWNLOADED; in ca0132_download_dsp()
8640 if (spec->dsp_state == DSP_DOWNLOADED && !ca0132_use_alt_functions(spec)) in ca0132_download_dsp()
9106 spec->dsp_state = DSP_DOWNLOAD_INIT; in sbz_dsp_startup_check()
9513 if (spec->dsp_state == DSP_DOWNLOADED) { in ca0132_init()
9517 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
9525 if (spec->dsp_state != DSP_DOWNLOAD_FAILED) in ca0132_init()
9526 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
10009 spec->dsp_state = DSP_DOWNLOAD_INIT; in patch_ca0132()