Go to file
Jaroslav Kysela fca5fabf14 ALSA: Add snd_pcm_direction_name() helper
Allow for retrieving string naming a direction of a stream without the
need of substream pointer.

    Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
    Link: https://lore.kernel.org/r/20220511162403.3987658-2-cezary.rojewski@intel.com
    Signed-off-by: Mark Brown <broonie@kernel.org>

Author: Cezary Rojewski <cezary.rojewski@intel.com>
Date: Wed May 11 18:23:50 2022 +0200

Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
(cherry picked from commit 90b12a88b710cdc80c00552dfbd589228978bffe)
Bugzilla: https://bugzilla.redhat.com/2125537
2022-11-03 15:17:16 +01:00
Documentation Merge: Update kernel's PCI subsystem to v6.0 2022-11-02 03:26:51 -04:00
LICENSES LICENSES/dual/CC-BY-4.0: Git rid of "smart quotes" 2021-07-15 06:31:24 -06:00
arch Merge: Update kernel's PCI subsystem to v6.0 2022-11-02 03:26:51 -04:00
block fs: get rid of the res2 iocb->ki_complete argument 2022-10-27 12:59:04 -04:00
certs certs: Move load_certificate_list() to be with the asymmetric keys code 2022-06-23 11:32:02 +01:00
crypto fs: get rid of the res2 iocb->ki_complete argument 2022-10-27 12:59:04 -04:00
drivers Merge: Update kernel's PCI subsystem to v6.0 2022-11-02 03:26:51 -04:00
fs Merge: io_uring: update to v5.16 2022-11-02 03:26:49 -04:00
include ALSA: Add snd_pcm_direction_name() helper 2022-11-03 15:17:16 +01:00
init Merge: KVM: x86: Rebase to upstream 6.0 2022-10-27 08:25:59 -04:00
ipc mm,hugetlb: remove mlock ulimit for SHM_HUGETLB 2022-10-12 07:27:31 -04:00
kernel Merge: [RHEL 9.2] IOMMU and DMA Mapping Updates 2022-11-01 03:14:36 -04:00
lib Merge: nvme update to v6.0 2022-10-24 14:28:00 -04:00
mm Merge: Follow on fixes for bz2120352 2022-10-31 02:46:25 -04:00
net Merge: IPv6: 9.2 P1 backport from upstream 2022-10-27 08:26:02 -04:00
redhat [redhat] kernel-5.14.0-185.el9 2022-11-02 03:27:14 -04:00
samples Merge: VFIO 9.2 backports 2022-10-21 09:47:28 -04:00
scripts Merge: KVM: x86: Rebase to upstream 6.0 2022-10-27 08:25:59 -04:00
security lsm,io_uring: add LSM hooks to io_uring 2022-10-26 03:34:47 -04:00
sound ALSA: core: Fix double-free at snd_card_new() 2022-11-03 15:17:16 +01:00
tools Merge: kselftests 9.2 P1 backport 2022-11-02 03:26:48 -04:00
usr .gitignore: prefix local generated files with a slash 2021-05-02 00:43:35 +09:00
virt KVM: Drop unnecessary initialization of "ops" in kvm_ioctl_create_device() 2022-10-25 13:53:38 +02:00
.clang-format clang-format: Update with the latest for_each macro list 2021-05-12 23:32:39 +02:00
.cocciconfig
.get_maintainer.conf get_maintainer.conf: Update with new location of RHMAINTAINERS 2022-01-19 14:26:16 -05:00
.get_maintainer.ignore
.gitattributes gitattributes: Remove unnecesary export restrictions 2021-08-30 10:50:35 -04:00
.gitignore gitlab: Add CI job for packaging scripts 2021-08-30 10:49:13 -04:00
.gitlab-ci.yml CI: Add automotive-check for rt branches 2022-09-22 17:14:55 +02:00
.mailmap mailmap: remove my redhat.com address from RHEL9's .mailmap file 2022-09-26 09:34:38 -04:00
COPYING
CREDITS MAINTAINERS: move Murali Karicheri to credits 2021-04-29 15:47:30 -07:00
Kbuild
Kconfig Introduce CONFIG_RH_DISABLE_DEPRECATED 2021-08-30 10:50:55 -04:00
Kconfig.redhat Rename RH_DISABLE_DEPRECATED to RHEL_DIFFERENCES 2021-08-30 14:29:36 -04:00
MAINTAINERS Merge: Update kernel's PCI subsystem to v6.0 2022-11-02 03:26:51 -04:00
Makefile kbuild: expose explicit .symversions targets 2022-08-10 17:01:39 +02:00
Makefile.rhelver [redhat] kernel-5.14.0-185.el9 2022-11-02 03:27:14 -04:00
README
makefile redhat: Change Makefile target names to dist- 2021-08-30 10:50:11 -04:00

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.