-
e9f2b7f...
by
Marcin Rajwa <email address hidden>
on 2020-09-17
-
topology: change name of PP pipeline & increase buffer sizes
This patch increases the post processing buffers to provide
extra space for multicore processing.
Signed-off-by: Marcin Rajwa <email address hidden>
-
29c12d6...
by
Marcin Rajwa <email address hidden>
on 2020-09-17
-
codec_adapter: refactor set_params method
This patch refactors the set_params method.
Signed-off-by: Marcin Rajwa <email address hidden>
-
a57971b...
by
Marcin Rajwa <email address hidden>
on 2020-09-17
-
codec_adapter refactor copy functions
This is a minor cleanup of copy functions.
Signed-off-by: Marcin Rajwa <email address hidden>
-
02e4f37...
by
Marcin Rajwa <email address hidden>
on 2020-09-17
-
post_processing: fix codecs memory leakage
This patch takes care of memory allocated by codecs. We store
every memory record and free it when no longer needed.
Signed-off-by: Marcin Rajwa <email address hidden>
-
1b82987...
by
Marcin Rajwa <email address hidden>
on 2020-09-17
-
codec_adapter: refactor comp creation
This patch refactor the codec adapter component creation method.
Signed-off-by: Marcin Rajwa <email address hidden>
-
571882d...
by
Keyon Jie <email address hidden>
on 2020-09-16
-
topology: sof-tgl-nocodec-ci: configure dai to 32bit
This will fix the format issue as the post processing only support 32bit
by default.
Signed-off-by: Keyon Jie <email address hidden>
-
2677f55...
by
Keyon Jie <email address hidden>
on 2020-09-16
-
topology: pipe-processing-playback: add macro for post processing component core
Adds macro PP_CORE to define which core the post processing component
should be scheduled on, it is set core1 by default.
Signed-off-by: Keyon Jie <email address hidden>
-
a03f50c...
by
Keyon Jie <email address hidden>
on 2020-09-15
-
topology: sof-tgl-nocodec-ci: add post processing to tgl-nocodec-ci
Signed-off-by: Keyon Jie <email address hidden>
-
9aa4ee1...
by
Keyon Jie <email address hidden>
on 2020-09-15
-
topology: sof-hda-generic-kwd: add post processing to hda audio
Signed-off-by: Keyon Jie <email address hidden>
-
0bd1da5...
by
Marcin Rajwa <email address hidden>
on 2020-09-13
-
codec_adapter: temp fixes
This is temp fix for problems in tplg and kcontrol loading
resulting in no audio output on TGL. Will be refactored...