Lines Matching refs:dsp_state
728 enum dsp_download_state dsp_state; member
2709 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_playback_pcm_cleanup()
2730 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_playback_pcm_delay()
2806 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_capture_pcm_cleanup()
2821 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_capture_pcm_delay()
3275 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_set_vipsource()
4298 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_setup_defaults()
4399 if (spec->dsp_state == DSP_DOWNLOAD_FAILED) in ca0132_download_dsp()
4403 spec->dsp_state = DSP_DOWNLOADING; in ca0132_download_dsp()
4405 spec->dsp_state = DSP_DOWNLOAD_FAILED; in ca0132_download_dsp()
4407 spec->dsp_state = DSP_DOWNLOADED; in ca0132_download_dsp()
4409 if (spec->dsp_state == DSP_DOWNLOADED) in ca0132_download_dsp()
4564 if (spec->dsp_state != DSP_DOWNLOAD_FAILED) in ca0132_init()
4565 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
4758 spec->dsp_state = DSP_DOWNLOAD_INIT; in patch_ca0132()