Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2024-10-11 13:31:23 to 2024-10-16 10:24:24 UTC [more...]

[PATCH 00/11] ASoC/soundwire: add initial support for SDCA
 2024-10-16 10:23 UTC  (12+ messages)
` [PATCH 01/11] soundwire: sdw_intel: include linux/acpi.h
` [PATCH 02/11] ASoC/soundwire: remove sdw_slave_extended_id
` [PATCH 03/11] ASoC: SDCA: add initial module
` [PATCH 04/11] soundwire: slave: lookup SDCA version and functions
` [PATCH 05/11] ASoC: SDCA: add quirk function for RT712_VB match
` [PATCH 06/11] ASoC: rt712-sdca: detect the SMART_MIC function during the probe stage
` [PATCH 07/11] ASoC: soc-acpi: introduce new 'machine check' callback
` [PATCH 08/11] ASoC: sdw_utils: add SmartMic DAI for RT712 VB
` [PATCH 09/11] ASoC: sdw_utils: add SmartMic DAI for RT713 VB
` [PATCH 10/11] ASoC: Intel: soc-acpi: add is_device_rt712_vb() helper
` [PATCH 11/11] ASoC: SOF: Intel: hda: use machine_check() for SoundWire

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-16  9:36 UTC  (20+ messages)
` [PATCH 01/13] PCI: Prepare removing "
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()
` [PATCH 03/13] drivers/xen: Use never-managed version of pci_intx()
` [PATCH 04/13] net/ethernet: "
` [PATCH 05/13] net/ntb: "
` [PATCH 06/13] misc: "
` [PATCH 07/13] vfio/pci: "
` [PATCH 08/13] PCI: MSI: "
` [PATCH 09/13] ata: Use always-managed "
` [PATCH 10/13] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH 11/13] HID: amd_sfh: Use "
` [PATCH 12/13] Remove devres from pci_intx()
` [PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()

No sound on speakers X1 Carbon Gen 12
 2024-10-16  9:21 UTC  (2+ messages)

[PATCH] ALSA: hda/conexant - Use cached pin control for Node 0x1d on HP EliteOne 1000 G2
 2024-10-16  8:30 UTC  (2+ messages)

[PATCH v2] ALSA: hda/conexant - Fix audio routing for HP EliteOne 1000 G2
 2024-10-16  8:14 UTC  (6+ messages)

[PATCH v8 1/3] regulator: dt-bindings: mt6323: Convert to DT schema
 2024-10-16  8:02 UTC  (8+ messages)
` [PATCH v8 3/3] dt-bindings: mfd: mediatek: mt6397: Convert to DT schema format
  ` (subset) "

[PATCH] ASoC: loongson: make loongson-i2s.o a separate module
 2024-10-16  8:02 UTC  (4+ messages)

[PATCH v5 0/5] Support system sleep with offloaded usb transfers
 2024-10-16  7:40 UTC  (15+ messages)
` [PATCH v5 1/5] usb: dwc3: separate dev_pm_ops for each pm_event
` [PATCH v5 2/5] usb: xhci-plat: "
` [PATCH v5 3/5] usb: add apis for sideband usage tracking
` [PATCH v5 4/5] xhci: sideband: add api to trace sideband usage
` [PATCH v5 5/5] usb: host: enable sideband transfer during system sleep

[PATCH] ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
 2024-10-16  3:40 UTC 

[PATCH 0/4] ASoC/SoundWire: clean up link DMA during stop for IPC4
 2024-10-16  3:29 UTC  (5+ messages)
` [PATCH 1/4] ASoC: SOF: ipc4-topology: Do not set ALH node_id for aggregated DAIs
` [PATCH 2/4] ASoC: SOF: Intel: hda: Handle prepare without close for non-HDA DAI's
` [PATCH 3/4] soundwire: intel_ace2x: Send PDI stream number during prepare
` [PATCH 4/4] ASoC: SOF: Intel: hda: Always clean up link DMA during stop

[PATCH] ASoC: Intel: soc-acpi: lnl: Add match entry for TM2 laptops
 2024-10-16  3:07 UTC 

[PATCH 0/4] ASoC: add support for some new Lenovo laptops with
 2024-10-16  3:03 UTC  (5+ messages)
` [PATCH 1/4] ASoC: sdw_utils: Add support for exclusion DAI quirks
` [PATCH 2/4] ASoC: sdw_utils: Add a quirk to allow the cs42l43 mic DAI to be ignored
` [PATCH 3/4] ASoC: Intel: sof_sdw: Add quirk for cs42l43 system using host DMICs
` [PATCH 4/4] ASoC: Intel: sof_sdw: Add quirks for some new Lenovo laptops

[PATCH] ASoC: makes snd_soc_set_runtime_hwparams() inline
 2024-10-16  1:35 UTC 

[PATCH] ASoC: mediatek: mt8188: remove unnecessary variable assignment
 2024-10-16  1:18 UTC 

[PATCH 0/3] ASoC: Rename "sh" to "renesas"
 2024-10-16  1:15 UTC  (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] ASoC: renesas, rsnd: Update file path
` [PATCH 3/3] ASoC: audio-graph-card2: Update comment with renamed "

[PATCH v29 00/33] Introduce QC USB SND audio offloading support
 2024-10-15 21:29 UTC  (34+ messages)
` [PATCH v29 01/33] xhci: support setting interrupt moderation IMOD for secondary interrupters
` [PATCH v29 02/33] xhci: add helper to stop endpoint and wait for completion
` [PATCH v29 03/33] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v29 04/33] xhci: sideband: add initial api to register a sideband entity
` [PATCH v29 05/33] usb: xhci: xhci-sideband: Set IMOD for xHCI sideband clients
` [PATCH v29 06/33] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v29 07/33] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v29 08/33] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v29 09/33] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v29 10/33] ALSA: Add USB audio device jack type
` [PATCH v29 11/33] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v29 12/33] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v29 13/33] ALSA: usb-audio: Save UAC sample size information
` [PATCH v29 14/33] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v29 15/33] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v29 16/33] ASoC: usb: Add PCM format check API for "
` [PATCH v29 17/33] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v29 18/33] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v29 19/33] ASoC: doc: Add documentation for SOC USB
` [PATCH v29 20/33] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v29 21/33] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v29 22/33] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v29 23/33] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v29 24/33] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v29 25/33] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v29 26/33] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v29 27/33] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v29 28/33] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v29 29/33] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v29 30/33] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v29 31/33] ALSA: usb-audio: Add USB offload route kcontrol
` [PATCH v29 32/33] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v29 33/33] ASoC: usb: Rediscover USB SND devices on USB port add

