Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2026-09-07 11:32:22 to 2026-09-08 20:17:42 UTC [more...]

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-08 20:01 UTC  (33+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)

[PATCH 05/13] ARM: orion/dove/mv78xx0: remove all board files
 2026-09-08 20:14 UTC  (7+ messages)

[PATCH 0/6] ASoC: codecs: lpass-macros: switch regcache to REGCACHE_MAPLE
 2026-09-08 18:55 UTC  (8+ messages)
` [PATCH 1/6] ASoC: codecs: lpass-wsa-macro: use v2.5 Compander1 addresses on v2.5+
` [PATCH 2/6] ASoC: codecs: lpass-{rx,wsa}-macro: sort reg_defaults before regmap init
` [PATCH 3/6] ASoC: codecs: lpass-wsa-macro: switch cache to REGCACHE_MAPLE
` [PATCH 4/6] ASoC: codecs: lpass-rx-macro: "
` [PATCH 5/6] ASoC: codecs: lpass-tx-macro: "
` [PATCH 6/6] ASoC: codecs: lpass-va-macro: "

[PATCH v5 00/10] ASoC: qcom: Add QAIF driver for Shikra audio platform
 2026-09-08 19:54 UTC  (13+ messages)
` [PATCH v5 01/10] ASoC: dt-bindings: qcom,shikra-qaif-cpu: Add binding
` [PATCH v5 02/10] ASoC: qcom: Add QAIF shared data structures and variant interface
` [PATCH v5 03/10] ASoC: qcom: Add QAIF hardware register map
` [PATCH v5 04/10] ASoC: qcom: Add QAIF CPU DAI ops, regmap, DT parsing and platform init
` [PATCH v5 05/10] ASoC: soc-core: Add snd_soc_of_xlate_dai_name() generic helper
` [PATCH v5 06/10] ASoC: qcom: Switch lpass-cpu and qaif-cpu to snd_soc_of_xlate_dai_name()
` [PATCH v5 07/10] ASoC: qcom: Add QAIF PCM operations
` [PATCH v5 08/10] ASoC: qcom: Add QAIF IRQ handling, suspend/resume and platform register
` [PATCH v5 09/10] ASoC: qcom: Add Shikra QAIF support
` [PATCH v5 10/10] MAINTAINERS: Add Qualcomm QAIF driver entry

[PATCH 0/7] ASoC: mediatek: mt8188: Improve error handling
 2026-09-08 18:52 UTC  (11+ messages)
` [PATCH 1/7] ASoC: mediatek: mt8188: mt8188-afe-clk: Propagate clock initialization errors
` [PATCH 2/7] ASoC: mediatek: mt8188: mt8188-afe-clk: Handle tuner clock enable errors
` [PATCH 3/7] ASoC: mediatek: mt8188: mt8188-afe-clk: Propagate regmap update errors
` [PATCH 4/7] ASoC: mediatek: mt8188: mt8188-afe-clk: Handle clock enable errors
` [PATCH 5/7] ASoC: mediatek: mt8188: mt8188-afe-pcm: Handle runtime resume errors
` [PATCH 6/7] ASoC: mediatek: mt8188: mt8188-afe-pcm: Drop redundant probe error messages
` [PATCH 7/7] ASoC: mediatek: mt8188: fix clk leak on error in audsys_clk_register

[PATCH v2 00/11] ASoC: SDCA: enable on DT platforms and add Qualcomm WCD9378 (Tambora) codec
 2026-09-08 18:00 UTC  (38+ messages)
` [PATCH v2 02/11] ASoC: SDCA: export PM helpers keyed on sdca_class_drv
` [PATCH v2 03/11] ASoC: SDCA: expose class SoundWire probe/remove/read_prop as library
` [PATCH v2 04/11] ASoC: SDCA: add hw_ops with hw_init hook
` [PATCH v2 05/11] ASoC: SDCA: add populate_function hw_op for DT function data
` [PATCH v2 07/11] ASoC: SDCA: register SDCA_FUNCTION_TYPE_SIMPLE_JACK in class function driver
` [PATCH v2 08/11] ASoC: SDCA: make find_sdca_control_reset() return void
` [PATCH v2 11/11] ASoC: codecs: add Qualcomm Tambora (WCD9378) SDCA codec

[PATCH] ASoC: Intel: SST: Publish the PCI module aliases
 2026-09-08 17:39 UTC  (3+ messages)

[PATCH 0/2] ASoC: SDCA: SimpleJack support and small cleanup
 2026-09-08 13:05 UTC  (4+ messages)
