Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-16 04:09:02 to 2024-02-22 16:51:10 UTC [more...]

[PATCH v17 00/51] Introduce QC USB SND audio offloading support
 2024-02-22 16:50 UTC  (60+ messages)
` [PATCH v17 01/51] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v17 02/51] xhci: Add helper to set an interrupters interrupt moderation interval
` [PATCH v17 03/51] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v17 04/51] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
` [PATCH v17 05/51] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v17 06/51] xhci: move event processing for one interrupter to a separate function
` [PATCH v17 07/51] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v17 08/51] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v17 09/51] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v17 10/51] xhci: add helper to stop endpoint and wait for completion
` [PATCH v17 11/51] usb: host: xhci: Export enable and disable interrupter APIs
` [PATCH v17 12/51] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v17 13/51] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v17 14/51] xhci: sideband: add initial api to register a sideband entity
` [PATCH v17 15/51] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v17 16/51] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v17 17/51] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v17 18/51] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v17 19/51] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v17 20/51] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v17 21/51] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v17 22/51] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v17 23/51] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v17 24/51] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v17 25/51] ALSA: usb-audio: Save UAC sample size information
` [PATCH v17 26/51] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v17 27/51] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v17 28/51] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v17 29/51] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v17 30/51] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v17 31/51] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v17 32/51] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v17 33/51] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v17 34/51] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v17 35/51] ASoC: dt-bindings: Add Q6USB backend
` [PATCH v17 36/51] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v17 37/51] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v17 38/51] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v17 39/51] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v17 40/51] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v17 41/51] ASoC: Introduce SND kcontrols to track USB offloading state
` [PATCH v17 42/51] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v17 43/51] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v17 44/51] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v17 45/51] ASoC: usb: Fetch ASoC sound card information
` [PATCH v17 46/51] ALSA: usb-audio: Add USB offloading capable kcontrol
` [PATCH v17 47/51] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v17 48/51] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v17 49/51] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v17 50/51] ASoC: qcom: Populate SoC components string
` [PATCH v17 51/51] ASoC: doc: Add documentation for SOC USB

[PATCH usb next] ASoC: Revert "ASoC: dt-bindings: Update example for enabling USB offload on SM8250"
 2024-02-22 16:32 UTC 

[PATCH v2 0/2] ASoC: nau8325: Modify driver code and dtschema
 2024-02-22 15:47 UTC  (6+ messages)
` [PATCH v2 1/2] ASoC: dt-bindings: Added schema for "nuvoton,nau8325"
` [PATCH v2 2/2] ASoC: nau8325: new driver

[PATCH 0/9] ALSA: cs35l56: Apply calibration from EFI
 2024-02-22 14:40 UTC  (12+ messages)
` [PATCH 1/9] ASoC: wm_adsp: Fix missing mutex_lock in wm_adsp_write_ctl()
` [PATCH 2/9] ALSA: hda: hda_cs_dsp_ctl: Only call notify when a control has been added to a card
` [PATCH 3/9] ASoC: wm_adsp: Add wm_adsp_start() and wm_adsp_stop()
` [PATCH 4/9] ASoC: cs-amp-lib: Add helpers for factory calibration data
` [PATCH 5/9] ASoC: cs35l56: Add helper functions for amp calibration
` [PATCH 6/9] ASoC: cs35l56: Apply amp calibration from EFI data
` [PATCH 7/9] ALSA: hda: hda_cs_dsp_ctl: Add helper function to write calibration
` [PATCH 8/9] ALSA: hda: cs35l56: Apply amp calibration from EFI data
` [PATCH 9/9] ASoC: cs-amp-lib: Add KUnit test for calibration helpers

[PATCH v6 0/6] reset: gpio: ASoC: shared GPIO resets
 2024-02-22 14:18 UTC  (6+ messages)