[PATCH v7 0/9] of: property: add of_graph_get_next_port/port_endpoint()
 2024-10-15 18:54 UTC  (5+ messages)
` [PATCH v7 7/9] gpu: drm: omapdrm: use new of_graph functions

[PATCH] ASoC: amd: yc: Fix non-functional mic on ASUS E1404FA
 2024-10-15 15:41 UTC  (2+ messages)

something went wrong with USB iJack data in kernel 6.x
 2024-10-15 14:39 UTC  (5+ messages)

[PATCH] mfd: cs42l43: Disable IRQs during suspend
 2024-10-15 14:34 UTC  (3+ messages)

[RFC PATCH v1 22/57] sound: Remove PAGE_SIZE compile-time constant assumption
 2024-10-15 11:35 UTC  (7+ messages)

[PATCH] Use card->dev in replace of the &pdev->dev argument in the dev_err function
 2024-10-15  7:49 UTC 

[PATCH] ASoC: fix code redundancy in sound/soc/soc-dapm.c
 2024-10-15  7:08 UTC 

[PATCH RESEND 0/4] ALSA/hda: intel-sdw-acpi: add support for sdw-manager-list property read
 2024-10-15  5:54 UTC  (2+ messages)

[PATCH] ASoC: fix code redundancy in sound/soc/soc-core.c
 2024-10-15  3:17 UTC 

[PATCH v28 00/33] Introduce QC USB SND audio offloading support
 2024-10-15  1:31 UTC  (4+ messages)

[PATCH v4 00/13] ASoC: remove dpcm_xxx flags
 2024-10-15  0:56 UTC  (14+ messages)
` [PATCH v4 01/13] ASoC: amd: "
` [PATCH v4 02/13] ASoC: fsl: "
` [PATCH v4 03/13] ASoC: sof: "
` [PATCH v4 04/13] ASoC: intel: "
` [PATCH v4 05/13] ASoC: samsung: "
` [PATCH v4 06/13] ASoC: mediatek: "
` [PATCH v4 07/13] ASoC: soc-core: "
` [PATCH v4 08/13] ASoC: soc-compress: "
` [PATCH v4 09/13] ASoC: soc-topology: "
` [PATCH v4 10/13] ASoC: intel: boards: "
` [PATCH v4 11/13] ASoC: soc-pcm: "
` [PATCH v4 12/13] ASoC: doc: "
` [PATCH v4 13/13] ASoC: soc-pcm: merge DPCM and non-DPCM validation check

