Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2025-05-15 14:24:40 to 2025-05-22 05:51:48 UTC [more...]

[PATCH 2/2] ASoC: codecs: add support for ES8375
 2025-05-22  5:46 UTC 

[PATCH v2 0/6] Use helper function for_each_child_of_node_scoped()
 2025-05-22  5:02 UTC  (7+ messages)
` [PATCH v2 1/6] ASoC: ppc: "
` [PATCH v2 2/6] ASoC: aoa: "
` [PATCH v2 3/6] ASoC: renesas: "
` [PATCH v2 4/6] ASoC: meson: "
` [PATCH v2 5/6] ASoC: imx-card: "
` [PATCH v2 6/6] ASoC: qcom: "

[PATCH RFC 0/3] ASoC: audio-graph-card2: support explicitly disabled links
 2025-05-22  1:19 UTC  (14+ messages)
` [PATCH RFC 1/3] ASoC: re-introduce disable_route_checks flag for OF routes
` [PATCH RFC 2/3] ASoC: audio-graph-card2: support explicitly disabled links
` [PATCH RFC 3/3] ASoC: generic: add more sample DTSIs for audio-graph-card2

[PATCH 0/6] Use helper function for_each_child_of_node_scoped()
 2025-05-21 23:43 UTC  (12+ messages)
` [PATCH 1/6] ASoC: ppc: "
` [PATCH 2/6] ASoC: aoa: "
` [PATCH 3/6] ASoC: renesas: "
` [PATCH 4/6] ASoC: meson: "
` [PATCH 5/6] ASoC: imx-card: "
` [PATCH 6/6] ASoC: qcom: "

[PATCH] ALSA: hda/tegra: Switch to two-argument strscpy()
 2025-05-21 20:17 UTC  (2+ messages)

[PATCH] ALSA: hda - Add new driver for HDA controllers listed via ACPI
 2025-05-21 20:17 UTC  (15+ messages)
  ` [PATCH v2] "
    ` [PATCH v3] "
      ` [PATCH v4] "
      ` [PATCH v5] "

[PATCH v2] ASoC: dt-bindings: audio-graph-card2: add missing mic-det-gpios
 2025-05-21 16:49 UTC  (3+ messages)

[PATCH] ASoC: Intel: sof_sdw: Add support for wclrvp & ocelot in WCL platform
 2025-05-21 14:30 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: qcom: fix USB_XHCI dependency
 2025-05-21 13:56 UTC  (4+ messages)

[PATCH] [v2] ALSA: usb-audio: qcom: fix USB_XHCI dependency
 2025-05-21 13:55 UTC 

[PATCH 0/3] ALSA: qc_audio_offload: address space cleanups
 2025-05-21 12:33 UTC  (3+ messages)

[PATCH 0/2] ASoC: codecs: add support for ES8375
 2025-05-21 11:59 UTC  (6+ messages)
` [PATCH 1/2] ASoC: dt-bindings: Add Everest ES8375 audio CODEC
` [PATCH 2/2] ASoC: codecs: add support for ES8375

[RFC PATCH v2] ASoC: soc-pcm: Optimize hw_params() BE DAI call
 2025-05-21 11:33 UTC  (6+ messages)

[PATCH] [v2] ALSA: hda/cs35l41_hda: select FW_CS_DSP
 2025-05-21 11:27 UTC  (3+ messages)

[PATCH] ALSA: hda/cs35l56: select FW_CS_DSP
 2025-05-20 16:22 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek - Add new HP ZBook laptop with micmute led fixup
 2025-05-20 14:09 UTC  (2+ messages)

[PATCH v1] ALSA: hda/realtek: Add support for HP Agusta using CS35L41 HDA
 2025-05-20 14:09 UTC  (2+ messages)

[PATCH AUTOSEL 6.14 601/642] ASoC: hdmi-codec: allow to refine formats actually supported
 2025-05-20 14:08 UTC  (3+ messages)

[PATCH] ALSA: amd7930: replace strcpy() with strscpy()
 2025-05-20 14:07 UTC  (2+ messages)

[PATCH v2 00/22] spi: sh-msiof: Transfer size improvements and I2S reuse
 2025-05-20 11:20 UTC  (26+ messages)
` [PATCH v2 01/22] spi: sh-msiof: Drop comma after OF match table sentinel
` [PATCH v2 02/22] spi: sh-msiof: Remove unneeded compatible values
` [PATCH v2 03/22] spi: sh-msiof: Fix maximum DMA transfer size
` [PATCH v2 04/22] spi: sh-msiof: Complete using dev in sh_msiof_spi_probe()
` [PATCH v2 05/22] spi: sh-msiof: Use bool for boolean flags
` [PATCH v2 06/22] spi: sh-msiof: Make words/bits unsigned in sh_msiof_spi_txrx_once()
` [PATCH v2 07/22] spi: sh-msiof: Make words/fs unsigned in FIFO helpers
` [PATCH v2 08/22] spi: sh-msiof: SITMDR1/SIRMDR1 bitfield conversion
` [PATCH v2 09/22] spi: sh-msiof: SITMDR2 and SIRMDR2 "
` [PATCH v2 10/22] spi: sh-msiof: SITSCR/SIRSCR "
` [PATCH v2 11/22] spi: sh-msiof: SICTR "
` [PATCH v2 12/22] spi: sh-msiof: SIFCTR "
` [PATCH v2 13/22] spi: sh-msiof: Correct SIMDR2_GRPMASK
` [PATCH v2 14/22] spi: sh-msiof: Add core support for dual-group transfers
` [PATCH v2 15/22] spi: sh-msiof: Correct RX FIFO size for R-Car Gen2
` [PATCH v2 16/22] spi: sh-msiof: Correct RX FIFO size for R-Car Gen3
` [PATCH v2 17/22] spi: sh-msiof: Increase TX FIFO size for R-Car V4H/V4M
` [PATCH v2 18/22] spi: sh-msiof: Simplify BRG's Division Ratio
` [PATCH v2 19/22] spi: sh-msiof: Double maximum DMA transfer size using two groups
` [PATCH v2 20/22] spi: sh-msiof: Document frame start sync pulse mode
` [PATCH v2 21/22] spi: sh-msiof: Move register definitions to <linux/spi/sh_msiof.h>
` [PATCH v2 22/22] ASoC: renesas: msiof: Convert "

[PATCH v1 0/2] Add sound card support for QCS9100 and QCS9075
 2025-05-20 11:05 UTC  (6+ messages)
` [PATCH v1 1/2] ASoC: dt-bindings: qcom,sm8250: Add QCS9100 and QCS9075 sound card
` [PATCH v1 2/2] ASoC: qcom: sc8280xp: Add sound card support for QCS9100 and QCS9075

[PATCH 0/9] ASoC: apple: mca: support simultaneous I2S capture on the frontend
 2025-05-20  9:20 UTC  (12+ messages)
` [PATCH 1/9] ASoC: apple: mca: Constrain channels according to TDM mask
` [PATCH 2/9] ASoC: apple: mca: use readx_poll_timeout to check for cluster reset
` [PATCH 3/9] ASoC: apple: mca: Move clock shutdown to backend shutdown
` [PATCH 4/9] ASoC: apple: mca: Separate data & clock port setup
` [PATCH 5/9] ASoC: apple: mca: Factor out mca_be_get_fe
` [PATCH 6/9] ASoC: apple: mca: Support FEs being clock consumers
` [PATCH 7/9] ASoC: apple: mca: Support capture on multiples BEs
` [PATCH 8/9] ASoC: apple: mca: Do not mark clocks in use for non-providers
` [PATCH 9/9] ASoC: apple: mca: Add delay after configuring clock
` (subset) [PATCH 0/9] ASoC: apple: mca: support simultaneous I2S capture on the frontend

[PATCH] ASoC: rt722: make regmap cache-only in probe
 2025-05-20  9:20 UTC  (4+ messages)

[PATCH v7 0/2] ASoC: codecs: add support for ES8389
 2025-05-20  9:20 UTC  (2+ messages)

[PATCH 0/1] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10
 2025-05-20  6:01 UTC  (3+ messages)
` [PATCH] "

