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()
4935 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_set_vipsource()
4973 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_alt_set_vipsource()
8211 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_setup_defaults()
8256 if (spec->dsp_state != DSP_DOWNLOADED) in r3d_setup_defaults()
8306 if (spec->dsp_state != DSP_DOWNLOADED) in sbz_setup_defaults()
8360 if (spec->dsp_state != DSP_DOWNLOADED) in ae5_setup_defaults()
8425 if (spec->dsp_state != DSP_DOWNLOADED) in ae7_setup_defaults()
8628 if (spec->dsp_state == DSP_DOWNLOAD_FAILED) in ca0132_download_dsp()
8632 if (spec->dsp_state != DSP_DOWNLOADED) { in ca0132_download_dsp()
8633 spec->dsp_state = DSP_DOWNLOADING; in ca0132_download_dsp()
8636 spec->dsp_state = DSP_DOWNLOAD_FAILED; in ca0132_download_dsp()
8638 spec->dsp_state = DSP_DOWNLOADED; in ca0132_download_dsp()
8642 if (spec->dsp_state == DSP_DOWNLOADED && !ca0132_use_alt_functions(spec)) in ca0132_download_dsp()
9108 spec->dsp_state = DSP_DOWNLOAD_INIT; in sbz_dsp_startup_check()
9515 if (spec->dsp_state == DSP_DOWNLOADED) { in ca0132_init()
9519 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
9527 if (spec->dsp_state != DSP_DOWNLOAD_FAILED) in ca0132_init()
9528 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
10007 spec->dsp_state = DSP_DOWNLOAD_INIT; in patch_ca0132()