[PATCH] ASoC: rsnd: Refactor port handling with helper for endpoint node selection
 2024-10-15  0:10 UTC  (2+ messages)

[PATCH] ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing
 2024-10-14 23:49 UTC  (5+ messages)

[PATCH v3 00/16] timers: Cleanup delay/sleep related mess
 2024-10-14 16:22 UTC  (3+ messages)
` [PATCH v3 12/16] iopoll/regmap/phy/snd: Fix comment referencing outdated timer documentation
` (subset) [PATCH v3 00/16] timers: Cleanup delay/sleep related mess

[PATCH v2 RESEND] MAINTAINERS: Update maintainer list for MICROCHIP ASOC, SSC and MCP16502 drivers
 2024-10-14 11:52 UTC  (3+ messages)

[PATCH v4 0/7] ASoC: fsl: add memory to memory function for ASRC
 2024-10-14 10:07 UTC  (2+ messages)

[PATCH] ALSA: hda: Fix all stream interrupts definition
 2024-10-14 10:01 UTC  (2+ messages)

[RFC PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-14  9:12 UTC  (6+ messages)
` [RFC PATCH 01/13] PCI: Prepare removing "

[PATCH] ASoC: fsl_micfil: Add sample rate constraint
 2024-10-14  5:38 UTC 

[PATCH 0/2] ALSA: emu10k1: hide MPU-401 ports for Audigy Rx
 2024-10-13 10:04 UTC  (5+ messages)
` [PATCH 1/2] ALSA: emu10k1: add a capability bit for no MIDI
` [PATCH 2/2] ALSA: emu10k1: hide ext. MIDI ports for Audigy Rx

[PATCH] ASoC: qcom: Select missing common Soundwire module code on SDM845
 2024-10-12 12:50 UTC  (2+ messages)

[PATCH] ASoC: loongson: Fix build warning when !CONFIG_PCI
 2024-10-12 12:50 UTC  (2+ messages)

[PATCH 0/2] ASoC/SoundWire: Simply interrupt enabling for Intel
 2024-10-12 12:50 UTC  (2+ messages)

[PATCH 0/2] ASoC: imx-card: add cs42888 codec support
 2024-10-12 12:50 UTC  (2+ messages)

[PATCH AUTOSEL 6.11 02/16] ASoC: amd: yc: Add quirk for HP Dragonfly pro one
 2024-10-12 11:26 UTC  (5+ messages)
` [PATCH AUTOSEL 6.11 03/16] ASoC: codecs: lpass-rx-macro: add missing CDC_RX_BCL_VBAT_RF_PROC2 to default regs values
` [PATCH AUTOSEL 6.11 04/16] ASoC: fsl_sai: Enable 'FIFO continue on error' FCONT bit
` [PATCH AUTOSEL 6.11 08/16] ALSA: hda: fix trigger_tstamp_latched
` [PATCH AUTOSEL 6.11 12/16] ASoC: qcom: sm8250: add qrb4210-rb2-sndcard compatible string

[PATCH v2] ASoC: qcom: sc7280: Fix missing Soundwire runtime stream alloc
 2024-10-12 10:11 UTC 

[PATCH] ASoC: qcom: sc7280: Fix missing Soundwire runtime stream alloc
 2024-10-12  9:55 UTC  (3+ messages)

[PATCH RFC 0/5] drm: add DRM HDMI Codec framework
 2024-10-12  8:15 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: fsl_mqs: Support accessing registers by scmi interface
 2024-10-12  5:52 UTC 

[PATCH] ASoC: qcom: sdm845: add missing soundwire runtime stream alloc
 2024-10-11 15:38 UTC  (5+ messages)

[PATCH 1/2] ASoC: mediatek: mt8188: Remove unnecessary variable assignments
 2024-10-11 15:23 UTC  (2+ messages)
` (subset) "

[PATCH V2][next] ASoC: rt722-sdca: Remove logically deadcode in rt722-sdca.c
 2024-10-11 15:23 UTC  (2+ messages)

[PATCH v2] ASoC: rsnd: Fix probe failure on HiHope boards due to endpoint parsing
 2024-10-11 13:57 UTC  (3+ messages)


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