Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-02-13 10:54:03 to 2024-02-17 15:31:28 UTC [more...]

[PATCH 0/2] ALSA: struct bus_type cleanup
 2024-02-15 12:48 UTC  (3+ messages)

[PATCH] dt-bindings: sound:atmel-at91sam9g20ek: convert bindings to json-schema
 2024-02-14 13:58 UTC  (4+ messages)

[PATCH v17 00/51] Introduce QC USB SND audio offloading support
 2024-02-17 15:25 UTC  (53+ 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 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 v12 00/15] Add audio support in v4l2 framework
 2024-02-17  9:57 UTC  (7+ 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 v16 00/50] Introduce QC USB SND audio offloading support
 2024-02-16 23:36 UTC  (52+ messages)
` [PATCH v16 01/50] xhci: Add interrupt pending autoclear flag to each interrupter
` [PATCH v16 02/50] xhci: Add helper to set an interrupters interrupt moderation interval
` [PATCH v16 03/50] xhci: make isoc_bei_interval variable interrupter specific
` [PATCH v16 04/50] xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
` [PATCH v16 05/50] xhci: update event ring dequeue pointer position to controller correctly
` [PATCH v16 06/50] xhci: move event processing for one interrupter to a separate function
` [PATCH v16 07/50] xhci: add helper that checks for unhandled events on a event ring
` [PATCH v16 08/50] xhci: Don't check if the event ring is valid before every event TRB
` [PATCH v16 09/50] xhci: Decouple handling an event from checking for unhandled events
` [PATCH v16 10/50] xhci: add helper to stop endpoint and wait for completion
` [PATCH v16 11/50] usb: host: xhci: Export enable and disable interrupter APIs
` [PATCH v16 12/50] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v16 13/50] xhci: export XHCI IMOD setting helper for interrupters
` [PATCH v16 14/50] xhci: sideband: add initial api to register a sideband entity
` [PATCH v16 15/50] usb: host: xhci-sideband: Expose a sideband interrupter enable API
` [PATCH v16 16/50] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v16 17/50] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v16 18/50] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v16 19/50] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v16 20/50] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v16 21/50] ASoC: qdsp6: q6afe: Increase APR timeout
` [PATCH v16 22/50] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v16 23/50] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v16 24/50] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v16 25/50] ALSA: usb-audio: Save UAC sample size information
` [PATCH v16 26/50] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v16 27/50] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v16 28/50] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v16 29/50] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v16 30/50] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v16 31/50] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v16 32/50] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device
` [PATCH v16 33/50] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v16 34/50] ALSA: usb-audio: Do not allow USB offload path if PCM device is "
` [PATCH v16 35/50] ASoC: dt-bindings: Add Q6USB backend
` [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 

[PATCH] ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
 2024-02-16 14:05 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  (3+ messages)

[PATCH] clk: constify the of_phandle_args argument of of_clk_provider
 2024-02-16 11:46 UTC  (5+ messages)

[PATCH] ASoC: cs42l42: Remove redundant delays in suspend()
 2024-02-16 10:11 UTC 

[PATCH 00/13] irqchip: Convert to platform remove callback returning void
 2024-02-15 21:03 UTC  (2+ messages)

[PATCH] ALSA: usb-audio: More relaxed check of MIDI jack names
 2024-02-15 15:31 UTC 

[ASOC][tlv320aic3110] Error resetting registers
 2024-02-15 15:03 UTC 

[GIT PULL] ASoC fixes for v6.8-rc4
 2024-02-15 14:04 UTC  (2+ messages)

[PATCH] ALSA: dice: add stream format parameters for Weiss devices
 2024-02-15 12:04 UTC  (4+ messages)
` MAN301 internal routing (Re: [PATCH] ALSA: dice: add stream format parameters for Weiss devices)

Codec stops working after sleep and resume
 2024-02-15 11:36 UTC  (2+ messages)

[v3 PATCH] ALSA: virtio: Fix "Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables" warning
 2024-02-15  9:12 UTC  (3+ messages)

[PATCH v15 00/50] Introduce QC USB SND audio offloading support
 2024-02-14 23:04 UTC  (16+ messages)
` [PATCH v15 18/50] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v15 29/50] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v15 39/50] ASoC: Introduce SND kcontrols to select sound card and PCM device
` [PATCH v15 41/50] ASoC: Add SND kcontrol for fetching USB offload status
` [PATCH v15 46/50] ALSA: usb-audio: Add USB offloading capable kcontrol

