Lines Matching refs:dsp_state

1059 	enum dsp_download_state dsp_state;  member
3784 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_playback_pcm_cleanup()
3805 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_playback_pcm_delay()
3881 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_capture_pcm_cleanup()
3896 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_capture_pcm_delay()
4811 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_set_vipsource()
4849 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_alt_set_vipsource()
8061 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_setup_defaults()
8106 if (spec->dsp_state != DSP_DOWNLOADED) in r3d_setup_defaults()
8156 if (spec->dsp_state != DSP_DOWNLOADED) in sbz_setup_defaults()
8215 if (spec->dsp_state != DSP_DOWNLOADED) in ae5_setup_defaults()
8284 if (spec->dsp_state != DSP_DOWNLOADED) in ae7_setup_defaults()
8489 if (spec->dsp_state == DSP_DOWNLOAD_FAILED) in ca0132_download_dsp()
8493 if (spec->dsp_state != DSP_DOWNLOADED) { in ca0132_download_dsp()
8494 spec->dsp_state = DSP_DOWNLOADING; in ca0132_download_dsp()
8497 spec->dsp_state = DSP_DOWNLOAD_FAILED; in ca0132_download_dsp()
8499 spec->dsp_state = DSP_DOWNLOADED; in ca0132_download_dsp()
8503 if (spec->dsp_state == DSP_DOWNLOADED && !ca0132_use_alt_functions(spec)) in ca0132_download_dsp()
8953 spec->dsp_state = DSP_DOWNLOAD_INIT; in sbz_dsp_startup_check()
9355 if (spec->dsp_state == DSP_DOWNLOADED) { in ca0132_init()
9359 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
9367 if (spec->dsp_state != DSP_DOWNLOAD_FAILED) in ca0132_init()
9368 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
9858 spec->dsp_state = DSP_DOWNLOAD_INIT; in patch_ca0132()