[PATCH v9 00/12] This is continued work on Samsung S9(SM-9600) starqltechn
 2025-05-20  2:14 UTC  (2+ messages)
` (subset) "

[PATCH 0/1] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7 14ASP10
 2025-05-19 21:22 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH] ALSA: usb-audio: Kill timer properly at removal
 2025-05-19 21:20 UTC 

[PATCH v2 0/5] ASoC/SOF/PCI/Intel: add Wildcat Lake support
 2025-05-19 20:40 UTC  (7+ messages)
` [PATCH v2 1/5] PCI: Add Intel Wildcat Lake audio Device ID
` [PATCH v2 2/5] ALSA: hda: add HDMI codec ID for Intel WCL
` [PATCH v2 3/5] ASoC: SOF: Intel: add initial support for WCL
` [PATCH v2 4/5] ALSA: hda: intel-dsp-config: Add WCL support
` [PATCH v2 5/5] ALSA: hda: hda-intel: add Wildcat Lake support

[PATCH] ALSA: dbri: replace strcpy() with strscpy()
 2025-05-19 20:38 UTC  (2+ messages)

[PATCH v6 0/7] Add DAPM/ASoC helpers to create SDCA drivers
 2025-05-19 18:07 UTC  (9+ messages)
` [PATCH v6 1/7] ASoC: SDCA: Fix minor typo
` [PATCH v6 2/7] ASoC: SDCA: Remove regmap module macros
` [PATCH v6 3/7] ASoC: SDCA: Move allocation of PDE delays array
` [PATCH v6 4/7] ASoC: dapm: Add component level pin switches
` [PATCH v6 5/7] ASoC: SDCA: Create DAPM widgets and routes from DisCo
` [PATCH v6 6/7] ASoC: SDCA: Create ALSA controls "
` [PATCH v6 7/7] ASoC: SDCA: Create DAI drivers "

[PATCH v5 0/6] Add DAPM/ASoC helpers to create SDCA drivers
 2025-05-19 17:53 UTC  (8+ messages)
` [PATCH v5 4/6] ASoC: SDCA: Create DAPM widgets and routes from DisCo

