public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 21:51:05 to 2026-03-25 14:43:05 UTC [more...]

[PATCH v6 00/27] lan966x pci device: Add support for SFPs
 2026-03-25 14:35 UTC  (24+ messages)
` [PATCH v6 01/27] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v6 02/27] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v6 03/27] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v6 04/27] bus: simple-pm-bus: Remove child devices when the bus is unbound
` [PATCH v6 05/27] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v6 06/27] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v6 07/27] drivers: core: Use fw_devlink_set_device()
` [PATCH v6 08/27] pinctrl: cs42l43: "
` [PATCH v6 09/27] cxl/test: Use device_set_node()
` [PATCH v6 10/27] cxl/test: Use fw_devlink_set_device()
` [PATCH v6 11/27] PCI: of: "
` [PATCH v6 12/27] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v6 13/27] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v6 14/27] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v6 15/27] i2c: mux: Set adapter physical device
` [PATCH v6 16/27] i2c: mux: Create missing devlink between mux and "
` [PATCH v6 17/27] of: property: Allow fw_devlink device-tree on x86
` [PATCH v6 18/27] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v6 19/27] i2c: busses: at91: "
` [PATCH v6 20/27] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v6 21/27] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v6 22/27] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v6 23/27] PCI: Add Microchip LAN9662 PCI Device ID

[PATCH 0/2] ASoC: adau1372: Fix error handling in adau1372_set_power()
 2026-03-25 14:25 UTC  (4+ messages)
` [PATCH 1/2] ASoC: adau1372: Fix unchecked clk_prepare_enable() return value
` [PATCH 2/2] ASoC: adau1372: Fix clock leak on PLL lock failure

[PATCH v2 2/2] ASoC: SDCA: fix finding wrong entity
 2026-03-25 14:23 UTC  (3+ messages)

(re)use and (re)definition of snd_pcm_hw_params->fifo_size for 'jumpy DMA'
 2026-03-25 14:08 UTC  (10+ messages)

[PATCH] ASoC: SDCA: Write init table on function status IRQ
 2026-03-25 13:35 UTC  (5+ messages)

[PATCH v3 00/14] ASoC: tegra: Add error logging for probe and callback failures
 2026-03-25 13:11 UTC  (21+ messages)
` [PATCH v3 01/14] ASoC: tegra: Use dev_err_probe() in tegra186_asrc probe
` [PATCH v3 02/14] ASoC: tegra: Use dev_err_probe() in tegra186_dspk probe
` [PATCH v3 03/14] ASoC: tegra: Add error logging in tegra210_admaif driver
` [PATCH v3 04/14] ASoC: tegra: Add error logging in tegra210_adx driver
` [PATCH v3 05/14] ASoC: tegra: Use dev_err_probe() in tegra210_ahub probe
` [PATCH v3 06/14] ASoC: tegra: Add error logging in tegra210_amx driver
` [PATCH v3 07/14] ASoC: tegra: Use dev_err_probe() in tegra210_dmic probe
` [PATCH v3 08/14] ASoC: tegra: Add error logging in tegra210_i2s driver
` [PATCH v3 09/14] ASoC: tegra: Use dev_err_probe() in OPE, PEQ and MBDRC drivers
` [PATCH v3 10/14] ASoC: tegra: Use dev_err_probe() in tegra210_mixer probe
` [PATCH v3 11/14] ASoC: tegra: Use dev_err_probe() in tegra210_mvc probe
` [PATCH v3 12/14] ASoC: tegra: Use dev_err_probe() in tegra210_sfc probe
` [PATCH v3 13/14] ASoC: tegra: Use dev_err_probe() in tegra_asoc_machine probe
` [PATCH v3 14/14] ASoC: tegra: Use dev_err_probe() in tegra_audio_graph_card probe

[PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga 7 2-in-1 14AKP10
 2026-03-25 12:26 UTC 

[PATCH v7 00/13] ASoC: qcom: q6dsp: few fixes and enhancements
 2026-03-25 11:56 UTC  (24+ messages)
` [PATCH v7 01/13] ASoC: qcom: q6apm: move component registration to unmanaged version
` [PATCH v7 02/13] ASoC: qcom: q6apm: remove child devices when apm is removed
` [PATCH v7 03/13] ASoC: qcom: qdsp6: topology: check widget type before accessing data
` [PATCH v7 04/13] ASoC: qcom: q6apm-lpass-dai: Fix multiple graph opens
` [PATCH v7 05/13] ASoC: qcom: q6apm-dai: reset queue ptr on trigger stop
` [PATCH v7 06/13] ASoC: dt-bindings: qcom: add LPASS LPI MI2S dai ids
` [PATCH v7 07/13] ASoC: qcom: qdsp6: lpass-ports: add support for LPASS LPI MI2S dais
` [PATCH v7 08/13] ASoC: qcom: q6dsp: Add Senary MI2S audio interface support
` [PATCH v7 09/13] ASoC: qcom: common: validate cpu dai id during parsing
` [PATCH v7 10/13] ASoC: qcom: qdapm-lpass-dai: correct the error message
` [PATCH v7 11/13] ASoC: qcom: q6apm-lpass-dai: move graph start to trigger
` [PATCH v7 12/13] ASoC: qcom: qdsp6: remove search for module iid in hot path
` [PATCH v7 13/13] ASoC: qcom: q6apm: Add support for early buffer mapping on DSP

