~canonical-hwe-team/hwe-next/+git/sof:cml-011-stable

Last commit made on 2020-12-17
Get this branch:
git clone -b cml-011-stable https://git.launchpad.net/~canonical-hwe-team/hwe-next/+git/sof

Branch merges

Branch information

Name:
cml-011-stable
Repository:
lp:~canonical-hwe-team/hwe-next/+git/sof

Recent commits

2e4191b... by Pin-chih Lin <email address hidden>

Debug: Add DCBLOCK to HDMI1 playback pipeline

Signed-off-by: Pin-chih Lin <email address hidden>

68b5ab8... by Slawomir Blauciak <email address hidden>

kpb: perform additional pointer sanity checks

Issues detected by code scans.

Signed-off-by: Slawomir Blauciak <email address hidden>

102a4aa... by Slawomir Blauciak <email address hidden>

Revert "dw_dma: Split DMA pause and stop command"

This reverts commit 6713d90c21004f45ce5e25708087b8c77a78ff2a.

b93dda5... by Bard Liao <email address hidden>

[HACK]: topology: demux_coef_default: modify pipeline id

Set pipeline id 1 = 0x3 and pipeline id 2 = 0x4.

Signed-off-by: Bard Liao <email address hidden>

4075763... by Slawomir Blauciak <email address hidden>

alh: obtain hw params from ipc config

This allows the firmware to become aware of the programmed format on ALH DAIs.

Signed-off-by: Slawomir Blauciak <email address hidden>

90d5436... by Slawomir Blauciak <email address hidden>

arch: workaround: fix abi alignment

This ensures the data is aligned properly and ensures proper interface for tracing.

Signed-off-by: Slawomir Blauciak <email address hidden>

dc8cf3e... by Fred Oh <email address hidden>

topology: add equalizer to hda generic topology

Add EQIIR and EQFIR to first playback pipeline. This help to expand more
equalizer testing across platforms.

Signed-off-by: Fred Oh <email address hidden>

890398a... by Fred Oh <email address hidden>

topology: add equalizer to cml rt1011 rt5682 topology

Add EQIIR and EQFIR to first playback pipeline. This help to expand more
equalizer testing across platforms.

Signed-off-by: Fred Oh <email address hidden>

7341f43... by Daniel Baluta <email address hidden>

drivers: imx: sdma: Enhance channel status handling

Channel 0 is special. It goes from READY (at init) to ACTIVE (at run)
and then back to READY (at stop).

The rest of the channels go to PREPARE (at set_config) or they can be
SUSPENDED or PAUSED the same state machine as for EDMA.

Signed-off-by: Daniel Baluta <email address hidden>

93dbbe2... by Daniel Baluta <email address hidden>

drivers: imx: sdma: Propagate some config info to channel

In particular we need to propagate is_scheduling_source and direction,
because later the fields from channel are used.

Signed-off-by: Daniel Baluta <email address hidden>