Replies: 1 comment 1 reply
-
"kernel_dependent" means exactly that, we cannot release topologies that contain features that are kernel-dependent or we would incur the risk of breaking user setups. the 'DYNAMIC' part refers to dynamic pipelines, where pipelines are only instantiated when used, instead of being created at DSP boot |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
So I'm looking specifically at
sof-hda-generic-2ch
here.The one provided by my distribution in the package comes from
topology/topology1/kernel_dependent/v5.19/
.Now there is another variant in
topology/topology1/
and that one is almost exacty the same except for theDEEP_BUFFER
is not enabled.Then I'm also looking at the
topology/topology1/dsp_enhancement/sof-hda-generic-eq-2ch.tplg
and that one is also built withoutDEEP_BUFFER
but also without theDYNAMIC
options. (and obviously has the EQ filters added, but that I understand)So my questions is: What are those options and why are they different between those variants ? Like my understanding of
DEEP_BUFFER
is is that it adds another DMA path input with a big buffer, but not why some have it and some don't. And I have no idea whatDYNAMIC
means and why the EQ variant wouldn't have it.Cheers,
Sylvain
Beta Was this translation helpful? Give feedback.
All reactions