Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2024-02-13 14:22:33 to 2024-02-17 00:11:10 UTC [more...]

[PATCH v17 00/51] Introduce QC USB SND audio offloading support
 2024-02-17  0:10 UTC  (52+ 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-16 23:42 UTC  (5+ messages)
` [PATCH v14 32/53] ALSA: usb-audio: Check for support for requested audio format

[PATCH v7 0/5] Add support for CS40L50
 2024-02-16 23:41 UTC  (6+ messages)
` [PATCH v7 1/5] firmware: cs_dsp: Add write sequencer interface
` [PATCH v7 5/5] ASoC: cs40l50: Support I2S streaming to CS40L50

[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

[PATCH] ALSA: core: fix buffer overflow in test_format_fill_silence()
 2024-02-16 23:05 UTC  (2+ messages)

[PATCH 00/27] sparc32: sunset sun4m and sun4d
 2024-02-16 17:12 UTC  (3+ messages)
` [PATCH 17/27] sparc32: Drop run-time patching of ASI instructions

[GIT PULL] sound fixes for 6.8-rc5
 2024-02-16 17:11 UTC  (2+ messages)

[PATCH v1] ALSA: memalloc: Fix indefinite hang in non-iommu case
 2024-02-16 16:22 UTC  (14+ messages)

[PATCH] soc/amd/yc: DMI quirk for LENOVO 83BS to fix malfunctioning mic
 2024-02-16 15:05 UTC 

[PATCH] ASoC: Constify pointer to of_phandle_args
 2024-02-16 14:54 UTC 

[PATCH][next] ASoC: tas2781: Remove redundant initialization of pointer 'data'
 2024-02-16 14:22 UTC 

[PATCH] ASoC: cs35l56: Must clear HALO_STATE before issuing SYSTEM_RESET
 2024-02-16 14:05 UTC 

[PATCH] ALSA: avoid 'bool' as variable name
 2024-02-16 13:47 UTC  (2+ messages)

[PATCH 0/4] leds: trigger: Improve handling of led_trigger_event() and simplify mute audio trigger
 2024-02-16 12:18 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: codecs: remove redundant 'tristate' in sound/soc/codecs/Kconfig
 2024-02-15 17:08 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: fix mute/micmute LED For HP mt645
 2024-02-15 15:59 UTC  (6+ messages)
      ` [PATCH v2] "

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

[PATCH] ALSA: seq: remove redundant 'tristate' for SND_SEQ_UMP_CLIENT
 2024-02-15 14:04 UTC  (2+ messages)

[RESEND PATCH v4 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-02-15 13:44 UTC  (3+ messages)
` [RESEND PATCH v4 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding

[PATCH 0/2] ALSA: struct bus_type cleanup
 2024-02-15 12:48 UTC  (5+ messages)
` [PATCH 1/2] ALSA: aoa: make soundbus_bus_type const
` [PATCH 2/2] ALSA: seq: make snd_seq_bus_type const

[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] ASoC: SOF: Add some bounds checking to firmware data
 2024-02-14 15:44 UTC  (2+ messages)

Warning! Unlikely big volume range (=9234), cval->res is probably wrong. (Dell XPS 13 9360 and Plantronics Blackwire 315.1
 2024-02-14 15:12 UTC  (2+ messages)

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

[PATCH] dt-bindings: sound:atmel-at91sam9g20ek: convert bindings to json-schema
 2024-02-14 13:58 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 00/15] ASoC: SOF: Extend ChainDMA and DSPless mode to LNL+ SDW
 2024-02-14 13:22 UTC  (2+ 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

[PATCH v3 0/3] ALSA: hda/realtek: cs35l41: Fix internal speaker support for ASUS UM3402 with missing DSD
 2024-02-14  9:16 UTC  (6+ messages)
` [PATCH v3 1/3] ALSA: hda/realtek: cs35l41: Add "
` [PATCH v3 2/3] ALSA: hda/realtek: cs35l41: Fix device ID / model name
` [PATCH v3 3/3] ALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks table

[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] ASoC: SOF: ipc4-topology: set config_length based on device_count
 2024-02-13 18:31 UTC  (2+ messages)

[PATCH] ASoC: SOF: Fix runtime pm usage counter balance after fw exception
 2024-02-13 18:31 UTC  (2+ messages)

[PATCH] ASoC: SOF: Intel: hda-mlink: update incorrect comment
 2024-02-13 18:31 UTC  (2+ messages)

[PATCH 0/2] ASoC: SOF: Intel: pci-tgl/lnl: Change default paths for IPC4
 2024-02-13 18:31 UTC  (2+ messages)

[PATCH] ASoC: SOF: IPC3: fix message bounds on ipc ops
 2024-02-13 17:12 UTC  (2+ messages)

[PATCH] ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspend
 2024-02-13 17:12 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  (4+ messages)
` [PATCH v3] "

[PATCH] ASoC: dt-bindings: qcom,sm8250: Allow up to 8 codec DAIs
 2024-02-13 14:22 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