Home
last modified time | relevance | path

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

/sound/soc/txx9/
Dtxx9aclc-ac97.c99 u32 ready = ACINT_CODECRDY(ac97->num) | ACINT_REGACCRDY; in txx9aclc_ac97_cold_reset() local
105 __raw_writel(ready, base + ACINTEN); in txx9aclc_ac97_cold_reset()
107 (__raw_readl(base + ACINTSTS) & ready) == ready, in txx9aclc_ac97_cold_reset()
114 __raw_writel(ready, base + ACINTDIS); in txx9aclc_ac97_cold_reset()
/sound/soc/sof/
Dipc.c629 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in snd_sof_ipc_set_get_comp_data() local
630 struct sof_ipc_fw_version *v = &ready->version; in snd_sof_ipc_set_get_comp_data()
740 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in snd_sof_ipc_valid() local
741 struct sof_ipc_fw_version *v = &ready->version; in snd_sof_ipc_valid()
767 if (ready->flags & SOF_IPC_INFO_BUILD) { in snd_sof_ipc_valid()
774 (ready->flags & SOF_IPC_INFO_GDB) ? in snd_sof_ipc_valid()
776 (ready->flags & SOF_IPC_INFO_LOCKS) ? in snd_sof_ipc_valid()
778 (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.c2553 struct sof_ipc_fw_ready *ready = &sdev->fw_ready; in sof_link_dmic_load() local
2554 struct sof_ipc_fw_version *v = &ready->version; in sof_link_dmic_load()
3161 struct sof_ipc_pipe_ready ready; in snd_sof_complete_pipeline() local
3168 memset(&ready, 0, sizeof(ready)); in snd_sof_complete_pipeline()
3169 ready.hdr.size = sizeof(ready); in snd_sof_complete_pipeline()
3170 ready.hdr.cmd = SOF_IPC_GLB_TPLG_MSG | SOF_IPC_TPLG_PIPE_COMPLETE; in snd_sof_complete_pipeline()
3171 ready.comp_id = swidget->comp_id; in snd_sof_complete_pipeline()
3174 ready.hdr.cmd, &ready, sizeof(ready), &reply, in snd_sof_complete_pipeline()
DKconfig102 codec/machine driver is ready, or to exclude the impact of those
132 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.c84 bool ready; in snd_rawmidi_ready() local
87 ready = __snd_rawmidi_ready(runtime); in snd_rawmidi_ready()
89 return ready; in snd_rawmidi_ready()
/sound/soc/codecs/
Dwm0010.c107 bool ready; member