Go to file
Jaroslav Kysela 79293a9b40 ALSA: hda: Add pplcllpl/u members to hdac_ext_stream
JIRA: https://issues.redhat.com/browse/RHEL-27515

commit f9eeb6bb13fb5d7af1ea5b74a10b1f8ead962540
Author: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Date: Thu Mar 21 15:08:13 2024 +0200

    ALSA: hda: Add pplcllpl/u members to hdac_ext_stream

    The pplcllpl/u can be used to save the Link Connection Linear Link
    Position register value to be used for compensation of the LLP register
    value in case the counter is not reset (after pause/resume or
    stop/start without closing the stream).

    The LLP can be used along with PPHCLDP to calculate delay caused by the DSP
    processing for HDA links.

    Cc: stable@vger.kernel.org # 6.8
    Signed-off-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
    Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
    Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
    Link: https://msgid.link/r/20240321130814.4412-17-peter.ujfalusi@linux.intel.com
    Signed-off-by: Mark Brown <broonie@kernel.org>

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
2024-07-08 20:55:05 +02:00
Documentation ASoC: codecs: ES8326: change support for ES8326 2024-07-08 20:55:01 +02:00
LICENSES
arch
block
certs
crypto
drivers platform/x86: serial-multi-instantiate: Add support for CS35L54 and CS35L57 2024-07-08 20:55:02 +02:00
fs
include ALSA: hda: Add pplcllpl/u members to hdac_ext_stream 2024-07-08 20:55:05 +02:00
init
io_uring
ipc
kernel
lib
mm
net
redhat
samples
scripts
security
sound ASoC: SOF: ipc4-pcm: Correct the delay calculation 2024-07-08 20:55:05 +02:00
tools
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.gitlab-ci.yml
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
Kconfig.redhat
MAINTAINERS ALSA: core: Add sound core KUnit test 2024-07-08 20:54:39 +02:00
Makefile
Makefile.rhelver
README
makefile

README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.