Home
last modified time | relevance | path

Searched refs:SOF_HDA_STREAM_DMI_L1_COMPATIBLE (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/soc/sof/intel/
H A Dhda-trace.c46 SOF_HDA_STREAM_DMI_L1_COMPATIBLE); in hda_dsp_trace_init()
H A Dhda-pcm.c242 flags |= SOF_HDA_STREAM_DMI_L1_COMPATIBLE; in hda_dsp_pcm_open()
H A Dhda-stream.c227 !(flags & SOF_HDA_STREAM_DMI_L1_COMPATIBLE)) { in hda_dsp_stream_get()
265 } else if (!(hda_stream->flags & SOF_HDA_STREAM_DMI_L1_COMPATIBLE)) { in hda_dsp_stream_put()
H A Dhda.h469 #define SOF_HDA_STREAM_DMI_L1_COMPATIBLE 1 macro