Lines Matching refs:dsp_state
728 enum dsp_download_state dsp_state; member
2683 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_playback_pcm_cleanup()
2704 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_playback_pcm_delay()
2780 if (spec->dsp_state == DSP_DOWNLOADING) in ca0132_capture_pcm_cleanup()
2795 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_capture_pcm_delay()
3249 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_set_vipsource()
4272 if (spec->dsp_state != DSP_DOWNLOADED) in ca0132_setup_defaults()
4373 if (spec->dsp_state == DSP_DOWNLOAD_FAILED) in ca0132_download_dsp()
4377 spec->dsp_state = DSP_DOWNLOADING; in ca0132_download_dsp()
4379 spec->dsp_state = DSP_DOWNLOAD_FAILED; in ca0132_download_dsp()
4381 spec->dsp_state = DSP_DOWNLOADED; in ca0132_download_dsp()
4383 if (spec->dsp_state == DSP_DOWNLOADED) in ca0132_download_dsp()
4548 if (spec->dsp_state != DSP_DOWNLOAD_FAILED) in ca0132_init()
4549 spec->dsp_state = DSP_DOWNLOAD_INIT; in ca0132_init()
4660 spec->dsp_state = DSP_DOWNLOAD_INIT; in patch_ca0132()