[PATCH 0/2] soundwire: remove unnecessary scale_index programming
 2026-03-25 11:41 UTC  (3+ messages)
` [PATCH 1/2] soundwire: don't program SDW_SCP_BUSCLOCK_SCALE on a unattached Peripheral
` [PATCH 2/2] soundwire: record Peripheral scale_index

[PATCH] ASoC: dt-bindings: rockchip: Convert rockchip-max98090.txt to yaml
 2026-03-25 11:36 UTC  (2+ messages)

[PATCH] soundwire: intel_ace2x: release bpt_stream when close it
 2026-03-25 11:28 UTC 

[PATCH 1/2] ASoC: dt-bindings: mediatek,mt2701-wm8960: Correctly use additionalProperties
 2026-03-25 11:08 UTC  (2+ messages)
` [PATCH 2/2] ASoC: dt-bindings: mediatek: Adjust style of blocks placement

[PATCH 1/2] ASoC: SDCA: remove the max count of initialization table
 2026-03-25 10:58 UTC  (4+ messages)

[PATCH 2/2] ASoC: SDCA: fix finding wrong entity
 2026-03-25 10:51 UTC  (3+ messages)

[PATCH] dt-bindings: sound: mediatek,mt8173-rt5650-rt5514: convert to DT schema
 2026-03-25  9:07 UTC  (2+ messages)

[PATCH v2] ASoC: Intel: boards: fix unmet dependency on PINCTRL
 2026-03-25  8:11 UTC  (2+ messages)

[PATCH v2] ASoC: dt-bindings: imx-card: Add dsp_a DAI format
 2026-03-25  8:06 UTC  (6+ messages)
  `  "

[PATCH v2 0/7] Renesas: dmaengine and ASoC fixes
 2026-03-25  8:02 UTC  (3+ messages)
` [PATCH v2 6/7] ASoC: renesas: rz-ssi: Use generic PCM dmaengine APIs

[PATCH v1] ASoC: qcom: audioreach: explicitly enable speaker protection modules
 2026-03-25  7:30 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: Add iface reset and delay quirk for AB17X USB Audio
 2026-03-25  6:26 UTC 

[PATCH 0/2] ASoC: Add flag to ignore 0Hz sysclk requests
 2026-03-25  5:27 UTC  (7+ messages)
` [PATCH 1/2] ASoC: simple-card-utils: add ignore_zero_sysclk flag

