Home
last modified time | relevance | path

Searched refs:decoupled (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/sound/hda/ext/
H A Dhdac_ext_stream.c56 stream->decoupled = false; in snd_hdac_ext_stream_init()
124 stream->decoupled = decouple; in snd_hdac_ext_stream_decouple_locked()
271 /* check if decoupled stream and not in use is available */ in hdac_ext_link_stream_assign()
272 if (hstream->decoupled && !hstream->link_locked) { in hdac_ext_link_stream_assign()
312 if (!hstream->decoupled) in hdac_ext_host_stream_assign()
338 * host: Looks for an unused decoupled host stream
339 * link: Looks for an unused decoupled link stream
343 * decoupled, it becomes a host stream and link stream.
390 if (stream->decoupled && !stream->link_locked) in snd_hdac_ext_stream_release()
398 if (stream->decoupled in snd_hdac_ext_stream_release()
[all...]
/kernel/linux/linux-6.6/sound/hda/ext/
H A Dhdac_ext_stream.c43 hext_stream->decoupled = false; in snd_hdac_ext_stream_init()
110 hext_stream->decoupled = decouple; in snd_hdac_ext_stream_decouple_locked()
295 * host: Looks for an unused decoupled host stream
296 * link: Looks for an unused decoupled link stream
300 * decoupled, it becomes a host stream and link stream.
378 * If no stream is free, NULL is returned. Stream is decoupled
/kernel/linux/linux-5.10/include/sound/
H A Dhdaudio_ext.h51 * @decoupled: stream host and link is decoupled
69 bool decoupled:1; member
/kernel/linux/linux-6.6/include/sound/
H A Dhdaudio_ext.h43 * @decoupled: stream host and link is decoupled
59 bool decoupled:1; member
/kernel/linux/linux-5.10/sound/soc/sof/intel/
H A Dhda-dai.c107 * Decouple host and link DMA. The decoupled flag in hda_link_stream_assign()
110 if (!res->decoupled) in hda_link_stream_assign()

Completed in 4 milliseconds