Lines Matching refs:dsp_state
1059 enum dsp_download_state dsp_state; member
3786 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_playback_pcm_cleanup()
3807 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_playback_pcm_delay()
3883 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_capture_pcm_cleanup()
3898 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_capture_pcm_delay()
4813 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_set_vipsource()
4851 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_alt_set_vipsource()
8063 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_setup_defaults()
8108 if (spec->dsp_state != DSP_DOWNLOADED) in r3d_setup_defaults()
8158 if (spec->dsp_state != DSP_DOWNLOADED) in sbz_setup_defaults()
8217 if (spec->dsp_state != DSP_DOWNLOADED) in ae5_setup_defaults()
8286 if (spec->dsp_state != DSP_DOWNLOADED) in ae7_setup_defaults()
8491 if (spec->dsp_state == DSP_DOWNLOAD_FAILED) in ca0132_download_dsp()
8495 if (spec->dsp_state != DSP_DOWNLOADED) { in ca0132_download_dsp()
8496 spec->dsp_state = DSP_DOWNLOADING; in ca0132_download_dsp()
8499 spec->dsp_state = DSP_DOWNLOAD_FAILED; in ca0132_download_dsp()
8501 spec->dsp_state = DSP_DOWNLOADED; in ca0132_download_dsp()
8505 if (spec->dsp_state == DSP_DOWNLOADED && !ca0132_use_alt_functions(spec)) in ca0132_download_dsp()
8955 spec->dsp_state = DSP_DOWNLOAD_INIT; in sbz_dsp_startup_check()
9357 if (spec->dsp_state == DSP_DOWNLOADED) { in ca0132_init()
9361 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
9369 if (spec->dsp_state != DSP_DOWNLOAD_FAILED) in ca0132_init()
9370 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
9860 spec->dsp_state = DSP_DOWNLOAD_INIT; in patch_ca0132()