[PATCH] ALSA: core: Validate compress device numbers without dynamic minors
 2026-03-25  5:24 UTC 

[PATCH] ASOC: sh7760: Fix silence sparse warnings caused by the cam_pcm_data
 2026-03-25  2:28 UTC  (2+ messages)
` [PATCH v2] ASoC: renesas: Fix non-static global variable

[PATCH] ASOC: avs: Fix a sparse warnings for incorrect type in argument
 2026-03-25  2:17 UTC  (2+ messages)
` [PATCH v2] ASoC: intel: avs: Fix type mismatch in variable assignment

[PATCH] ALSA: core/seq: Optimize the return logic in cc_ev_to_ump_midi2
 2026-03-25  1:51 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/22] ASoC: rsnd: Add audio support for the Renesas RZ/G3E SoC
 2026-03-25  1:45 UTC  (29+ messages)
` [PATCH 09/22] ASoC: rsnd: Add RZ/G3E SoC probing and register map
` [PATCH 10/22] ASoC: rsnd: Add DMA support infrastructure for RZ/G3E
` [PATCH 11/22] ASoC: rsnd: ssui: Add RZ/G3E SSIU BUSIF support
` [PATCH 12/22] ASoC: rsnd: Update SSI for RZ/G3E support
` [PATCH 14/22] ASoC: rsnd: adg: Add per-SSI ADG and SSIF supply clock management
` [PATCH 16/22] ASoC: rsnd: Export module getters for PM support
` [PATCH 17/22] ASoC: rsnd: Add system suspend/resume support

[PATCH] ASoC: fsl: mpc5200_dma: Convert to devm_ioremap()
 2026-03-24 22:45 UTC 

[PATCH] ASoC: samsung: spdif: Convert to devm_ioremap_resource()
 2026-03-24 22:39 UTC 

[PATCH] ASoC: ep93xx: Fix unchecked clk_prepare_enable() and add rollback on failure
 2026-03-24 21:09 UTC 

[PATCH] ASoC: kirkwood: Fix clock error handling in probe
 2026-03-24 20:55 UTC 

[PATCH v3 0/2] usb: offload: Decouple interrupter lifecycle and refactor usage tracking
 2026-03-24 20:38 UTC  (3+ messages)
` [PATCH v3 1/2] usb: core: use dedicated spinlock for offload state
` [PATCH v3 2/2] usb: host: xhci-sideband: delegate offload_usage tracking to class drivers

[PATCH] ALSA: seq_oss: return full count for successful SEQ_FULLSIZE writes
 2026-03-24 19:59 UTC 

[PATCH 0/2] Add SPDIF support to RK3576
 2026-03-24 19:53 UTC  (2+ messages)
` (subset) "

[PATCH v4] ASoC: SOF: sof-audio: pcm_id is __le32
 2026-03-24 19:48 UTC  (2+ messages)

[PATCH v2 1/2] ASoC: uda1380: fix missing return value checks for I2C operations The driver currently ignores the return values of several I2C operations during register writes, which could lead to silent failures and inconsistent device state
 2026-03-24 15:04 UTC  (2+ messages)

[PATCH v2] ASoC: sdw_utils: add vendor_id to asoc_sdw_codec_info
 2026-03-24 13:17 UTC  (3+ messages)

[PATCH] ASoC: codecs: wcd934x: fix typo in dt parsing
 2026-03-24 13:09 UTC  (3+ messages)

[PATCH] ASoC: dt-bindings: stm32: Fix incorrect compatible string in stm32h7-sai match
 2026-03-24 12:58 UTC  (5+ messages)

[PATCH] ASoC: amd: yc: Add MSI Thin A15 B7VF to quirk table
 2026-03-24 13:29 UTC  (2+ messages)

[PATCH v5] ASoC: SOF: sof-audio: pcm_id is __le32
 2026-03-24 13:53 UTC  (2+ messages)

