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

Skip to content

Tags: lyakh/sof

Tags

ipc-20190527

Toggle ipc-20190527's commit message
host: remove duplicate dma_stop()

Remove the duplicate dma_stop() during host_reset().
DMA should already be stopped when the host comp gets
the STOP trigger. This fixes the following error seen
during host reset:
intel/cavs/hda-dma.c:639 hda-dmac: 5 invalid channel -1

Signed-off-by: Ranjani Sridharan <[email protected]>

ipc-20190524

Toggle ipc-20190524's commit message
dai: assign/free link DMA channel during dai_config()

The recommended HDA HW programming sequence for setting
the DMA format requires that the link DMA and host DMA
channels be coupled before setting the format. This
change means that host DMA or link DMA channels be
reserved even if only one is used.

Statically assigned link DMA channels would mean that
all the corresponding host DMA channels will need to be
reserved, leaving only a few channels available at run-time.
So, the suggestion here is to switch to dynamically assigning
both host DMA channels and link DMA channels are run-time.

This change means that the DAI_CONFIG IPC will be sent
multiple times during link hw_params and link hw_free
ioctl. The DAI config parameters will remain the same
except for the link DMA channel that will be assigned at
run-time. A value of DMA_CHAN_INVALID from the driver
during hw_free indicates a request to free the current
link DMA channel in use. The current channel in use
is freed before assiging the new channel requested in
the DAI_CONFIG IPC.

Signed-off-by: Ranjani Sridharan <[email protected]>

releases/cnl/v1.0

Toggle releases/cnl/v1.0's commit message
cnl: platform: increase L1 exit time

Signed-off-by: Janusz Jankowski <[email protected]>

v1.2

Toggle v1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request thesofproject#360 from xiulipan/schfix2

Fix for scheduler bugs

0ead9e7

Toggle 0ead9e7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request thesofproject#275 from mmaka1/glk-2nd-pl

dma: hda: 2nd playback with existing topology fixed

releases/gp2.0/alpha

Toggle releases/gp2.0/alpha's commit message
Klockwork fixes

Signed-off-by: Slawomir Blauciak <[email protected]>

releases/glk/v3.0

Toggle releases/glk/v3.0's commit message
Klockwork fixes

Signed-off-by: Slawomir Blauciak <[email protected]>

releases/gp2.0/preAlpha

Toggle releases/gp2.0/preAlpha's commit message
format: add align up/down macros

ALGIN_UP/ALIGN_DOWN macros allows to align the number to the nearest alignment
value. E.g. upward value aligment is required for DGMBS register.

Signed-off-by: Kamil Kulesza <[email protected]>

releases/glk/v2.0

Toggle releases/glk/v2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request thesofproject#154 from thesofproject/master

test: update mixer ut

v1.2-rc2

Toggle v1.2-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request thesofproject#136 from tlauda/topic/host_pointer_init

host: do not initialize pointer every trigger start