Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2026-05-11 00:27:38 to 2026-05-12 21:38:32 UTC [more...]

[PATCH v5 00/17] Renesas: dmaengine and ASoC fixes
 2026-05-12 21:38 UTC  (27+ messages)
` [PATCH v5 01/17] dmaengine: sh: rz-dmac: Move interrupt request after everything is set up
` [PATCH v5 02/17] dmaengine: sh: rz-dmac: Fix incorrect NULL check on list_first_entry()
` [PATCH v5 03/17] dmaengine: sh: rz-dmac: Use list_first_entry_or_null()
` [PATCH v5 04/17] dmaengine: sh: rz-dmac: Use rz_dmac_disable_hw()
` [PATCH v5 05/17] dmaengine: sh: rz-dmac: Add helper to compute the lmdesc address
` [PATCH v5 06/17] dmaengine: sh: rz-dmac: Save the start LM descriptor
` [PATCH v5 07/17] dmaengine: sh: rz-dmac: Add helper to check if the channel is enabled
` [PATCH v5 08/17] dmaengine: sh: rz-dmac: Add helper to check if the channel is paused
` [PATCH v5 09/17] dmaengine: sh: rz-dmac: Use virt-dma APIs for channel descriptor processing
` [PATCH v5 10/17] dmaengine: sh: rz-dmac: Refactor pause/resume code
` [PATCH v5 11/17] dmaengine: sh: rz-dmac: Drop the update of channel->chctrl with CHCTRL_SETEN
` [PATCH v5 12/17] dmaengine: sh: rz-dmac: Add cyclic DMA support
` [PATCH v5 13/17] dmaengine: sh: rz-dmac: Add runtime PM support
` [PATCH v5 14/17] dmaengine: sh: rz-dmac: Add suspend to RAM support
` [PATCH v5 15/17] ASoC: renesas: rz-ssi: Add pause support
` [PATCH v5 16/17] ASoC: renesas: rz-ssi: Use generic PCM dmaengine APIs
` [PATCH v5 17/17] dmaengine: sh: rz-dmac: Set the Link End (LE) bit on the last descriptor

[PATCH] ASoC: codecs: fs210x: fix possible buffer overflow
 2026-05-12 19:07 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v6 00/16] ASoC: rsnd: Add RZ/G3E audio driver support
 2026-05-12 18:26 UTC  (17+ messages)
` [PATCH v6 01/16] ASoC: dt-bindings: sound: Add DT binding for RZ/G3E sound
` [PATCH v6 02/16] ASoC: rsnd: Fix RSND_SOC_MASK width to single nibble
` [PATCH v6 03/16] ASoC: rsnd: Add reset controller support to rsnd_mod
` [PATCH v6 04/16] ASoC: rsnd: Support hyphen or dot in indexed clock and reset names
` [PATCH v6 05/16] ASoC: rsnd: Add RZ/G3E SoC probing and register map
` [PATCH v6 06/16] ASoC: rsnd: Add audmacpp clock and reset support for RZ/G3E
` [PATCH v6 07/16] ASoC: rsnd: Refactor DMA address tables with named structs
` [PATCH v6 08/16] ASoC: rsnd: Add RZ/G3E DMA address calculation support
` [PATCH v6 09/16] ASoC: rsnd: ssui: Add RZ/G3E SSIU BUSIF support
` [PATCH v6 10/16] ASoC: rsnd: Add SSI reset support for RZ/G3E platform
` [PATCH v6 11/16] ASoC: rsnd: Add ADG reset support for RZ/G3E
` [PATCH v6 12/16] ASoC: rsnd: adg: Add per-SSI ADG and SSIF supply clock management
` [PATCH v6 13/16] ASoC: rsnd: adg: Look up RZ/G3E clkin under audio-clk{a,b,c,i}
` [PATCH v6 14/16] ASoC: rsnd: src: Add SRC reset and clock support for RZ/G3E
` [PATCH v6 15/16] ASoC: rsnd: Support unprefixed DT node names "
` [PATCH v6 16/16] ASoC: rsnd: Add system suspend/resume support

[PATCH] ASoC: tas2781: reject too-short writes to acoustic_ctl debugfs
 2026-05-12 15:54 UTC  (3+ messages)
  `  "

[PATCH v2] ASoC: tas2781: reject too-short writes to acoustic_ctl debugfs
 2026-05-12 15:55 UTC 

[PATCH] ASoC: sdw_utils: Check speaker component string allocation
 2026-05-12 14:03 UTC 

[PATCH v9 00/13] ASoC: qcom: q6dsp: few fixes and enhancements
 2026-05-12 13:07 UTC  (6+ messages)
` [PATCH v9 13/13] ASoC: qcom: q6apm: Add support for early buffer mapping on DSP

[PATCH] ASoC: cs35l56: Abort TDM mask loop at maximum channel shift
 2026-05-12 12:31 UTC 

[PATCH v1] ASoC: sdw_utils: Remove dead code in asoc_sdw_ti_add_tac5xx2_routes()
 2026-05-12 11:54 UTC 

[PATCH v3 00/18] Add a new SoundWire enumeration helper
 2026-05-12 11:50 UTC  (21+ messages)
` [PATCH v3 01/18] soundwire: Add a helper function to wait for device initialisation
` [PATCH v3 02/18] ASoC: cs35l56: Use new SoundWire enumeration helper
` [PATCH v3 03/18] ASoC: cs42l42: "
` [PATCH v3 04/18] ASoC: max98363: "
` [PATCH v3 05/18] ASoC: max98373: "
` [PATCH v3 06/18] ASoC: rt700: "
` [PATCH v3 07/18] ASoC: rt711: "
` [PATCH v3 08/18] ASoC: rt712: "
` [PATCH v3 09/18] ASoC: rt715: "
` [PATCH v3 10/18] ASoc: rt721: "
` [PATCH v3 11/18] ASoC: rt722: "
` [PATCH v3 12/18] ASoC: rt1017: "
` [PATCH v3 13/18] ASoC: rt1308: "
` [PATCH v3 14/18] ASoC: rt1316: "
` [PATCH v3 15/18] ASoC: rt1318: "
` [PATCH v3 16/18] ASoC: rt1320: "
` [PATCH v3 17/18] ASoC: rt5682: "
` [PATCH v3 18/18] ASoC: tas2783: "

[PATCH v4 00/18] Add a new SoundWire enumeration helper
 2026-05-12 10:30 UTC  (19+ messages)
` [PATCH v4 01/18] soundwire: Add a helper function to wait for device initialisation
` [PATCH v4 02/18] ASoC: cs35l56: Use new SoundWire enumeration helper
` [PATCH v4 03/18] ASoC: cs42l42: "
` [PATCH v4 04/18] ASoC: max98363: "
` [PATCH v4 05/18] ASoC: max98373: "
` [PATCH v4 06/18] ASoC: rt700: "
` [PATCH v4 07/18] ASoC: rt711: "
` [PATCH v4 08/18] ASoC: rt712: "
` [PATCH v4 09/18] ASoC: rt715: "
` [PATCH v4 10/18] ASoc: rt721: "
` [PATCH v4 11/18] ASoC: rt722: "
` [PATCH v4 12/18] ASoC: rt1017: "
` [PATCH v4 13/18] ASoC: rt1308: "
` [PATCH v4 14/18] ASoC: rt1316: "
` [PATCH v4 15/18] ASoC: rt1318: "
` [PATCH v4 16/18] ASoC: rt1320: "
` [PATCH v4 17/18] ASoC: rt5682: "
` [PATCH v4 18/18] ASoC: tas2783: "

[PATCH v2 00/18] Add a new SoundWire enumeration helper
 2026-05-12  8:39 UTC  (22+ messages)
` [PATCH v2 01/18] soundwire: Add a helper function to wait for device initialisation
` [PATCH v2 02/18] ASoC: cs35l56: Use new SoundWire enumeration helper
` [PATCH v2 03/18] ASoC: cs42l42: "
` [PATCH v2 04/18] ASoC: max98363: "
` [PATCH v2 05/18] ASoC: max98373: "
` [PATCH v2 06/18] ASoC: rt700: "
` [PATCH v2 07/18] ASoC: rt711: "
` [PATCH v2 08/18] ASoC: rt712: "
` [PATCH v2 09/18] ASoC: rt715: "
` [PATCH v2 10/18] ASoc: rt721: "
` [PATCH v2 11/18] ASoC: rt722: "
` [PATCH v2 12/18] ASoC: rt1017: "
` [PATCH v2 13/18] ASoC: rt1308: "
` [PATCH v2 14/18] ASoC: rt1316: "
` [PATCH v2 15/18] ASoC: rt1318: "
` [PATCH v2 16/18] ASoC: rt1320: "
` [PATCH v2 17/18] ASoC: rt5682: "
` [PATCH v2 18/18] ASoC: tas2783: "

[PATCH v7 0/8] lan966x pci device: Add support for SFPs, PCI part
 2026-05-12  8:27 UTC  (11+ messages)
` [PATCH v7 1/8] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v7 2/8] drivers: core: Use fw_devlink_set_device()
` [PATCH v7 3/8] pinctrl: cs42l43: "
` [PATCH v7 4/8] cxl/test: Use device_set_node()
` [PATCH v7 5/8] cxl/test: Use fw_devlink_set_device()
` [PATCH v7 6/8] PCI: of: "
` [PATCH v7 7/8] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v7 8/8] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node

[PATCH] ASoC: core: Move all users to deferrable card binding
 2026-05-12  8:14 UTC  (4+ messages)

[PATCH] ASoC: fsl_sai: Eliminate possible interrupt storm during probe
 2026-05-12  6:52 UTC 

[PATCH v3 00/10] ASoC: renesas: fsi: Fix system hang by adding SPU clock
 2026-05-12  3:09 UTC  (17+ messages)
` [PATCH v3 01/10] ASoC: dt-bindings: renesas,fsi: add support multiple clocks
` [PATCH v3 04/10] ASoC: renesas: fsi: Fix register access from in-flight IRQ after shutdown
` [PATCH v3 06/10] ASoC: renesas: fsi: Add shared SPU clock support
` [PATCH v3 07/10] ASoC: renesas: fsi: refactor clock initialization
` [PATCH v3 08/10] ASoC: renesas: fsi: add fsi_clk_prepare/unprepare()
` [PATCH v3 09/10] ASoC: renesas: fsi: Use clock prepare handling in startup/shutdown

[PATCH] ASoC: SOF: amd: Fix error code handling in psp_send_cmd()
 2026-05-12  1:14 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Check for successful runtime-resume in cs35l56_dsp_work()
 2026-05-12  1:22 UTC  (2+ messages)

[PATCH v13 0/6] Add es9356 focused SoundWire CODEC
 2026-05-12  1:15 UTC  (2+ messages)

[PATCH RFC v3 0/2] ASoC: move card->pop_time to soc-dapm
 2026-05-12  0:47 UTC  (3+ messages)
` [PATCH RFC v3 1/2] ASoC: ti: ams-delta: Stop (ab)using card->pop_time
` [PATCH RFC v3 2/2] ASoC: soc-dapm: move card->pop_time to soc-dapm.c

[PATCH] ASoC: pcm6240: Use flexible array for config blocks
 2026-05-11 23:13 UTC 

[PATCH] ASoC: sigmadsp: Use flexible array for control cache
 2026-05-11 23:03 UTC 

[PATCH] ALSA: asihpi: Use flexible array for control cache
 2026-05-11 23:01 UTC 

[PATCH] ALSA: ctxfi: Use flexible array for SRCIMP imappers
 2026-05-11 23:00 UTC 

[BUG] ALSA: usb-audio: use-after-free in snd_dualsense_ih_match during rapid USB reconnect
 2026-05-11 21:58 UTC 

[PATCH] ALSA: M-Audio C600 disable Output Gain Knob
 2026-05-11 21:24 UTC 

[PATCH] Fix possible strscpy() buffer overflows
 2026-05-11 19:15 UTC  (12+ messages)

[PATCH] ALSA: hda/realtek: Limit mic boost on Positivo DN50E
 2026-05-11 18:15 UTC 

[PATCH] ASoC: amd: acp-sdw-legacy: check CPU DAI name before logging
 2026-05-11 16:42 UTC 

[PATCH v2] ASoC: dt-bindings: Convert eukrea-tlv320.txt to yaml
 2026-05-11 16:11 UTC 

[PATCH] ASoC: rt5640: Handle nested IRQs
 2026-05-11 12:18 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: add shared BCLK rate constraint for cross-DAI coordination
 2026-05-11 14:21 UTC  (3+ messages)
` [PATCH v2 3/3] ASoC: spacemit: declare shared BCLK for cross-DAI rate constraint

[RFC PATCH 0/2] ASoC: Move system_long_wq to system_dfl_long_wq
 2026-05-11 12:08 UTC  (3+ messages)

[PATCH v2] ASoC: fsl: eukrea-tlv320: update board checks to use the DT
 2026-05-11  0:49 UTC  (2+ messages)

[PATCH] ASoC: Intel: soc-acpi: add LG Gram 16Z90U RT713 + single RT1320 quirk
 2026-05-11  1:03 UTC  (2+ messages)

[PATCH 0/7] ASoC: ti: Cleanup locking code using guard() helpers
 2026-05-11  4:44 UTC  (5+ messages)
` [PATCH 7/7] ASoC: ti: omap-mcbsp: Simplify lock and resource handling

[PATCH 0/2] ASoC: soc_sdw_utils: skip aux device if it is not present
 2026-05-11  1:05 UTC  (2+ messages)

[PATCH 0/2] ASoC: soc-acpi-intel-arl-match: add rt712_l0_rt1320_l3 support
 2026-05-11  1:02 UTC  (2+ messages)

[PATCH 0/2] ASoC: sdw_utils: make RT712/RT721 CODEC_MIC be optional
 2026-05-11  1:04 UTC  (2+ messages)

[PATCH] ASoC; dt-bindings: mediatek,mt8173-rt5650-rt5514: Fix mediatek,audio-codec constraints
 2026-05-11  0:28 UTC  (2+ messages)

[PATCH] MAINTAINERS: ASoC/ti: Remove myself and add Sen Wang as maintainer
 2026-05-11  0:28 UTC  (2+ messages)

[PATCH v3 0/3] ASoC: qcom: lpass: Switch VA/WSA macros to PM clock framework
 2026-05-11 11:11 UTC  (5+ messages)
` [PATCH v3 1/3] ASoC: codecs: lpass-wsa-macro: Switch to PM clock framework for runtime PM
` [PATCH v3 3/3] ASoC: codecs: lpass-wsa-macro: Use devm_clk_hw_register() for MCLK output

[PATCH v2 0/2] firewire: Simplify storing pointers in device id struct
 2026-05-11 10:54 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ALSA: firewire: Make use of ieee1394's .driver_data_ptr

[PATCH] ALSA: doc: cs35l56: Update path to HDA driver source
 2026-05-11 10:41 UTC 

[PATCH v3 0/9] ASoC: mediatek: mt2701: HDMI audio support
 2026-05-11  9:43 UTC  (2+ messages)

[PATCH] ALSA: seq: Use flexible array for MIDI channels
 2026-05-11  7:54 UTC 

[PATCH v4 00/17] Renesas: dmaengine and ASoC fixes
 2026-05-11  7:49 UTC  (4+ messages)
` [PATCH v4 13/17] dmaengine: sh: rz-dmac: Add cyclic DMA support
  ` sashiko.dev review (Re: [PATCH v4 13/17] dmaengine: sh: rz-dmac: Add cyclic DMA support)

[bug report] ASoC: SOF: amd: Use AMD_NODE
 2026-05-11  7:24 UTC 

[bug report] ASoC: sdw_utils: TI amp utility for tac5xx2 family
 2026-05-11  6:50 UTC 

[PATCH RESEND] ALSA: usb-audio: qcom: Check offload mapping failures
 2026-05-11  4:36 UTC 

[PATCH RESEND] ALSA: hda/cs35l41: Fix firmware load work teardown
 2026-05-11  4:29 UTC 

[PATCH 1/2] dt-bindings: mfd: rockchip: drop redundant wakeup-source definitions
 2026-05-11  4:22 UTC  (8+ messages)
` [PATCH 2/2] ASoC: dt-bindings: "

[PATCH] ALSA: hda/realtek: Add codec SSID quirk for Lenovo Legion 7 16ITHg6
 2026-05-11  3:56 UTC 

[PATCH v2] ASoC: ti: rx51: remove stale reference to machine_is_nokia_rx51()
 2026-05-10 13:46 UTC  (2+ messages)


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