` [PATCH 1/2] ASoC: SDCA: register SDCA_FUNCTION_TYPE_SIMPLE_JACK in class function driver
` [PATCH 2/2] ASoC: SDCA: make find_sdca_control_reset() return void

[PATCH v4 0/8] ASoC: mediatek: mt8186: Fix clock error handling
 2026-09-08 14:14 UTC  (2+ messages)

[PATCH v3 0/3] ASoC: mediatek: mt6797: Fix error handling
 2026-09-08 14:18 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: qcom: enable audio on stage-2 protected DSPs (mDSP)
 2026-09-08 17:26 UTC  (7+ messages)
` [PATCH v2 1/3] dt-bindings: sound: qcom,q6apm-dai: add stage-2 (SCM/VMID) access model

[PATCH 0/5] ASoC: qcom: Add Nord Ride audio support
 2026-09-08 17:26 UTC  (7+ messages)
` [PATCH v1 1/5] ASoC: codec: adau1977-i2c: Add OF device match table
` [PATCH v1 2/5] ASoC: dt-bindings: ti,pcm1681: Document the optional SCK clock
` [PATCH v1 3/5] ASoC: codec: pcm1681: Enable system clock before regmap access
` [PATCH v1 4/5] ASoC: dt-bindings: qcom,sm8250: Add Nord Ride sound card
` [PATCH v1 5/5] ASoC: qcom: sc8280xp: Add Nord Ride sound card support

[PATCH 00/23] ALSA compress / ASoC compress / SOF: Compressed audio support with IPC4
 2026-09-08 17:12 UTC  (18+ messages)
` [PATCH 04/23] ASoC: soc-compress: Implement trigger FE-BE sequencing as with normal PCMs

[PATCH] ASoC: SOF: imx: Prevent stack OOB read in DSP panic dump
 2026-09-08 17:07 UTC 

[PATCH] selftests/alsa: Test writes to IEC958 controls
 2026-09-08 16:23 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] ASoC: amd: acp-da7219-max98357a: don't bind on Raven/Picasso boards
 2026-09-08 14:59 UTC  (2+ messages)

[PATCH 1/4] ASoC: es8326: report resume restore errors
 2026-09-07 22:49 UTC  (2+ messages)

[PATCH] ALSA: hda: Report a change when only the channel status bytes move
 2026-09-08 14:25 UTC  (2+ messages)

[PATCH] ALSA: us122l: Prevent write upgrades for read mappings
 2026-09-08 14:24 UTC  (2+ messages)

[PATCH v2 0/3] soundwire: bus: re-enable CLOCK_STOP_MODE1 support
 2026-09-08 13:58 UTC  (2+ messages)

[PATCH] soundwire: dmi-quirks: Disable ghost Realtek on Lenovo Pro 9
 2026-09-08 13:58 UTC  (2+ messages)

[PATCH] soundwire: qcom: cache SCP_ADDRPAGE1/2 to preserve MBQ atomicity
 2026-09-08 13:58 UTC  (2+ messages)

[PATCH] soundwire: fix repeated words in log messages
 2026-09-08 13:58 UTC  (2+ messages)

[PATCH] soundwire: bus: iterate DT compatibles for class-ID match
 2026-09-08 13:58 UTC  (2+ messages)

[PATCH] soundwire: cadence_master: wait and cancel cdns->work before clock stop
 2026-09-08 13:55 UTC  (2+ messages)

[PATCH] soundwire: debugfs: add root-level peripherals table
 2026-09-08 13:48 UTC  (5+ messages)

[PATCH v3] ASoC: codecs: nau8360: Block DSP path selection when firmware load fails
 2026-09-08 13:31 UTC  (2+ messages)

[PATCH v3] ASoC: codecs: fix typos in comments
 2026-09-08 11:48 UTC  (2+ messages)

[PATCH 1/9] ASoC: nau8821: stop resume when cache sync fails
 2026-09-08 11:45 UTC  (3+ messages)

[PATCH v2 0/3] cirrus: fix typos in comments
 2026-09-07 21:46 UTC  (3+ messages)
` (subset) "

[PATCH] ASoC: cs35l56: Fix race between kexec and snd_soc_register_component()
 2026-09-07 23:12 UTC  (2+ messages)

BUG in es8389_set_bias_level?
 2026-09-08  9:27 UTC  (2+ messages)

[PATCH v6 0/5] ASoC: Add support for Airoha AN7581
 2026-09-08  9:19 UTC  (7+ messages)
` [PATCH v6 1/5] ASoC: dt-bindings: Add Airoha AN7581 AFE Sound card
` [PATCH v6 2/5] ASoC: dt-bindings: Add Airoha AN7581 AFE with WM8960 Codec schema
` [PATCH v6 3/5] ASoC: mediatek: common: permit to provide dedicated regmap for irq
` [PATCH v6 4/5] ASoC: airoha: Add AFE driver for Airoha AN7581
` [PATCH v6 5/5] ASoC: airoha: Add machine "

[PATCH] ASoC: codecs: ES8389: Prevent enable_count underflow in clk_core_disable
 2026-09-08  9:11 UTC  (2+ messages)

[PATCH v5 0/5] ASoC: fsl_asrc/fsl_easrc: expose per-pair/context DAIs and fix DMA race
 2026-09-08  8:21 UTC  (6+ messages)
` [PATCH v5 1/5] ASoC: dt-bindings: fsl,imx-asrc: update port binding to support multiple paths
` [PATCH v5 2/5] ASoC: dt-bindings: fsl,easrc: add ports binding for multiple conversion paths
` [PATCH v5 3/5] ASoC: fsl_asrc/fsl_easrc: move DMA params into pair/context struct
` [PATCH v5 4/5] ASoC: fsl_asrc: expose individual DAIs per conversion path
` [PATCH v5 5/5] ASoC: fsl_easrc: "

[PATCH v1 1/2] ASoC: tac5xx2-sdw: add tac5272 support
 2026-09-08  8:03 UTC  (4+ messages)
` [PATCH v1 2/2] ASoC: sdw_utils: "

Jabra Evolve2 30 SE (0b0e:0e36) needs QUIRK_FLAG_MIXER_GET_CUR_BROKEN
 2026-09-08  7:32 UTC  (3+ messages)

[RFC PATCH] ALSA: hda/intel: Disable power saving on ASUS GU605CX
 2026-09-08  7:21 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for HP Elite Dragonfly Max G2 speaker
 2026-09-08  7:13 UTC  (2+ messages)

[PATCH 0/2] ALSA: usb-audio: Add quirks for HP Elite x3 Lap Dock
 2026-09-08  7:12 UTC  (4+ messages)
` [PATCH 1/2] ALSA: usb-audio: Convert snd_usb_apply_interface_quirk() into a switch statement
` [PATCH 2/2] ALSA: usb-audio: Add quirks for HP Elite x3 Lap Dock

[PATCH] ALSA: usb-audio: add Pioneer DJ DDJ-SZ support
 2026-09-08  6:32 UTC  (7+ messages)

[PATCH] ALSA: hda/realtek: Enable headset buttons on ASUS TUF Gaming A15
 2026-09-08  5:14 UTC 

[PATCH] ASoC: amd: yc: add quirk for Acer Nitro AN17-41 internal mic
 2026-09-07 21:00 UTC  (2+ messages)

[PATCH] ASoC: mt6351: Publish the OF module alias
 2026-09-07 18:55 UTC  (2+ messages)

[PATCH] ASoC: ti: omap-hdmi: Fix build error from a merge commit
 2026-09-07 21:01 UTC  (2+ messages)

[PATCH] ASoC: amd: yc: Fix internal mic for HP board 8C30
 2026-09-07 19:20 UTC  (2+ messages)

[PATCH] ASoC: SOF: imx8: check imx_sc_pm_cpu_start() return value
 2026-09-07 18:04 UTC  (2+ messages)

[PATCH] ASoC: bcm: bcm63xx: Publish the OF module aliases
 2026-09-07 14:57 UTC  (2+ messages)

[PATCH v4 00/10] ASoC: qcom: Add QAIF driver for Shikra audio platform
 2026-09-07 14:45 UTC  (9+ messages)
` [PATCH v4 01/10] ASoC: dt-bindings: qcom,shikra-qaif-cpu: Add binding

[PATCH v3 0/6] Add audio support for QCS6490 Rubik Pi 3
 2026-09-07 12:27 UTC  (3+ messages)
` [PATCH v3 6/6] arm64: dts: qcom: qcs6490-rubikpi3: Add audio support

[PATCH v2 0/2] ASoC: codecs: nau8360: Add DSP fallback and PEQ band initialization
 2026-09-07 12:08 UTC  (5+ messages)
` [PATCH v2 1/2] ASoC: codecs: nau8360: Set DAC path to bypass mode when DSP firmware load fails


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox