Lines Matching refs:dsp_state
925 enum dsp_download_state dsp_state; member
3294 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_playback_pcm_cleanup()
3315 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_playback_pcm_delay()
3391 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_capture_pcm_cleanup()
3406 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_capture_pcm_delay()
4169 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_set_vipsource()
4207 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_alt_set_vipsource()
6440 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_setup_defaults()
6485 if (spec->dsp_state != DSP_DOWNLOADED) in r3d_setup_defaults()
6530 if (spec->dsp_state != DSP_DOWNLOADED) in sbz_setup_defaults()
6732 if (spec->dsp_state == DSP_DOWNLOAD_FAILED) in ca0132_download_dsp()
6736 if (spec->dsp_state != DSP_DOWNLOADED) { in ca0132_download_dsp()
6737 spec->dsp_state = DSP_DOWNLOADING; in ca0132_download_dsp()
6740 spec->dsp_state = DSP_DOWNLOAD_FAILED; in ca0132_download_dsp()
6742 spec->dsp_state = DSP_DOWNLOADED; in ca0132_download_dsp()
6746 if (spec->dsp_state == DSP_DOWNLOADED && (!spec->use_alt_functions)) in ca0132_download_dsp()
7090 spec->dsp_state = DSP_DOWNLOAD_INIT; in sbz_dsp_startup_check()
7280 if (spec->dsp_state == DSP_DOWNLOADED) { in ca0132_init()
7284 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
7292 if (spec->dsp_state != DSP_DOWNLOAD_FAILED) in ca0132_init()
7293 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
7607 spec->dsp_state = DSP_DOWNLOAD_INIT; in patch_ca0132()