~canonical-hwe-team/hwe-next/+git/sof:amd-rn-stable

Last commit made on 2023-06-19
Get this branch:
git clone -b amd-rn-stable https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
amd-rn-stable
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

473082e... by MARUTHI MACHANI <email address hidden>

renior:Introducing initial silence with gradual restoring of dmic data

introducing initial silence with gradual restoring of dmic data
in DMIC path to remove the popping noise

Signed-off-by: MARUTHI MACHANI <email address hidden>

8a394bb... by Brent Lu

topology: sof-jsl-rt5682: add sof-jsl-rt5682.tplg

This topology supports JSL boards which implement ALC5682I-VD/VS on
SSP0 port without speaker amplifier.

Signed-off-by: Brent Lu <email address hidden>

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

README.md: add link to discord.com/zephyr#sof channel

add link to discord.com/zephyr#sof channel

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

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

README.md: fix Github status badges

- Remove Travis badge (about time!)
- Remove badge that shows the status of the last, random PR that was
  submitted.
- Add status of the new Daily Actions as recently implemented by Andrey.

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

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

xtensa-build-zephyr.py: convert sof-info/ text files from CRLF to LF

Building on Windows generates CRLF text files. Standardize checksums to
LF files.

As usual, files in the build directory are left untouched.

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

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

xtensa-build-zephyr.py: search "strip" in string, not in pathlib

Fixes pylint warning "E1135 (unsupported-membership-test)". Not sure
this warning is valid because the code worked anyway but it does not
hurt.

Fixes commit bc394916d082 ("xtensa-build-zephyr.py: switch type of
InstFile() names to pathlib")

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

52223eb... by Marc Herbert <email address hidden>

.github/zephyr: docker pull in a separate step

This saves a lot of scrolling in the next, most popular build step.

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

7be11aa... by Jaska Uimonen <email address hidden>

topology2: add auxiliary data classes for ssp

Auxiliary data can be added at the end of ssp data blob to enable for
example early clocks for certain platform. Add intel_ssp_aux_config.conf
that includes all possible aux data classes. These can be used inside
ssp hw_configs and will be embedded as tlv data after basic data blob.

Example of using mn_config class inside hw_config:

Object.Base.hw_config."SSP0_0" {
 id 0
 mclk_freq 38400000
 bclk_freq 256000
 tdm_slot_width 16
 format "DSP_A"
 bclk "codec_provider"
 fsync "codec_provider"
 fsync_freq 16000

 Object.Base.mn_config."MN_0" {
  m_div 100
  n_div 200
 }
}

Signed-off-by: Jaska Uimonen <email address hidden>

3f26bf1... by Serhiy Katsyuba <email address hidden>

ipc4: copier: Add support for ALH multi-gateways

Adds ALH multi-gateway feature: functionality to mux/demux data from/into
multiple gateways.

Signed-off-by: Serhiy Katsyuba <email address hidden>

1447444... by Libin

topology2: cavs-nocodec add wov support

Add the definitions of wov in cavs-nocodec.conf.

Signed-off-by: Libin Yang <email address hidden>