linux-sound.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-12 04:00:36 to 2026-09-14 15:05:27 UTC [more...]

[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-14 14:57 UTC  (14+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page

[PATCH] ALSA: hda/realtek: Enable mute LEDs on HP OmniBook 7 17-dc0xxx
 2026-09-14 14:24 UTC 

[PATCH v2 04/14] ARM: orion/dove/mv78xx0: remove all board files
 2026-09-14 14:19 UTC  (2+ messages)

[PATCH v4 00/10] dmaengine: Support bus widths of 32 bytes and above
 2026-09-14 14:18 UTC  (10+ messages)
` [PATCH v4 01/10] dmaengine: Move enum dma_slave_buswidth to a new header
` [PATCH v4 02/10] dmaengine: Support bus widths of 32 bytes and above
` [PATCH v4 07/10] iio: buffer-dmaengine: Use dma_slave_caps bus width accessors
` [PATCH v4 08/10] ALSA: pcm_dmaengine: Use dma_slave_caps bus width helpers

[PATCH v2 00/13] ASoC: mediatek: mt8189: Improve error handling
 2026-09-14 14:03 UTC  (26+ messages)
` [PATCH v2 01/13] ASoC: mediatek: mt8189: Return error for missing regmap
` [PATCH v2 02/13] ASoC: mediatek: mt8189: Propagate APLL enable errors
` [PATCH v2 03/13] ASoC: mediatek: mt8189: Propagate MCK "
` [PATCH v2 04/13] ASoC: mediatek: mt8189: Validate MCK ID
` [PATCH v2 05/13] ASoC: mediatek: mt8189: Propagate reg_rw clock errors
` [PATCH v2 06/13] ASoC: mediatek: mt8189: Use dev_err_probe() for "
` [PATCH v2 07/13] ASoC: mediatek: mt8189: Propagate runtime resume errors
` [PATCH v2 08/13] ASoC: mediatek: mt8189: Remove redundant error message
` [PATCH v2 09/13] ASoC: mediatek: mt8189: Propagate APLL errors
` [PATCH v2 10/13] ASoC: mediatek: mt8189: Propagate MCLK errors
` [PATCH v2 11/13] ASoC: mediatek: mt8189: Validate sysclk frequency
` [PATCH v2 12/13] ASoC: mediatek: mt8189: Propagate TDM clock errors
` [PATCH v2 13/13] ASoC: mediatek: mt8189: Validate TDM MCLK frequency

[PATCH 00/10] ASoC: add new DAI functions
 2026-09-14 13:55 UTC  (14+ messages)
` [PATCH 01/10] ASoC: soc-dai: add snd_soc_dai_id()
` [PATCH 02/10] ASoC: soc-dai: add snd_soc_dai_to_component()
` [PATCH 03/10] ASoC: soc-dai: add snd_soc_dai_to_driver()
` [PATCH 04/10] ASoC: soc-dai: add snd_soc_dai_{to/from}_list()
` [PATCH 05/10] ASoC: soc-dai: add snd_soc_dai_symmetric_get_params()
` [PATCH 06/10] ASoC: soc-dai: add snd_soc_dai_{set/to}_priv()
` [PATCH 07/10] ASoC: soc-dai: rename snd_soc_dai_stream_active()
` [PATCH 08/10] ASoC: soc-dai: rename snd_soc_dai_action()
` [PATCH 09/10] ASoC: soc-dai: move snd_soc_dai_active_action() to soc-internal.h
` [PATCH 10/10] ASoC: soc-dai: add snd_soc_dai_get_bclk()

ALSA: hda/cs35l56: same calibration condition logged at dev_info() and dev_err()
 2026-09-14 13:41 UTC  (3+ messages)

[PATCH] ASoC: SDCA: Remove redundant comment
 2026-09-14 13:16 UTC 

[PATCH] ASoC: amd: yc: Add DMI entry for Acer Extensa 215-23
 2026-09-14 13:16 UTC 

[PATCH 0/6] ASoC: meson: gx: add base support for I2S audio input
 2026-09-14 13:14 UTC  (7+ messages)
` [PATCH 1/6] dt-bindings: sound: amlogic: add schemas for audin components
` [PATCH 2/6] ASoC: meson: add audin main module and I2S formatter

[PATCH 0/6] ASoC: codecs: Fix resource leaks on card re-bind
 2026-09-14 12:52 UTC  (11+ messages)
` [PATCH 1/6] ASoC: wm8962: Fix regulator notifier and beep "
` [PATCH 2/6] ASoC: wm8995: Register regulator notifiers from the bus probe
` [PATCH 3/6] ASoC: tlv320aic31xx: Register regulator notifier from the I2C probe
` [PATCH 4/6] ASoC: tlv320aic3x: Register regulator notifier from the bus probe
` [PATCH 5/6] ASoC: cs42l52: Fix beep input device leak on card re-bind
` [PATCH 6/6] ASoC: cs42l56: "

[PATCH v2 0/6] ASoC: qcom: Add shikra LPASS RX/VA macro support
 2026-09-14 12:45 UTC  (14+ messages)
` [PATCH v2 1/6] ASoC: dt-bindings: qcom: Add Shikra RX and VA macro compatibles
` [PATCH v2 2/6] ASoC: qcom: lpass-macro-common: Add missing v2.9 version string
` [PATCH v2 3/6] ASoC: qcom: lpass-macro-common: Add LPASS codec version 4.1
` [PATCH v2 4/6] ASoC: qcom: lpass-rx-macro: Add shikra compatible
` [PATCH v2 5/6] ASoC: qcom: lpass-va-macro: "
` [PATCH v2 6/6] ASoC: qcom: lpass-va-macro: Add SoundWire microphone mux support

[PATCH] ASoC: cs-amp-lib: Prevent NULL pointer if efi variable is zero length
 2026-09-14 12:26 UTC 

[PATCH 0/3] ASoC: adau1977: small fixes to make the driver more usable
 2026-09-14 12:20 UTC  (6+ messages)
` [PATCH 1/3] ASoC: adau1977: make the Kconfig symbols user selectable
` [PATCH 2/3] ASoC: adau1977-spi: drop __maybe_unused and of_match_ptr()
` [PATCH 3/3] ASoC: adau1977-i2c: add OF match table for I2C

[BUG] ASoC/AMD ACP70/RT721: ASUS TUF Gaming A14 FA401EA speakers silent and headphone jack buzzes on playback
 2026-09-14 12:16 UTC  (9+ messages)

[RFC PATCH] ASoC: soc-core: use the device tree card name as long_name
 2026-09-14 11:41 UTC  (5+ messages)

[PATCH] ALSA: usb-audio: skip the broken mute control on AVerMedia GC553Pro
 2026-09-14 10:58 UTC 

[PATCH] ASoC: codecs: rt712-sdca-dmic: fix uninitialized stream_config->type
 2026-09-14 10:47 UTC 

[PATCH] ASoC: codecs: rt1017-sdca-sdw: fix uninitialized stream_config->type
 2026-09-14 10:45 UTC 

[PATCH] ASoC: codecs: max98363: fix uninitialized stream_config->type
 2026-09-14 10:44 UTC 

[PATCH] ALSA: hda: Allow for codec model selection with module param
 2026-09-14 10:22 UTC 

[PATCH 1/2] ASoC: Intel: avs: Use list_count_nodes() to simplify the code
 2026-09-14 10:19 UTC  (2+ messages)
` [PATCH 2/2] ASoC: codecs: hda: "

[bug report] ASoC: codecs: pcm6240: Use guard() for mutex locks
 2026-09-14 10:08 UTC 

[PATCH] ALSA: pcm: Simplify success check in snd_pcm_open_file()
 2026-09-14  9:52 UTC 

[PATCH] ASoC: wcd9335: Fix device reference leak in wcd9335_slim_status()
 2026-09-14  9:50 UTC 

[PATCH v2] ASoC: dt-bindings: Use consistent indentation in the example
 2026-09-14  9:48 UTC  (2+ messages)

[PATCH v2] ALSA: 6fire: fix OOB write from device-reported iso length
 2026-09-14  9:46 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: Use consistent indentation in the example
 2026-09-14  9:30 UTC  (3+ messages)

[PATCH] ASoC: pcm5102a: Add support for optional reset gpio
 2026-09-13 23:47 UTC  (2+ messages)

[PATCH] ASoC: Intel: sof_es8336: Add a quirk for Huawei Matebook B3-420
 2026-09-13 23:39 UTC  (2+ messages)

[PATCH] ASoC: wm_adsp: Firmware search progress log should not look like an error
 2026-09-13 23:28 UTC  (3+ messages)

[PATCH 0/5] ASoC: Fix missing channel fixup for codec end of ch_map
 2026-09-13 23:38 UTC  (2+ messages)

[REGRESSION] cs35l56/cs42l43 amp calibration broken between Arch linux 7.1.9.arch1-2 and 7.2.3.arch1-3 (Dell XPS, Panther Lake)
 2026-09-14  8:45 UTC 

[PATCH v3 00/26] ALSA compress / ASoC compress / SOF: Compressed audio support with IPC4
 2026-09-14  8:35 UTC  (8+ messages)
` [PATCH v3 18/26] ASoC: SOF: ipc4/ipc4-loader: Add SOF_INFO and CODEC_INFO to fw_config_params
` [PATCH v3 22/26] ASoC: SOF: Add support for IPC4 compressed

[PATCH 6.1] ALSA: hda: Fix missing pointer check in hda_component_manager_init function
 2026-09-14  8:05 UTC 

[PATCH] ALSA: 6fire: fix OOB write from device-reported iso length
 2026-09-14  7:45 UTC  (3+ messages)

[PATCH] ALSA: usb-audio: Add capture quirk for Behringer FCA1616
 2026-09-14  6:18 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Add mute LED quirk for HP OMEN 15-ax
 2026-09-14  6:15 UTC  (2+ messages)

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

[PATCH 0/8] soundwire: amd: SoundWire manager driver bug fixes
 2026-09-14  6:07 UTC  (10+ messages)
` [PATCH 1/8] soundwire: amd: fix SDW command timeout return value handling
` [PATCH 2/8] soundwire: amd: cache ping slave status to avoid spurious disconnect on timeout
` [PATCH 3/8] soundwire: amd: fix work drain ordering and pm_runtime guard in remove path

[PATCH v3 1/2] ASoC: codecs: ES8326: Add private members about HPF
 2026-09-14  5:39 UTC  (2+ messages)

[PATCH] docs: sound: hdspm: clean up driver doc
 2026-09-14  5:09 UTC 

[PATCH] ALSA: doc: cs35l56: Point to kernel.org firmware repository
 2026-09-14  3:12 UTC 

[PATCH v5 0/2] ASoC: codecs: nau8360: Fix DSP routing and deadlock issues
 2026-09-14  1:56 UTC  (3+ messages)
` [PATCH v5 1/2] ASoC: codecs: nau8360: Block DSP path selection when firmware load fails
` [PATCH v5 2/2] ASoC: codecs: nau8360: Fix AB-BA deadlock in mux update

[PATCH 0/4] ASoC: generic: Free jack GPIOs on card remove
 2026-09-14  0:29 UTC  (6+ messages)
` [PATCH 1/4] ASoC: simple-card-utils: Add simple_util_remove_jack()
` [PATCH 2/4] ASoC: simple-card: Free jack GPIOs on card remove
` [PATCH 3/4] ASoC: audio-graph-card: "
` [PATCH 4/4] ASoC: audio-graph-card2: "

[PATCH 00/21] ASoC: use .auto_selectable_formats
 2026-09-13 23:55 UTC  (4+ messages)
` [PATCH 02/21] ASoC: fsl: "

[PATCH v3 0/2] ASoC: fix audio on the Microsoft Surface Pro 11 (Intel)
 2026-09-13 21:11 UTC  (2+ messages)

[PATCH v4] soundwire: dmi-quirks: drop the ghost RT1320 on the Surface Pro 11 (Intel)
 2026-09-13 21:08 UTC 

[PATCH] ASoC: sdw_utils: clear stale RT711 device reference on exit
 2026-09-13 19:48 UTC  (2+ messages)

[PATCH] ASoC: ux500: Parenthesize MSP_{RX,TX}_CLKPOL_BIT() arguments
 2026-09-13 17:31 UTC 

[PATCH] ALSA: pcm: set timer->private_data before registering the PCM timer
 2026-09-13 16:39 UTC  (2+ messages)

[PATCH] ALSA: hda: trace PCM open only after assigning a stream
 2026-09-13 12:51 UTC 

[PATCH] ASoC: fsl_asrc: check the second front-end DMA channel
 2026-09-13 12:51 UTC 

[PATCH] ALSA: seq: midi: wait for output buffer space on non-atomic delivery
 2026-09-13 11:48 UTC  (5+ messages)

[PATCH 08/14] mfd: remove unused aat2870 driver
 2026-09-13  8:33 UTC  (5+ messages)

[PATCH v1] ALSA: virtio: reset device before deleting virtqueues
 2026-09-13  7:12 UTC  (2+ messages)

[PATCH] ALSA: hda/acpi: add runtime PM suspend/resume to the ACPI controller
 2026-09-13  7:09 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: Clamp implicit feedback packet count to URB capacity
 2026-09-13  7:04 UTC  (2+ messages)

[PATCH v2] ASoC: tas2781: Add TAS2573 calibration support
 2026-09-13  2:48 UTC 

[PATCH] soundwire: qcom: quiesce runtime PM before removing bus
 2026-09-13  2:13 UTC 

[BUG] sound/usb: out-of-bounds in prepare_playback_urb()
 2026-09-12 20:09 UTC  (3+ messages)

[PATCH] ALSA: hda/scodec: imply SERIAL_MULTI_INSTANTIATE for AW88399
 2026-09-12 19:04 UTC 

[REGRESSION] Sound broken on Cirrus Logic CS8409 / iMac19,1 between 7.1.13 and 7.2.4
 2026-09-12 18:42 UTC 

[BUG] USB Audio Class 2.0 support for Mixer Unit
 2026-09-12 17:21 UTC 

[PATCH] ASoC: tas2783-sdw: stop describing the Latency and XU ID/Version Controls
 2026-09-12 16:29 UTC 

[PATCH] ALSA: control: Fix virtual master creation reference in kernel-doc
 2026-09-12 16:34 UTC  (2+ messages)

[PATCH v2] ALSA: core: Fix potential UAF after asynchronous card release
 2026-09-12 16:21 UTC 

[PATCH] ALSA: core: Fix potential UAF after asynchronous card release
 2026-09-12 12:52 UTC 

[PATCH RFC v2] ALSA: seq: Mark OSS sequencer emulation as deprecated
 2026-09-12 12:49 UTC 

[BUG] KASAN: slab-use-after-free Read in usx2y_async_seq04_init
 2026-09-12 12:34 UTC  (2+ messages)

[PATCH v2] selftests/alsa: Test writes to IEC958 controls
 2026-09-12 12:19 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] ALSA: hda/realtek: Add quirk for HP Victus 15-fa1xxx (MB 8BB1) mute LED
 2026-09-12 12:16 UTC  (2+ messages)

[PATCH v1] ASoC: tas2781: Add TAS2573 calibration support
 2026-09-12 11:05 UTC  (2+ messages)

[PATCH] ASoC: amd: fix DMIC detection on Lenovo ThinkPad P14s Gen 6 AMD
 2026-09-12  9:48 UTC  (2+ messages)

[bug report] ALSA: usb-audio: Scarlett Gen 2 mixer interface
 2026-09-12  7:20 UTC 

[BUG] sound/usb: out-of-bounds in start_usb_playback()
 2026-09-12  5:40 UTC 

[BUG] sound/usb: out-of-bounds in usb6fire_pcm_in_urb_handler()
 2026-09-12  4:00 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).