[PATCH] ALSA: n64: Replace deprecated strcpy() with strscpy()
 2025-05-19 15:50 UTC  (2+ messages)

[PATCH] ASoC: qcom: sdm845: Add error handling in sdm845_slim_snd_hw_params()
 2025-05-19 11:00 UTC  (2+ messages)

[PATCH 0/5] ASoC/SOF/PCI/Intel: add Wildcat Lake support
 2025-05-19  6:18 UTC  (4+ messages)
` [PATCH 1/5] PCI: pci_ids: add INTEL_HDA_WCL

FW: Request for help: How to upgrade a sound driver from kernel 4.14 to 6.6
 2025-05-17 13:28 UTC 

[PATCH v6 0/6] ASoC: wcd938x: enable t14s audio headset
 2025-05-17  5:57 UTC  (3+ messages)
` [PATCH v6 6/6] arm64: dts: qcom: x1e78100-t14s: Enable audio headset support
  ` (subset) "

[PATCH] ASoC: fsl_xcvr: update platform driver name
 2025-05-16 18:09 UTC  (3+ messages)

[PATCH] ASoC: soc-utils: Check string pointer validity in snd_soc_dlc_is_dummy()
 2025-05-16 18:09 UTC  (3+ messages)

[PATCH] ASoC: amd: yc: Add quirk for Lenovo Yoga Pro 7 14ASP9
 2025-05-16 18:08 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.15-rc7
 2025-05-16 16:44 UTC  (2+ messages)

[PATCH v1 0/2] ASoC: Add Intel machine driver support for CS35L63
 2025-05-16 15:20 UTC  (3+ messages)
` [PATCH v1 1/2] ASoC: intel: sof_sdw: Add support for CS35L63 into machine driver
` [PATCH v1 2/2] ASoC: Intel: soc-acpi-intel-mtl-match: Add match for CDB35L63-CB2

[GIT PULL] ASoC fixes for v6.15-rc6
 2025-05-16 12:51 UTC  (2+ messages)

[Question] Sound card implementation - only codec to codec
 2025-05-16 12:26 UTC 

[PATCH v3 0/3] ASoC: remove component->id
 2025-05-16 10:58 UTC  (5+ messages)
` [PATCH v3 1/3] ASoC: qcom: use drvdata instead of component to keep id
` [PATCH v3 2/3] ASoC: soc-core: save ID if param was set in fmt_single_name()
` [PATCH v3 3/3] ASoC: remove component->id

restore auto-mute mode for Dell Chrome platform
 2025-05-16  9:32 UTC  (2+ messages)

[PATCH] ALSA: pcm: Fix race of buffer access at PCM OSS layer
 2025-05-16  8:08 UTC 

[PATCH v1 0/2] Add Support for three Acer laptops using CS35L41
 2025-05-16  7:59 UTC  (4+ messages)
` [PATCH v1 1/2] ALSA: hda/realtek: Add support for Acer Helios Laptops using CS35L41 HDA
` [PATCH v1 2/2] ALSA: hda: cs35l41: Fix swapped l/r audio channels for Acer Helios laptops

[PATCH] ALSA: usb: fcp: Use USB API functions rather than constants
 2025-05-16  7:57 UTC  (2+ messages)

[PATCH] ALSA: scarlett2: Use USB API functions rather than constants
 2025-05-16  7:57 UTC  (2+ messages)

[PATCH v2] ALSA: usb-audio: Rename Pioneer mixer channel controls
 2025-05-16  7:54 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: remove component->id
 2025-05-16  0:41 UTC  (4+ messages)
` [PATCH v2 1/3] ASoC: qcom: use drvdata instead of component to keep id

[PATCH v2 0/3] ASoC: mediatek: mt8183-afe-pcm: Shorten source code
 2025-05-15 14: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