messages from 2026-04-10 15:18:58 to 2026-04-14 14:21:42 UTC [more...]
[PATCH v1 0/4] Enable audio over HDMI and
2026-04-14 14:21 UTC (11+ messages)
` [PATCH v1 1/4] arm64: dts: qcom: Enable secondary mi2s
` [PATCH v1 2/4] arm64: dts: qcom: qcs6490: Enable DP audio
` [PATCH v1 3/4] ASoC: qcom: q6dsp: Update bit format support for secondary i2s
` [PATCH v1 4/4] ASoC: qcom: sc8280xp: don't force S16_LE in hw_params fixup
[PATCH] ASoC: imx-rpmsg: Fix ignore-suspend-widgets only applied to codec DAPM
2026-04-14 13:57 UTC (4+ messages)
` "
(re)use and (re)definition of snd_pcm_hw_params->fifo_size for 'jumpy DMA'
2026-04-14 13:47 UTC (16+ messages)
[PATCH v2] ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_names()
2026-04-14 13:31 UTC (2+ messages)
[PATCH] ALSA: usb-audio: Tidy up error check for processing unit
2026-04-14 13:29 UTC
[PATCH 0/2] ASoC: SOF: topology: allow user to add topologies
2026-04-14 13:25 UTC (4+ messages)
` [PATCH 1/2] ASoC: sof-function-topology-lib: add virtual loop dai support
` [PATCH 2/2] ASoC: SOF: topology: allow user to add topologies
[PATCH v3] dt-bindings: sound: Convert pcm3060 to DT Schema
2026-04-14 13:22 UTC (4+ messages)
` [PATCH v4] ASoC: dt-bindings: ti,pcm3060: add descriptions and rename binding
[PATCH 0/4] ALSA: 6fire: More hardening and cleanups
2026-04-14 13:22 UTC (5+ messages)
` [PATCH 1/4] ALSA: 6fire: Cover the whole probe and disconnect calls with register_mutex
` [PATCH 2/4] ALSA: 6fire: Fix leftover global pointers after probe failures
` [PATCH 3/4] ALSA: 6fire: Reduce multi-level conditionals in usb6fire_chip_disconnect()
` [PATCH 4/4] ALSA: 6fire: Drop unnecessary NULL checks
[PATCH] ALSA: hda/intel: Add MSI X870E Tomahawk to denylist by DMI ID
2026-04-14 13:06 UTC (6+ messages)
[PATCH] ALSA: control: Validate buf_len before strnlen() in snd_ctl_elem_init_enum_names()
2026-04-14 13:03 UTC (6+ messages)
` [RESEND PATCH] "
[PATCH] ALSA: usb-audio: Fix missing error handling for get_min_max*()
2026-04-14 12:46 UTC (3+ messages)
[Question] ASoC: Intel: avs: Guidance for finishing new board
2026-04-14 12:30 UTC (3+ messages)
[PATCH v1 0/3] ASoC: qcom: lpass: Switch VA/WSA macros to PM clock framework
2026-04-14 12:04 UTC (8+ messages)
` [PATCH v1 1/3] ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM
` [PATCH v1 2/3] ASoC: codecs: lpass-va-macro: "
` [PATCH v1 3/3] ASoC: codecs: lpass-wsa-macro: Guard optional NPL clock rate programming
[PATCH] ALSA: opti9xx: restore snd-miro state after resume
2026-04-14 11:51 UTC (4+ messages)
[PATCH AUTOSEL 6.19-6.1] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14IAH10
2026-04-14 11:25 UTC (2+ messages)
` [PATCH AUTOSEL 6.19-5.10] ASoC: stm32_sai: fix incorrect BCLK polarity for DSP_A/B, LEFT_J
[PATCH] ALSA: caiaq: Handle probe errors properly
2026-04-14 10:59 UTC
[PATCH v2 0/2] ALSA: caiaq: fix UAF, double-free, and USB refcount bugs
2026-04-14 10:56 UTC (5+ messages)
` [PATCH v2 1/2] ALSA: caiaq: fix use-after-free and double-free in setup_card()
` [PATCH v2 2/2] ALSA: caiaq: take a reference on the USB device in create_card()
[PATCH v2 0/6] ASoC: renesas: fsi: Fix system hang by adding SPU clock
2026-04-14 10:53 UTC (14+ messages)
` [PATCH v2 1/6] ASoC: renesas: fsi: Add shared SPU clock support
` [PATCH v2 2/6] ASoC: renesas: fsi: Fix hang by enabling SPU clock
` [PATCH v2 3/6] ASoC: renesas: fsi: Fix trigger stop ordering
` [PATCH v2 4/6] ASoC: renesas: fsi: refactor clock initialization
` [PATCH v2 5/6] arm: dts: renesas: r8a7740: Add clocks for FSI
` [PATCH v2 6/6] ASoC: dt-bindings: renesas,fsi: add support for multiple clocks
[bug report] ALSA: usb-audio: Add error checks against get_min_max*()
2026-04-14 9:24 UTC (2+ messages)
[PATCH v4 00/17] Renesas: dmaengine and ASoC fixes
2026-04-14 8:28 UTC (25+ messages)
` [PATCH v4 01/17] dmaengine: sh: rz-dmac: Move interrupt request after everything is set up
` [PATCH v4 02/17] dmaengine: sh: rz-dmac: Fix incorrect NULL check on list_first_entry()
` [PATCH v4 03/17] dmaengine: sh: rz-dmac: Use list_first_entry_or_null()
` [PATCH v4 04/17] dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()
` [PATCH v4 05/17] dmaengine: sh: rz-dmac: Do not disable the channel on error
` [PATCH v4 06/17] dmaengine: sh: rz-dmac: Add helper to compute the lmdesc address
` [PATCH v4 07/17] dmaengine: sh: rz-dmac: Save the start LM descriptor
` [PATCH v4 08/17] dmaengine: sh: rz-dmac: Add helper to check if the channel is enabled
` [PATCH v4 09/17] dmaengine: sh: rz-dmac: Add helper to check if the channel is paused
` [PATCH v4 10/17] dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processing
` [PATCH v4 11/17] dmaengine: sh: rz-dmac: Refactor pause/resume code
` [PATCH v4 12/17] dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETEN
` [PATCH v4 13/17] dmaengine: sh: rz-dmac: Add cyclic DMA support
` [PATCH v4 14/17] dmaengine: sh: rz-dmac: Add suspend to RAM support
` [PATCH v4 15/17] ASoC: renesas: rz-ssi: Add pause support
` [PATCH v4 16/17] ASoC: renesas: rz-ssi: Use generic PCM dmaengine APIs
` [PATCH v4 17/17] dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptor
[PATCH v2 1/2] ASoC: dt-bindings: ti,tas2781: Add TAS5832 support
2026-04-14 7:53 UTC (4+ messages)
` [PATCH v2 2/2] ASoC: tas2781: Add tas5832 support
` [EXTERNAL] Re: [PATCH v2 1/2] ASoC: dt-bindings: ti,tas2781: Add TAS5832 support
[PATCH] ALSA: hda/realtek: Add quirk for Acer PT316-51S headset mic
2026-04-14 7:19 UTC (4+ messages)
[PATCH] ASoC: rt1320: fix the warning 'rae_fw' from request_firmware() not released
2026-04-14 7:14 UTC
[PATCH] ALSA: hda/realtek: Add quirk for Legion S7 15IMH
2026-04-14 7:06 UTC (4+ messages)
[RESEND PATCH v2 1/2] ASoC: dt-bindings: ti,tas2781: Add TAS5832 support
2026-04-14 6:37 UTC (2+ messages)
` [RESEND PATCH v2 2/2] ASoC: tas2781: Add tas5832 support
[PATCH v3] ASoC: core: use Complete rebind cards by default for all users
2026-04-14 2:09 UTC (7+ messages)
[PATCH] ALSA: usb-audio: Exclude Scarlett 18i20 1st Gen from SKIP_IFACE_SETUP
2026-04-13 18:18 UTC (2+ messages)
[GIT PULL] ASoC updates for v7.1
2026-04-13 18:08 UTC (2+ messages)
[PATCH 0/2] Correct bug parsing DisCo booleans
2026-04-13 12:46 UTC (3+ messages)
` [PATCH 1/2] regmap: sdw-mbq: Allow defers on undeferrable controls
` [PATCH 2/2] ASoC: SDCA: Fix reading of mipi-sdca-control-deferrable
[PATCH] ASoC: pxa2xx-ac97: fix error handling for reset GPIO descriptor
2026-04-13 10:52 UTC
[PATCH 00/12] arm64: dts: qcom: qcs6490: Radxa Dragon Q6A feature enablement and fixes
2026-04-13 10:28 UTC (8+ messages)
` [PATCH 03/12] arm64: dts: qcom: qcs6490-radxa-dragon-q6a: Enable USB 3.0 and HDMI ports
` [PATCH 11/12] ASoC: dt-bindings: google,sc7280-herobrine: Add Radxa Dragon Q6A sound card
[PATCH] ALSA: interwave: fix build warnings with CONFIG_PM=n
2026-04-13 7:31 UTC (2+ messages)
[PATCH] ASoC: tas2781: fix unused-const-variable warning
2026-04-13 7:00 UTC
[PATCH 0/3] ASoC: renesas: fsi: Fix system hang by adding SPU clock
2026-04-13 6:45 UTC (8+ messages)
` [PATCH 3/3] ASoC: renesas: fsi: Fix hang by enabling "
[PATCH 0/2] ASoC: SOF: Intel: NVL/NVL-S: add platform name
2026-04-13 6:08 UTC (3+ messages)
` [PATCH 1/2] ASoC: SOF: Intel: NVL: "
` [PATCH 2/2] ASoC: SOF: Intel: NVL-S: "
[PATCH] ALSA: hwdep: fix NULL dereference on error path
2026-04-13 5:48 UTC (3+ messages)
[PATCH] ALSA: hda/realtek: Add quirk for HP Spectre x360 14-ea
2026-04-13 5:37 UTC (2+ messages)
[PATCH] ALSA: hda/realtek: Add support for HP ENVY x360 Convertible 15-ee0xxx
2026-04-13 5:24 UTC (2+ messages)
[PATCH 2/2] ALSA: caiaq: take a reference on the USB device in create_card()
2026-04-13 4:11 UTC (2+ messages)
[PATCH] ASoC: ti: ams-delta: Stop (ab)using card->pop_time
2026-04-13 3:05 UTC (2+ messages)
[PATCH v2] ASoC: dt-bindings: rockchip: convert rk3399-gru-sound to DT Schema
2026-04-12 16:24 UTC (3+ messages)
[PATCH v2 0/2] ALSA: sscape: add suspend/resume support
2026-04-12 8:01 UTC (4+ messages)
` [PATCH v2 1/2] ALSA: sscape: Cache per-card resources for board reinitialization
` [PATCH v2 2/2] ALSA: sscape: Add suspend and resume support
[PATCH 0/2] ALSA: sscape: add suspend/resume support
2026-04-11 17:29 UTC (7+ messages)
` [PATCH 1/2] ALSA: sscape: Cache per-card resources for board reinitialization
` [PATCH 2/2] ALSA: sscape: Add suspend and resume support
[PATCH RFC v2 00/11] Add support for AUDIN driver in Amlogic GXBB
2026-04-11 14:57 UTC (12+ messages)
` [PATCH RFC v2 01/11] ASoC: meson: gx: add gx-formatter and gx-interface
` [PATCH RFC v2 02/11] ASoC: meson: aiu-encoder-i2s: use gx_iface and gx_stream structures
` [PATCH RFC v2 03/11] ASoC: meson: aiu: introduce I2S output formatter
` [PATCH RFC v2 04/11] ASoC: meson: aiu: use aiu-formatter-i2s to format I2S output data
` [PATCH RFC v2 05/11] ASoC: dt-bindings: amlogic: add schema for audin-formatter and audin-toddr
` [PATCH RFC v2 06/11] ASoC: meson: gx: add AUDIN I2S Decoder driver
` [PATCH RFC v2 07/11] ASoC: meson: gx: add AUDIN FIFO driver
` [PATCH RFC v2 08/11] ASoC: meson: aiu: add I2S Capture DAI
` [PATCH RFC v2 09/11] ASoC: meson: gx-card: add support for AUDIN FIFO
` [PATCH RFC v2 10/11] arm64: dts: amlogic: gx: add nodes for AUDIN decoder and FIFO
` [PATCH RFC v2 11/11] arm64: dts: amlogic: odroid-c2: add support for I2S audio input
[PATCH] 1
2026-04-11 13:16 UTC
[PATCH v8 0/5] Add es9356 focused SoundWire CODEC
2026-04-11 13:27 UTC (6+ messages)
` [PATCH v8 1/5] ASoC: sdw_utils: add soc_sdw_es9356
` [PATCH v8 2/5] ASoC: sdw_utils: add ES9356 in codec_info_list
` [PATCH v8 3/5] ASoC: es9356-sdca: Add ES9356 SDCA driver
` [PATCH v8 4/5] ASoC: Intel: soc-acpi: arl: Add es9356 support
` [PATCH v8 5/5] ASoC: Intel: sof_sdw: add "
[PATCH CANCEL] 1
2026-04-11 13:26 UTC
[PATCH] ASoC: tlv320aic3x: Add multi endpoint support
2026-04-11 13:05 UTC
[PATCH 0/3] ALSA: usb-audio: Refactor mixer checks and add check for sticky mixers
2026-04-11 8:03 UTC (5+ messages)
` [PATCH 1/3] ALSA: usb-audio: Add error checks against get_min_max*()
` [PATCH 2/3] ALSA: usb-audio: Move volume control resolution check into a function
` [PATCH 3/3] ALSA: usb-audio: Do not expose sticky mixers
[PATCH v2 6/8] ALSA: hda: Add support for Hygon family 18h model 5h HD-Audio
2026-04-10 22:47 UTC (2+ messages)
[PATCH v3 0/2] ASoC: tegra210: simplify ADX/AMX byte map get/put logic
2026-04-10 20:05 UTC (3+ messages)
` [PATCH v3 1/2] ASoC: tegra210_adx: simplify "
` [PATCH v3 2/2] ASoC: tegra210_amx: "
[PATCH v5 0/4] ASoC: Add TAS67524 quad-channel Class-D amplifier driver
2026-04-10 17:56 UTC (4+ messages)
` [PATCH v5 2/4] ASoC: codecs: Add TAS67524 quad-channel audio "
[PATCH] ALSA: tas2783-sdw: add Playback to volume controls name
2026-04-10 17:01 UTC
[PATCH] ASoC: SDCA: Update text of FIXME
2026-04-10 11:01 UTC (2+ messages)
[PATCH] ASoC: amd: yc: Add MSI Vector A16 HX A8WHG to quirk table
2026-04-10 10:31 UTC (2+ messages)
[PATCH v3] ASoC: uda1380: Modernize the driver
2026-04-10 10:29 UTC (2+ messages)
[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
2026-04-10 15:18 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox