Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2026-06-05 06:24:14 to 2026-06-09 01:31:55 UTC [more...]

[PATCH v5 00/11] ASoC: renesas: fsi: Fix system hang by adding SPU clock
 2026-06-09  1:31 UTC  (7+ messages)
` [PATCH v5 01/11] ASoC: dt-bindings: renesas,fsi: add support multiple clocks
` [PATCH v5 02/11] ARM: dts: renesas: r8a7740: Add clocks for FSI
` [PATCH v5 03/11] ASoC: renesas: fsi: Fix trigger stop ordering
` [PATCH v5 04/11] ASoC: renesas: fsi: Move fsi_stream_is_working()
` [PATCH v5 05/11] ASoC: renesas: fsi: Fix register access from in-flight IRQ after shutdown
` [PATCH v5 06/11] ASoC: renesas: fsi: Move fsi_clk_init()

[PATCH v3 0/9] ASoC: don't use array if single pattern
 2026-06-09  0:34 UTC  (13+ messages)
` [PATCH v3 1/9] ASoC: remove SND_SOC_POSSIBLE_xBx_xFx
` [PATCH v3 2/9] ASoC: codecs: framer-codec: don't use array if single pattern
` [PATCH v3 3/9] ASoC: codecs: idt821034: "
` [PATCH v3 4/9] ASoC: codecs: peb2466: "
` [PATCH v3 5/9] ASoC: codecs: ak4619: update auto select format
` [PATCH v3 6/9] ASoC: codecs: pcm3168a: "
` [PATCH v3 7/9] ASoC: renesas: rcar: "
` [PATCH v3 8/9] ASoC: update auto format selection method
` [PATCH v3 9/9] ASoC: audio-graph-card2: recommend to use auto select DAI format

[PATCH v2 0/9] ASoC: don't use array if single pattarn
 2026-06-08 23:12 UTC  (14+ messages)
` [PATCH v2 1/9] ASoC: remove SND_SOC_POSSIBLE_xBx_xFx
` [PATCH v2 2/9] ASoC: codecs: framer-codec: don't use array if single pattarn
` [PATCH v2 3/9] ASoC: codecs: idt821034: "
` [PATCH v2 4/9] ASoC: codecs: peb2466: "
` [PATCH v2 5/9] ASoC: codecs: ak4619: update auto select format
` [PATCH v2 6/9] ASoC: codecs: pcm3168a: "
` [PATCH v2 7/9] ASoC: renesas: rcar: "
` [PATCH v2 8/9] ASoC: update auto format selection method
` [PATCH v2 9/9] ASoC: audio-graph-card2: recommend to use auto select DAI format

[PATCH v2] ASoC: dt-bindings: sound: renesas,r9a09g047: Fix dma-names and ports schema
 2026-06-08 21:58 UTC  (5+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14IRH8
 2026-06-08 20:20 UTC 

[PATCH v1 0/2] soundwire: qcom: add support for EE-aware register layout
 2026-06-08 19:48 UTC  (5+ messages)
` [PATCH v1 1/2] dt-bindings: soundwire: qcom: add qcom,swr-master-ee-val property
` [PATCH v1 2/2] soundwire: qcom: add EE-aware register layout and cpu selection

[PATCH v1 0/3] ASoC: qcom: Add shikra LPASS RX/VA macro support
 2026-06-08 17:20 UTC  (4+ messages)
` [PATCH v1 1/3] ASoC: dt-bindings: qcom: Add Shikra rx and va macro codecs
` [PATCH v1 2/3] ASoC: qcom: lpass-rx-macro: Add shikra compatible
` [PATCH v1 3/3] ASoC: qcom: lpass-va-macro: "

[PATCH] soundwire: dmi-quirks: Disable ghost device on Lenovo Yoga 9i
 2026-06-08 16:02 UTC 

[PATCH v3 0/7] ASoC: Intel: catpt: Code cleanup
 2026-06-04 16:00 UTC  (2+ messages)

[PATCH v3] ASoC: dt-bindings: cdns,xtfpga-i2s: Convert to dt-schema
 2026-06-08 13:08 UTC  (5+ messages)

[PATCH 0/3] ASoC: use scoped OF node handling in manual cleanup paths
 2026-06-08 13:39 UTC  (4+ messages)
` [PATCH 1/3] ASoC: qcom: common: use scoped OF node handling
` [PATCH 2/3] ASoC: fsl: fsl_qmc_audio: use scoped child node loop
` [PATCH 3/3] ASoC: bcm: cygnus: "

[PATCH v2 0/3] ASoC: qcom: qdsp6: Add MI2S clock control
 2026-06-08 12:08 UTC  (9+ messages)
` [PATCH v2 1/3] ASoC: dt-bindings: qcom,q6apm-lpass-dais: Document DAI subnode
` [PATCH v2 2/3] ASoC: qcom: q6apm-lpass-dais: Add MI2S clock control
` [PATCH v2 3/3] ASoC: qcom: sc8280xp: ASoC: qcom: sc8280xp: enhance machine driver for board-specific config

[PATCH v4 00/10] ASoC: renesas: fsi: Fix system hang by adding SPU clock
 2026-06-08 11:01 UTC  (16+ messages)
` [PATCH v4 01/10] ASoC: dt-bindings: renesas,fsi: add support multiple clocks
` [PATCH v4 02/10] ARM: dts: renesas: r8a7740: Add clocks for FSI
` [PATCH v4 03/10] ASoC: renesas: fsi: Fix trigger stop ordering
` [PATCH v4 04/10] ASoC: renesas: fsi: Move fsi_stream_is_working()
` [PATCH v4 05/10] ASoC: renesas: fsi: Fix register access from in-flight IRQ after shutdown
` [PATCH v4 06/10] ASoC: renesas: fsi: Move fsi_clk_init()
` [PATCH v4 07/10] ASoC: renesas: fsi: Use devm_clk_get_optional() for optional clocks
` [PATCH v4 08/10] ASoC: renesas: fsi: refactor clock initialization
` [PATCH v4 09/10] ASoC: renesas: fsi: add fsi_clk_prepare/unprepare()
` [PATCH v4 10/10] ASoC: renesas: fsi: Add SPU clock control in hw_startup/shutdown

[PATCH v3 00/10] Expand SoundWire enumeration helper coverage
 2026-06-08 10:27 UTC  (11+ messages)
` [PATCH v3 01/10] soundwire: Always wait for initialisation of unattached devices
` [PATCH v3 02/10] ASoC: wsa881x: Use new SoundWire enumeration helper
` [PATCH v3 03/10] mfd: cs42l43: "
` [PATCH v3 04/10] ASoC: rt5682: "
` [PATCH v3 05/10] ASoC: pm4125: "
` [PATCH v3 06/10] ASoC: wcd937x: "
` [PATCH v3 07/10] ASoC: wcd938x: "
` [PATCH v3 08/10] ASoC: wcd939x: "
` [PATCH v3 09/10] ASoC: SDCA: "
` [PATCH v3 10/10] ASoC: cs35l56: Remove unnecessary conditionals waiting for enumeration

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-08  8:40 UTC  (20+ messages)
` [PATCH 05/23] powerpc/powermac: fix OF node refcount
` [PATCH 08/23] driver core: platform: provide platform_device_set_of_node_from_dev()
` [PATCH 20/23] usb: chipidea: use platform_device_set_of_node_from_dev()
` [PATCH 22/23] reset: rzg2l: "

[PATCH v2 1/2] ASoC: dt-bindings: ti,tas2781: Add TAS2573 support
 2026-06-08  8:07 UTC  (2+ messages)

[PATCH v6 00/18] Renesas: dmaengine and ASoC fixes
 2026-06-08  5:56 UTC  (2+ messages)

[PATCH 0/5] Add audio support for QCS6490 RubikPi3
 2026-06-08  3:24 UTC  (11+ messages)
` [PATCH 1/5] ASoC: dt-bindings: es8316: Document jack detect inversion
` [PATCH 2/5] ASoC: dt-bindings: qcom,sm8250: Add QCS6490 RubikPi3 sound card
` [PATCH 3/5] ASoC: qcom: qdsp6: q6prm: add the missing MCLK clock IDs
` [PATCH 4/5] ASoC: qcom: sc8280xp: Add per-card data
` [PATCH 5/5] arm64: dts: qcom: qcs6490-rubikpi3: Add audio support

[PATCH 0/6] ASoC: mediatek: tidyup details
 2026-06-08  1:25 UTC  (7+ messages)
` [PATCH 1/6] ASoC: mediatek: cleanup mtk_sof_dailink_parse_of() param
` [PATCH 2/6] ASoC: mediatek: mtk-soundcard-driver: tidyup set_card_codec_info()
` [PATCH 3/6] ASoC: mediatek: mtk-soundcard-driver: tidyup set_dailink_daifmt()
` [PATCH 4/6] ASoC: mediatek: mt8186-mt6366: tidyup mt8186_mt6366_card_set_be_link()
` [PATCH 5/6] ASoC: mediatek: mt8186-mt6366: use *dev in mt8186_mt6366_soc_card_probe()
` [PATCH 6/6] ASoC: mediatek: mt8365_mt6357: use *dev in mt8365_mt6357_gpio_probe()

[PATCH REQUEST] hda/realtek: Add fixup for HP Spectre x360 16-f1xxx (103c:891c, ALC245)
 2026-06-07 19:16 UTC 

[PATCH v2 0/2] ASoC: simple-card-utils: support system-clock-id DT property
 2026-06-07 14:38 UTC  (2+ messages)

TAS2781 on Lenovo Yoga Pro 9 16IMH9: DSP config not loaded at init, kernel or firmware fix?
 2026-06-07 11:18 UTC 

[PATCH] ASoC: dt-bindings: everest,es8389: Document audio graph port
 2026-06-07 10:58 UTC 

Creative Sound Blaster AE-9PE: ACM remains uninitialized / no headphone output; CA0132 second codec fails with error -16
 2026-06-07 10:02 UTC 

[PATCH v2] ALSA: es18xx: check control allocation before private data setup
 2026-06-07  9:45 UTC  (2+ messages)

[PATCH] ASoC: tas2783: Update loaded firmware names to linux-firmware 20260519
 2026-06-07  9:30 UTC  (2+ messages)
` [PATCH v2] "

[PATCH] ALSA: seq: Clear variable event pointer on read
 2026-06-07  7:24 UTC  (2+ messages)

[GIT PULL] sound fixes for 7.1-rc7
 2026-06-06 23:09 UTC  (2+ messages)

[PATCH] ALSA: pcm: Fix unlocked runtime state reads in xfer ioctls
 2026-06-06 16:18 UTC  (2+ messages)

[PATCH] ALSA: seq: Fix partial userptr event expansion
 2026-06-06 16:14 UTC  (2+ messages)

[PATCH 1/2] ALSA: timer: Forcibly close timer instances at closing
 2026-06-06 16:11 UTC  (2+ messages)
` [PATCH 2/2] ALSA: timer: Fix UAF at snd_timer_user_params()

[PATCH] ASoC: mediatek: mt8365: check suspend backup allocation
 2026-06-06  4:07 UTC 

[PATCH] ASoC: soc-core: Create device_link to ensure correct suspend order
 2026-06-05 16:32 UTC  (3+ messages)

[PATCH v2 00/10] Expand SoundWire enumeration helper coverage
 2026-06-05 16:10 UTC  (14+ messages)
` [PATCH v2 01/10] soundwire: Always wait for initialisation of unattached devices
` [PATCH v2 02/10] ASoC: wsa881x: Use new SoundWire enumeration helper
` [PATCH v2 03/10] mfd: cs42l43: "
` [PATCH v2 04/10] ASoC: rt5682: "
` [PATCH v2 05/10] ASoC: pm4125: "
` [PATCH v2 06/10] ASoC: wcd937x: "
` [PATCH v2 07/10] ASoC: wcd938x: "
` [PATCH v2 08/10] ASoC: wcd939x: "
` [PATCH v2 09/10] ASoC: SDCA: "
` [PATCH v2 10/10] ASoC: cs35l56: Remove unnecessary conditionals waiting for enumeration

[PATCH 0/2] ASoC: qcom: Refactor of_xlate_dai_name into common helper
 2026-06-05 12:23 UTC  (6+ messages)
` [PATCH 1/2] ASoC: qcom: Add generic of_xlate_dai_name helper to common
` [PATCH 2/2] ASoC: qcom: lpass-cpu: Use asoc_qcom_of_xlate_dai_name helper

[PATCH v4 0/3] ALSA: usb-audio: Add QUIRK_FLAG_MIXER_GET_CUR_BROKEN
 2026-06-05 12:05 UTC  (4+ messages)

[PATCH 0/13] ASoC: qcom: Add QAIF driver for Shikra audio platform
 2026-06-05 11:27 UTC  (21+ messages)
` [PATCH 1/13] dt-bindings: sound: Add Qualcomm QAIF DAI ID header
` [PATCH 2/13] dt-bindings: sound: Add Qualcomm QAIF binding
` [PATCH 3/13] MAINTAINERS: Add Qualcomm QAIF driver entry
` [PATCH 4/13] ASoC: qcom: Add QAIF hardware register map
` [PATCH 5/13] ASoC: qcom: Add QAIF shared data structures and variant interface
` [PATCH 6/13] ASoC: qcom: Add QAIF CIF (CDC DMA) DAI ops
` [PATCH 7/13] ASoC: qcom: Add QAIF AIF "
` [PATCH 8/13] ASoC: qcom: Add generic of_xlate_dai_name helper to common
` [PATCH 9/13] ASoC: qcom: lpass-cpu: Use asoc_qcom_of_xlate_dai_name helper
` [PATCH 10/13] ASoC: qcom: Add QAIF regmap, DT parsing and platform init
` [PATCH 11/13] ASoC: qcom: Add QAIF PCM operations
` [PATCH 12/13] ASoC: qcom: Add QAIF IRQ handling, suspend/resume and platform register
` [PATCH 13/13] ASoC: qcom: Add Shikra QAIF support

[PATCH v2 4/4] ALSA: usb-audio: qcom: Use PAGE_ALIGN macro for buffer size calculation
 2026-06-05 11:15 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: qcom: Initialize offload control return value
 2026-06-05 11:14 UTC  (2+ messages)

[PATCH 0/2] ASoC: Use codec_info_list.is_amp directly in find_acpi_adr_device()
 2026-06-05 10:18 UTC  (3+ messages)
` [PATCH 1/2] ASoC: soc_sdw_utils: add is_amp flag to all amps
` [PATCH 2/2] ASoC: SOF: Intel: Use codec_info_list.is_amp directly

[PATCH] ALSA: seq: dummy: fix UMP event stack overread
 2026-06-05  8:09 UTC  (2+ messages)

[PATCH v3 00/10] ASoC: renesas: fsi: Fix system hang by adding SPU clock
 2026-06-05  7:26 UTC  (4+ messages)
` [PATCH v3 04/10] ASoC: renesas: fsi: Fix register access from in-flight IRQ after shutdown

[REGRESSION] Speaker pop/chirp on Meteor Lake ALC287 (17aa:231e) -- 6.12.73 to 6.12.85
 2026-06-05  7:14 UTC  (12+ messages)

[PATCH v7 0/8] lan966x pci device: Add support for SFPs, PCI part
 2026-06-05  6:37 UTC  (2+ messages)

[PATCH] ALSA: pcm: keep linked runtime alive while draining
 2026-06-05  6:24 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