[PATCH] ASoC: SOF: Intel: hda: Place check before dereference
 2026-03-24 17:38 UTC 

[PATCH] ASoC: Intel: ehl_rt5660: remove unused macro definitions
 2026-03-24 16:34 UTC 

[PATCH v1 2/4] ASoC: tac5xx2-sdw: add soundwire based codec driver
 2026-03-24 15:40 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH v2 2/2] ASoC: uda1380: use dev_err() and %pe for better error reporting
 2026-03-24 14:51 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Allow factory calibration through ALSA controls
 2026-03-24 14:40 UTC  (4+ messages)

[RESEND v4] ASoC: SOF: sof-audio: pcm_id is __le32
 2026-03-24 13:49 UTC  (3+ messages)

[PATCH 0/7] slimbus: qcom-ngd-ctrl: Fix some race conditions and deadlocks
 2026-03-24  6:32 UTC  (5+ messages)
` [PATCH 3/7] slimbus: qcom-ngd-ctrl: Correct PDR and SSR cleanup ownership

[PATCH v2] ASoC: update outdated comments for removed snd_soc_new_pcms()
 2026-03-24  4:14 UTC  (2+ messages)
` [PATCH v3] "

[PATCH v1 1/4] ASoC: sdw_utils: add vendor_id to asoc_sdw_codec_info
 2026-03-24  3:36 UTC  (3+ messages)

[PATCH v8 00/10] ASoC: mediatek: Add support for MT8196 SoC
 2026-03-24  1:56 UTC  (11+ messages)
` [PATCH v8 01/10] ASoC: mediatek: common: modify mtk afe platform driver for mt8196
` [PATCH v8 02/10] ASoC: mediatek: mt8196: add common header
` [PATCH v8 03/10] ASoC: mediatek: mt8196: support audio clock control
` [PATCH v8 04/10] ASoC: mediatek: mt8196: support ADDA in platform driver
` [PATCH v8 05/10] ASoC: mediatek: mt8196: support I2S "
` [PATCH v8 06/10] ASoC: mediatek: mt8196: support TDM "
` [PATCH v8 07/10] ASoC: dt-bindings: mediatek,mt8196-afe: add audio AFE
` [PATCH v8 08/10] ASoC: mediatek: mt8196: add platform driver
` [PATCH v8 09/10] ASoC: dt-bindings: mediatek,mt8196-nau8825: Add audio sound card
` [PATCH v8 10/10] ASoC: mediatek: mt8196: add machine driver with nau8825

[PATCH] ASoC: sun4i-spdif: Make reset control non-optional and check for all errors
 2026-03-24  0:12 UTC  (3+ messages)

[PATCH] slimbus: qcom-ngd: fix NULL pointer dereference in qcom_slim_ngd_xfer_msg()
 2026-03-24  0:24 UTC  (2+ messages)

[PATCH v2] ASoC: generic: update outdated comment for removed soc_bind_dai_link()
 2026-03-23 18:01 UTC  (2+ messages)

[PATCH] ASoC: wm_adsp: select CONFIG_SND_SOC_WM_ADSP from all users
 2026-03-23 14:37 UTC  (2+ messages)

[PATCH] ASoC: Intel: catpt: Fix the device initialization
 2026-03-23 17:33 UTC  (2+ messages)

[PATCH v3] ASoC: soc-topology: fix __le32 conversion in printed values
 2026-03-23 19:32 UTC  (2+ messages)

[PATCH v6 00/13] ASoC: qcom: q6dsp: few fixes and enhancements
 2026-03-23 21:54 UTC  (4+ messages)
` [PATCH v6 13/13] ASoC: qcom: q6apm: Add support for early buffer mapping on DSP

[PATCH v1 4/4] ASoC: tac5xx2-sdw: ACPI match for Intel mtl platform
 2026-03-23 21: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