]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ASoC: SOF: core/Intel: Handle pause supported token
authorMark Brown <broonie@kernel.org>
Fri, 13 Dec 2024 17:33:00 +0000 (17:33 +0000)
committerMark Brown <broonie@kernel.org>
Fri, 13 Dec 2024 17:33:00 +0000 (17:33 +0000)
commit9b94f41449939537151dfd91e922b2e897054b94
tree233277f918774435ef5b2e9b07685d55c7e22167
parentf851b987f39121bb73d110c8508cac5ea60cfdc5
parent3a47319d2d910291f4c09c0f1fec4e86a2e03696
ASoC: SOF: core/Intel: Handle pause supported token

Merge series from Peter Ujfalusi <peter.ujfalusi@linux.intel.com>:

A new set of tokens have been added to SOF topology to indicate that the pause
operation is supported or not on the given PCM device.
Pause is an optional feature that depends on pipeline, topology and modules
used by the PCM.

Add a pause_supported flag to snd_sof_pcm_stream and use this flag in Intel
platform code to keep the pause support enabled or to disable it.