No description
Find a file
Takashi Iwai 52e25a323c ALSA: hda: Refer to correct stream index at loops
[ Upstream commit 2625786967 ]

In a couple of loops over the all streams, we check the bitmap against
the loop counter.  A more correct reference would be, however, the
index of each stream, instead.

This patch corrects the check of bitmaps to the stream index.

Note that this change doesn't fix anything for now; all existing
drivers set up the stream indices properly, hence the loop count is
always equal with the stream index.  That said, this change is only
for consistency.

Link: https://lore.kernel.org/r/20231121154125.4888-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2024-02-05 20:12:54 +00:00
arch arm64: dts: amlogic: fix format for s4 uart node 2024-02-05 20:12:53 +00:00
block block: prevent an integer overflow in bvec_try_merge_hw_page 2024-02-05 20:12:53 +00:00
certs
crypto
Documentation
drivers net: dsa: qca8k: put MDIO bus OF node on qca8k_mdio_register() failure 2024-02-05 20:12:54 +00:00
fs f2fs: fix to check return value of f2fs_reserve_new_block() 2024-02-05 20:12:54 +00:00
include
init
io_uring
ipc
kernel bpf: Set uattr->batch.count as zero before batched update or deletion 2024-02-05 20:12:51 +00:00
lib
LICENSES
mm
net bridge: cfm: fix enum typo in br_cc_ccm_tx_parse 2024-02-05 20:12:54 +00:00
rust
samples
scripts
security
sound ALSA: hda: Refer to correct stream index at loops 2024-02-05 20:12:54 +00:00
tools libbpf: Fix NULL pointer dereference in bpf_object__collect_prog_relos 2024-02-05 20:12:53 +00:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
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.