Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 13 of 13) sorted by relevance

/sound/soc/txx9/
Dtxx9aclc-ac97.c100 u32 ready = ACINT_CODECRDY(ac97->num) | ACINT_REGACCRDY; in txx9aclc_ac97_cold_reset() local
106 __raw_writel(ready, base + ACINTEN); in txx9aclc_ac97_cold_reset()
108 (__raw_readl(base + ACINTSTS) & ready) == ready, in txx9aclc_ac97_cold_reset()
115 __raw_writel(ready, base + ACINTDIS); in txx9aclc_ac97_cold_reset()
/sound/soc/intel/catpt/
Dipc.c19 ipc->ready = false; in catpt_ipc_init()
39 ipc->ready = true; in catpt_ipc_arm()
93 if (!ipc->ready) in catpt_dsp_do_send_msg()
108 ipc->ready = false; in catpt_dsp_do_send_msg()
216 ipc->ready = false; in catpt_dsp_process_response()
Dcore.h51 bool ready; member
/sound/soc/sof/
Dipc.c661 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in snd_sof_ipc_set_get_comp_data() local
662 struct sof_ipc_fw_version *v = &ready->version; in snd_sof_ipc_set_get_comp_data()
772 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in snd_sof_ipc_valid() local
773 struct sof_ipc_fw_version *v = &ready->version; in snd_sof_ipc_valid()
799 if (ready->flags & SOF_IPC_INFO_BUILD) { in snd_sof_ipc_valid()
806 (ready->flags & SOF_IPC_INFO_GDB) ? in snd_sof_ipc_valid()
808 (ready->flags & SOF_IPC_INFO_LOCKS) ? in snd_sof_ipc_valid()
810 (ready->flags & SOF_IPC_INFO_LOCKSV) ? in snd_sof_ipc_valid()
Dtrace.c159 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in snd_sof_init_trace_ipc() local
160 struct sof_ipc_fw_version *v = &ready->version; in snd_sof_init_trace_ipc()
Dtopology.c3067 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_link_dmic_load() local
3068 struct sof_ipc_fw_version *v = &ready->version; in sof_link_dmic_load()
3587 struct sof_ipc_pipe_ready ready; in snd_sof_complete_pipeline() local
3594 memset(&ready, 0, sizeof(ready)); in snd_sof_complete_pipeline()
3595 ready.hdr.size = sizeof(ready); in snd_sof_complete_pipeline()
3596 ready.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_PIPE_COMPLETE; in snd_sof_complete_pipeline()
3597 ready.comp_id = swidget->comp_id; in snd_sof_complete_pipeline()
3600 ready.hdr.cmd, &ready, sizeof(ready), &reply, in snd_sof_complete_pipeline()
DKconfig116 codec/machine driver is ready, or to exclude the impact of those
146 DPIB/posbuf is not ready, select "Y".
/sound/soc/meson/
Daxg-tdm-formatter.c163 if (ts->ready) { in axg_tdm_formatter_attach()
358 ts->ready = true; in axg_tdm_stream_start()
380 ts->ready = false; in axg_tdm_stream_stop()
Daxg-tdm.h60 bool ready; member
/sound/pci/lola/
Dlola_pcm.c98 bool ready) in lola_stream_wait_for_fifo() argument
100 unsigned int val = ready ? LOLA_DSD_STS_FIFORDY : 0; in lola_stream_wait_for_fifo()
117 bool ready) in lola_sync_wait_for_fifo() argument
119 unsigned int val = ready ? LOLA_DSD_STS_FIFORDY : 0; in lola_sync_wait_for_fifo()
138 if (ready) in lola_sync_wait_for_fifo()
/sound/core/
DKconfig169 So, say Y only if you are ready to be annoyed.
Drawmidi.c107 bool ready; in snd_rawmidi_ready() local
110 ready = __snd_rawmidi_ready(runtime); in snd_rawmidi_ready()
112 return ready; in snd_rawmidi_ready()
/sound/soc/codecs/
Dwm0010.c107 bool ready; member