Skip to content

Tags: mwasko/sof

Tags

releases/tgl/v8.0

Toggle releases/tgl/v8.0's commit message
component: switch to use UUID for component creation

Switch to use UUID for component creation, if it is provided from the
host, otherwise, use component type for the component driver matching.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
Signed-off-by: Marc Herbert <marc.herbert@intel.com>

releases/jsl/v4.0

Toggle releases/jsl/v4.0's commit message
ll: set initial value for num_clients

Value for 'num_clients' has to be set, otherwise it may
have undefined value in later ifs.

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>

releases/jsl/v4.0-rc2

Toggle releases/jsl/v4.0-rc2's commit message
mux: simplifies mux processing functions

This commit simplifies mux processing functions and
does not allow mux to mix channels.

Signed-off-by: Bartosz Kokoszko <bartoszx.kokoszko@linux.intel.com>

releases/jsl/v4.0-rc1

Toggle releases/jsl/v4.0-rc1's commit message
chrome: jsl: disable system agent

To match TGL release config.

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>

releases/tgl/v7.0

Toggle releases/tgl/v7.0's commit message
topology: fix playback & capture pipelines to be timer driven

This patch fixes two SSP pipelines to be scheduled in timer
domain.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>

releases/tgl/v7.0-rc10

Toggle releases/tgl/v7.0-rc10's commit message
topology: fix playback & capture pipelines to be timer driven

This patch fixes two SSP pipelines to be scheduled in timer
domain.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>

releases/tgl/v7.0-rc9

Toggle releases/tgl/v7.0-rc9's commit message
KWD: performance improvements

This patch improves overall key word detector
pipelines performance by skipping unnecessary
checks & calls.

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>

releases/tgl/v7.0-rc8

Toggle releases/tgl/v7.0-rc8's commit message
handler: enter to pm gate only when it is active

We should decrease the ref_cnt only when the DSP is active (dsp_d0_sref
> 0), otherwise, consective PM_GATE IPC asking for enter PM GATE with
different flags will lead to minus ref_cnt and the DSP won't be abled to
activate from the PM_GATE with SOF_PM_PPG flag.

Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>

releases/tgl/v7.0-rc7

Toggle releases/tgl/v7.0-rc7's commit message
config: disable LPS from TGL chrome defconfig

This patch disables LPS from chrome defconfig

Signed-off-by: Marcin Rajwa <marcin.rajwa@linux.intel.com>

releases/tgl/v7.0-rc6

Toggle releases/tgl/v7.0-rc6's commit message
chrome: change default clock to HPRO

Set HPRO as default clock, so firmware can
dynamically switch between LPRO and HPRO,
instead of having it constantly set to LPRO.

Signed-off-by: Janusz Jankowski <janusz.jankowski@linux.intel.com>