[PATCH] soc: qcom: apr: make aprbus const
 2024-02-14 17:57 UTC  (3+ messages)

[REGRESSION] Acp5x probing regression introduced between kernel 6.7.2 -> 6.7.4
 2024-02-14 14:14 UTC  (4+ messages)

[PATCH v2 0/2] ASoC: meson: aiu: fix function pointer type mismatch
 2024-02-14 13:22 UTC  (6+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] ASoC: meson: t9015: "

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

[PATCH 1/5] ASoC: amd: ps: refactor acp device configuration read logic
 2024-02-14 10:40 UTC  (5+ messages)
` [PATCH 2/5] ASoC: amd: ps: refactor acp child platform device creation code
` [PATCH 3/5] ASoC: amd: ps: remove acp_reset flag
` [PATCH 4/5] ASoC: amd: ps: fix for acp pme wake for soundwire configuration
` [PATCH 5/5] ASoC: amd: ps: add machine select and register code

[v2 PATCH] ALSA: virtio: Fix "Coverity: virtsnd_kctl_tlv_op(): Uninitialized variables" warning
 2024-02-14  9:38 UTC 

[PATCH 0/3] ASoC: codecs: qcom: tx-macro: minor cleanups
 2024-02-14  0:49 UTC  (2+ messages)

[PATCH v2] ASoC: codecs: va-macro: add npl clk
 2024-02-14  0:48 UTC  (2+ messages)

[PATCH] ASoC: cs35l56: Workaround for ACPI with broken spk-id-gpios property
 2024-02-13 23:23 UTC  (2+ messages)

[PATCH] slimbus: core: make slimbus_bus const
 2024-02-13 17:29 UTC  (2+ messages)

[PATCH] ASoC: q6dsp: fix event handler prototype
 2024-02-13 17:12 UTC  (2+ messages)

[PATCH v2] Add Lenovo Legion 7i gen7 sound quirk
 2024-02-13 14:36 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] Add Lenovo Legion 7i gen7 sound quirk
 2024-02-13  8:21 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 00/33] spi: get rid of some legacy macros
 2024-02-12 15:33 UTC  (2+ messages)
` (subset) "

(no subject)
 2024-02-12  9:13 UTC 

[PATCH] sound: drivers: fix typo 'reguest' to 'request'
 2024-02-12 10:18 UTC  (2+ messages)
` [PATCH] sound: codecs: "

[PATCH] Subject: [PATCH] sound: drivers: fix typo 'reguest' to 'request'
 2024-02-11 18:28 UTC 

[PATCH] soundwire: fix double free of pointer
 2024-02-11 15:09 UTC 

[PATCH 6.1.y 0/7] ASoC: codecs: es8326: fix support
 2024-02-13 14:54 UTC  (3+ messages)

[PATCH] ASoC: dt-bindings: qcom,sm8250: Allow up to 8 codec DAIs
 2024-02-13 14:22 UTC  (2+ messages)

[PATCH 0/7] Xperia 1 V support
 2024-02-13 14:22 UTC  (2+ messages)
` (subset) "

[PATCH] ASoC: meson: add helpers for clk_disable_unprepare
 2024-02-13 12:45 UTC  (5+ messages)

[PATCH] USB: Always select config with the highest supported UAC version
 2024-02-13 12:42 UTC  (5+ messages)


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