~canonical-hwe-team/hwe-next/+git/sof:stable-v2.1

Last commit made on 2022-06-10
Get this branch:
git clone -b stable-v2.1 https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
stable-v2.1
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

e2007a4... by Libin

topology1: sof-icl-rt711-rt1308-rt715-hdmi: fix typo

Signed-off-by: Libin Yang <email address hidden>
(cherry picked from commit fa8570d22d30737cc65894c6a04f400ed10439bd)

9598061... by Libin

topology1: CMakefile: add sof-adl-rt711-l2-rt1316-l01

Add sof-adl-rt711-l2-rt1316-l01 support. This tplg doesn't include any
local MICs.

Signed-off-by: Libin Yang <email address hidden>
(cherry picked from commit 5ef9e496d046f3ba051a9c5b1ab5678414e5326b)

c6f390e... by Libin

topology1: sof-icl-rt711-rt1308-rt715-hdmi: add NO_LOCAL_MIC & NOAMP support

add sof-icl-rt711-rt1308-rt715-hdmi NO_LOCAL_MIC & NOAMP support

Signed-off-by: Libin Yang <email address hidden>
(cherry picked from commit 0bb995a7a6c8f0a8e00b6dbc7b607edfb08e60c5)

24766d4... by Libin

topology1: sof-icl-rt711-rt1308-rt715-hdmi: correct the link description

The links are dynamically assigned. The descriptions should
be changed correspondingly.

Signed-off-by: Libin Yang <email address hidden>
(cherry picked from commit 4bb686380e89f7e2db66543c705d77ab6b560e55)

d879d65... by Libin

topology1: sof-icl-rt711-rt1308-rt715-hdmi: remove NO_AGGREGATION

NO_AGGREGATION is never used now. Let's remove it.

Signed-off-by: Pierre-Louis Bossart <email address hidden>
Signed-off-by: Libin Yang <email address hidden>
(cherry picked from commit 2898a1a6d95a0eeeb812f24cdafbb71698d82257)

2372f73... by Marc Herbert <email address hidden>

zephyr/docker-build.sh: match UID with 'adduser' instead of 'chgrp -R'

This fixes SOF version.cmake which was just broken by a recent git
security update and started to fail like this:

```
  -- SOF version.cmake starting at 2022-04-25T18:14:56Z UTC
  -- /workdir/zephyr/.. is at git commit with parent(s):
  fatal: unsafe repository ('/workdir' is owned by someone else)
  To add an exception for this directory, call:

   git config --global --add safe.directory /workdir
```
(example at https://github.com/thesofproject/sof/runs/6162885265)

chgrp -R was always an ugly hack because it was messing with
(persistent) file permissions on the host, outside the container. This
new adduser solution is unfortunately much more code but it does not
leak any side effect outside the container.

Do not fix scripts/docker-run.sh yet because there is still no UID
mismatch between Github Actions and the SOF container (they're both
1001) but add a warning + TODO.

Signed-off-by: Marc Herbert <email address hidden>
(cherry picked from commit d09844ab98cc0f03681d2edbc0395a4f3e1a17ee)

d59d717... by Marc Herbert <email address hidden>

xtensa-build-zephyr.py: switch default to sof/stable-v2.1

Restores consistency with shell script commit
d93efb7a6867 ("xtensa-build-zephyr.sh: switch Zephyr default to
sof/stable-v2.1")

Signed-off-by: Marc Herbert <email address hidden>

3964a9d... by Andrula Song <email address hidden>

audio: volume: initialize variables before using

initialize variables before using and finalize the
output align register to sink address for aligned
store.

Signed-off-by: Andrula Song <email address hidden>

e7c5da4... by Adrian Bonislawski <email address hidden>

buffer: dereference before null check fix

This will fix null dereference issue reported by KW

Signed-off-by: Adrian Bonislawski <email address hidden>

9e112a6... by Kai Vehmanen

xtensa-build-all: add a separate target for JSL

Use intel_adsp_cavs20_jsl Zephyr board when building for
Intel Jasper Lake.

BugLink: https://github.com/thesofproject/sof/issues/4539
Signed-off-by: Kai Vehmanen <email address hidden>
(cherry picked from commit 6d0ecc37cc282a6c9df991168931697ba2213138)