` (subset) "

[PATCH AUTOSEL 6.7 07/44] ASoC: codecs: wcd934x: drop unneeded regulator include
 2024-02-22 12:29 UTC  (3+ messages)

[PATCH 1/2] ASoC: amd: ps: update license
 2024-02-22 10:26 UTC  (2+ messages)
` [PATCH 2/2] ASoC: amd: ps: modify ACP register end address macro

[PATCH v9] ASoc: tas2783: Add tas2783 codec driver
 2024-02-22  7:40 UTC 

[PATCH] ASoC: soc-core: tidyup strcmp() param on snd_soc_is_matching_dai()
 2024-02-22  5:51 UTC 

[PATCH v12 00/15] Add audio support in v4l2 framework
 2024-02-22  3:50 UTC  (19+ messages)
` [PATCH v12 07/15] media: v4l2: Add audio capture and output support
` [PATCH v12 08/15] media: uapi: Define audio sample format fourcc type
` [PATCH v12 10/15] media: uapi: Add audio rate controls support

[PATCH] ASoC: qcom: Fix uninitialized pointer dmactl
 2024-02-21 16:02 UTC  (2+ messages)

[PATCH 0/6] ASoC: codecs: Simplify mclk initialization
 2024-02-21 15:25 UTC  (7+ messages)
` [PATCH 1/6] ASoC: codecs: da7213: "
` [PATCH 2/6] ASoC: codecs: nau8825: "
` [PATCH 3/6] ASoC: codecs: rt5514: "
` [PATCH 4/6] ASoC: codecs: rt5616: "
` [PATCH 5/6] ASoC: codecs: rt5640: "
` [PATCH 6/6] ASoC: codecs: rt5660: "

[PATCH 00/10] ASoC: Intel: avs: Fixes and new platforms support
 2024-02-21 12:57 UTC  (12+ messages)
` [PATCH 01/10] ASoC: Intel: avs: L1SEN reference counted
` [PATCH 02/10] ASoC: Intel: avs: Fix sound clipping in single capture scenario
` [PATCH 03/10] ASoC: Intel: avs: Prefix SKL/APL-specific members
` [PATCH 04/10] ASoC: Intel: avs: Abstract IPC handling
` [PATCH 05/10] ASoC: Intel: avs: Abstract IRQ handling
` [PATCH 06/10] ASoC: Intel: avs: CNL-based platforms support
` [PATCH 07/10] ASoC: Intel: avs: ICL-based "
` [PATCH 08/10] ASoC: Intel: avs: TGL-based "
` [PATCH 09/10] ASoC: Intel: avs: ICCMAX recommendations for ICL+ platforms
` [PATCH 10/10] ASoC: Intel: avs: Populate board selection with new I2S entries

[PATCH] ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()
 2024-02-21 12:37 UTC 

[RESEND PATCH v6 v6 1/2] ASoC: dt-bindings: qcom,wsa8840: Add reset-gpios for shared line
 2024-02-21 11:30 UTC  (2+ messages)
` [RESEND PATCH v6 v6 2/2] ASoC: codecs: wsa884x: Allow sharing reset GPIO

[PATCH] slimbus: core: Remove usage of the deprecated ida_simple_xx() API
 2024-02-21 10:30 UTC  (2+ messages)

[PATCH] slimbus: core: make slimbus_bus const
 2024-02-21 10:18 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
 2024-02-21  0:51 UTC  (2+ messages)

[PATCH 1/5] ASoC: amd: ps: refactor acp device configuration read logic
 2024-02-21  0:48 UTC  (2+ messages)

[PATCH] ASoC: cs42l42: Remove redundant delays in suspend()
 2024-02-21  0:48 UTC  (2+ messages)

[PATCH v3] powerpc: macio: Make remove callback of macio driver void returned
 2024-02-20 16:12 UTC  (2+ messages)

[PATCH v8] ASoc: tas2783: Add tas2783 codec driver
 2024-02-20 12:32 UTC  (4+ messages)

[v2 PATCH 1/1] ALSA: virtio: add support for audio controls
 2024-02-20  1:37 UTC  (3+ messages)
` [v2 PATCH 0/1] "

[PATCH] clk: constify the of_phandle_args argument of of_clk_provider
 2024-02-19 19:08 UTC  (10+ messages)

[PATCH] soundwire: constify the struct device_type usage
 2024-02-19 12:14 UTC 

Fwd: No sound on Lenovo P1 Gen 6 (00:1f.3 Multimedia audio controller: Intel Corporation Device 51ca (rev 01))
 2024-02-15 11:14 UTC 

[PATCH 0/2] ALSA: struct bus_type cleanup
 2024-02-14 19:28 UTC  (3+ messages)
` [PATCH 1/2] ALSA: aoa: make soundbus_bus_type const
` [PATCH 2/2] ALSA: seq: make snd_seq_bus_type const

[PATCH] dt-bindings: sound:atmel-at91sam9g20ek: convert bindings to json-schema
 2024-02-14  6:40 UTC 

[REGRESSION] Acp5x probing regression introduced between kernel 6.7.2 -> 6.7.4
 2024-02-19 11:06 UTC  (7+ messages)
  ` (no subject)

[PATCH] soundwire: Use snd_soc_substream_to_rtd() to obtain rtd
 2024-02-19 10:52 UTC 

[PATCH] ALSA: firewire-lib: fix to check cycle continuity
 2024-02-19  8:26 UTC  (2+ messages)

[PATCH 0/4] ALSA: oxfw: add support for Miglia Harmony Audio
 2024-02-19  8:25 UTC  (6+ messages)
` [PATCH 1/4] ALSA: oxfw: use const qualifier for immutable argument
` [PATCH 2/4] ALSA: oxfw: support the case that AV/C Stream Format Information command is not available
` [PATCH 3/4] ALSA: firewire-lib: handle quirk to calculate payload quadlets as data block counter
` [PATCH 4/4] ALSA: oxfw: add support for Miglia Harmony Audio

[PATCH AUTOSEL 5.10 04/16] ASoC: codecs: wcd934x: drop unneeded regulator include
 2024-02-18 19:10 UTC  (2+ messages)

[PATCH] conf: USB-Audio: Add more Scarlett devices to the IEC958 blacklist
 2024-02-18 12:31 UTC 

[PATCH v14 00/53] Introduce QC USB SND audio offloading support
 2024-02-17 10:08 UTC  (6+ messages)
` [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format

[PATCH v16 00/50] Introduce QC USB SND audio offloading support
 2024-02-16 23:36 UTC  (21+ messages)
` [PATCH v16 22/50] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v16 25/50] ALSA: usb-audio: Save UAC sample size information
` [PATCH v16 32/50] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v16 34/50] ALSA: usb-audio: Do not allow USB offload path if PCM device is in use
` [PATCH v16 36/50] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v16 37/50] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v16 38/50] ASoC: qcom: qdsp6: Add support to track available USB PCM devices
` [PATCH v16 39/50] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v16 40/50] ASoC: qcom: qdsp6: Add SOC USB offload select get/put callbacks
` [PATCH v16 41/50] ASoC: Introduce SND kcontrols to track USB offloading state
` [PATCH v16 42/50] ASoC: qcom: qdsp6: Add PCM ops to track current state
` [PATCH v16 43/50] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v16 44/50] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v16 45/50] ASoC: usb: Fetch ASoC sound card information
` [PATCH v16 46/50] ALSA: usb-audio: Add USB offloading capable kcontrol
` [PATCH v16 47/50] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v16 48/50] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v16 49/50] ASoC: qcom: Populate SoC components string
` [PATCH v16 50/50] ASoC: doc: Add documentation for SOC USB

Audio dsp recovery using remoteproc
 2024-02-16 23:29 UTC 

[v4 PATCH] ALSA: virtio: Fix "Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables" warning
 2024-02-16 14:02 UTC  (5+ messages)

[PATCH] soundwire: bus_type: make sdw_bus_type const
 2024-02-16 12:02 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