Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: DaveLak/sof

Tags

releases/ptl/v3.0

Toggle releases/ptl/v3.0's commit message
versions.json: set version to 2.12.0

Set version to 2.12.0 to prepare for stable release.

Signed-off-by: Kai Vehmanen <[email protected]>

v2.12-rc1

Toggle v2.12-rc1's commit message
topology2: Add support for cs42l43 SKU with two host DMICs

Add support for another Lenovo SKU that uses cs42l43, but has two
host-side DMICs instead of the CODECs DMICs.

Signed-off-by: Richard Fitzgerald <[email protected]>

v2.11.3

Toggle v2.11.3's commit message
Tools: Topology2: SDW: Use for PCH DMIC IIR type with +20 dB gain

The existing default is high-pass 40 Hz with 0 dB gain. This
change amplifies captured sound from DMIC by 20 dB. The same
amplifying IIR type is used in hda-generic.

The change is for now, but not the final solution. After we have
UCM2 control for capture processing in SOF we can shift applying
more gain to the DRC component that will provide more robustness
with silent and loud environments.

Signed-off-by: Seppo Ingalsuo <[email protected]>
(cherry picked from commit 9fd7ef7)

v2.11.2

Toggle v2.11.2's commit message
topology2: rename sof-arl-rt722-l0-rt1320-l2

The file name defined in the Linux kernel is
sof-arl-rt722-l0_rt1320-l2.tplg.

Signed-off-by: Bard Liao <[email protected]>
(cherry picked from commit 72d03ef)
Signed-off-by: Kai Vehmanen <[email protected]>

v2.2.12

Toggle v2.2.12's commit message
topology1: add sdw multi-function codec support

The topology includes multi-function codec support on single
SoundWire link. The hardware configuration on RPL product is below:

Soundwire#
  link 0: cs42l43 multi-function codec with
          JACK, DMIC and Speakers endpoints.

The SDW used bidirectional DAI for each sdw link. DAI index starts from 2.
sdw0/1/2/3: 2(ALH_OUT/IN) / 3(ALH_IN/OUT)

In this SKU, reorder to match cs42l43 DAIs Pin on sdw link 0:
sdw0: 2(JACK_OUT), 3(DMIC_IN), 4(JACK_IN), 5(AMP_OUT)

Besides, align the partial string match of dai name from main branch.

Signed-off-by: Mac Chiang <[email protected]>

releases/ptl/v2.0

Toggle releases/ptl/v2.0's commit message
boards: ace20/ace30: disable KCPS dynamic clock control

KCPS must be disabled until full perf measurement data
for audio modules is provided

Signed-off-by: Adrian Bonislawski <[email protected]>

v2.11.1

Toggle v2.11.1's commit message
versions.js: bump version to 2.11.1

Bump the version to 2.11.1 to prepare for release.

Signed-off-by: Kai Vehmanen <[email protected]>

v2.2.11

Toggle v2.2.11's commit message
topology1: sof-jsl-rt5650: support ALC5650

Add a new topology sof-jsl-rt5650 for ALC5650 which supports SSP0 for
headset and SSP1 for speakers since this codec implements two I2S
interfaces.

DAI format changed to mclk: 24.576MHz, bclk: 3.072MHz, sample bits:
24-bit to avoid using ASRC function on codec side.

Signed-off-by: Brent Lu <[email protected]>
(cherry picked from commit 6dc3504)

v2.11

Toggle v2.11's commit message
versions.json: set version to 2.11.0

Set version to 2.11.0 to prepare for stable release.

Signed-off-by: Kai Vehmanen <[email protected]>

v2.11-rc1

Toggle v2.11-rc1's commit message
xtos: move list.h to application interface

sof/list.h is a software interface used by the audio pipeline
framework and should not be in the RTOS abstraction layer.

Link: thesofproject#9015
Signed-off-by: Kai Vehmanen <[email protected]>