Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2024-10-11 00:07:42 to 2024-10-15 21:30:07 UTC [more...]

[PATCH v29 00/33] Introduce QC USB SND audio offloading support
 2024-10-15 21:29 UTC  (25+ 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 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 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 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 17/33] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v29 19/33] ASoC: doc: Add documentation for SOC USB
` [PATCH v29 21/33] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [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 v8 1/3] regulator: dt-bindings: mt6323: Convert to DT schema
 2024-10-15 20:31 UTC  (5+ messages)
` [PATCH v8 3/3] dt-bindings: mfd: mediatek: mt6397: Convert to DT schema format

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-15 19:53 UTC  (15+ 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()

[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)

[PATCH] ASoC: loongson: make loongson-i2s.o a separate module
 2024-10-15 15:09 UTC 

[PATCH v5 0/5] Support system sleep with offloaded usb transfers
 2024-10-15 14:43 UTC  (14+ 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

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)

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

[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  (27+ messages)
` [PATCH v28 15/32] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v28 16/32] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v28 18/32] ASoC: doc: Add documentation for SOC USB
` [PATCH v28 20/33] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v28 21/32] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v28 23/32] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v28 24/32] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v28 25/33] "
` [PATCH v28 26/32] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v28 26/33] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v28 27/33] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v28 27/32] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v28 28/33] "
` [PATCH v28 28/32] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v28 29/32] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v28 29/33] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v28 30/32] ALSA: usb-audio: Add USB offload route kcontrol
` [PATCH v28 30/33] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v28 31/33] ALSA: usb-audio: Add USB offload route kcontrol
` [PATCH v28 31/32] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v28 32/33] "
` [PATCH v28 32/32] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v28 33/33] "

[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  (8+ 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  (16+ messages)
` [RFC PATCH 01/13] PCI: Prepare removing "
` [RFC PATCH 02/13] ALSA: hda: hda_intel: Use always-managed version of pcim_intx()
` [RFC PATCH 13/13] Remove devres from pci_intx()

[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  (4+ messages)
` [PATCH 2/2] ASoC/SoundWire: Intel: lnl: enable interrupts after first power-up/before last power-down

[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)

[PATCH] ASoC: fsl_esai: change dev_warn to dev_dbg in irq handler
 2024-10-11 13:31 UTC  (3+ messages)

[PATCH][next] ASoC: max98388: Fix missing increment of variable slot_found
 2024-10-11 13:31 UTC  (2+ messages)

[PATCH] ASoC: codecs: Fix error check in es8323_i2c_probe
 2024-10-11 12:59 UTC  (2+ messages)

[PATCH] ASoC: amd: yc: Add quirk for ASUS Vivobook S15 M3502RA
 2024-10-11 11:06 UTC  (2+ messages)

[PATCH] ALSA: core: Remove unused copy_from_user_toio
 2024-10-11 10:57 UTC  (3+ messages)

[PATCH] ASoC: Intel: avs: Fix return status of avs_pcm_hw_constraints_init()
 2024-10-11 10:34 UTC  (4+ messages)

[PATCH v1] Upload dsp firmware for ASUS laptop 1EB30 & 1EB31 and Update WHENCE for both
 2024-10-11  9:23 UTC  (6+ messages)
  ` [EXTERNAL] "

[PATCH v2] ALSA: scarlett2: Add error check after retrieving PEQ filter values
 2024-10-11  9:18 UTC  (2+ messages)

[PATCH] ALSA: hda/cs8409: Fix possible NULL dereference
 2024-10-11  9:14 UTC  (2+ messages)

[PATCH v4 0/5] Support system sleep with offloaded usb transfers
 2024-10-11  7:34 UTC  (11+ messages)
` [PATCH v4 3/5] usb: add apis for sideband uasge tracking
` [PATCH v4 5/5] usb: host: enable sideband transfer during system sleep

[PATCH] ALSA: hda: Fix build error without CONFIG_SND_DEBUG
 2024-10-11  7:21 UTC 

[PATCH] ALSA: hda/realtek: tas2781: Fix ROG ALLY X audio
 2024-10-11  5:20 UTC  (6+ messages)


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