Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2024-02-07 10:28:04 to 2024-02-08 23:14:56 UTC [more...]

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

[PATCH] ASoC: SOF: ipc3-topology: Fix pipeline tear down logic
 2024-02-08 20:56 UTC  (2+ messages)

[PATCH v2] ASoC: cs35l56: Fix deadlock in ASP1 mixer register initialization
 2024-02-08 20:56 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: Intel: avs: Add support for sending initial module config
 2024-02-08 20:22 UTC  (5+ messages)
` [PATCH v2 1/3] ASoC: Intel: avs: UAPI: Add tokens for initial config feature
` [PATCH v2 2/3] ASoC: Intel: avs: Add topology parsing support for initial config
` [PATCH v2 3/3] ASoC: Intel: avs: Send initial config to module if present

[PATCH v13 00/53] Introduce QC USB SND audio offloading support
 2024-02-08 20:19 UTC  (14+ messages)
` [PATCH v13 32/53] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v13 35/53] ALSA: usb-audio: Prevent starting of audio stream if in use

[PATCH 00/24] ASoC: Intel: Machine driver updates for 6.9
 2024-02-08 16:55 UTC  (25+ messages)
` [PATCH 01/24] ASoC: Intel: sof_rt5682: board id cleanup for jsl boards
` [PATCH 02/24] ASoC: Intel: sof_rt5682: board id cleanup for tgl boards
` [PATCH 03/24] ASoC: Intel: sof_rt5682: board id cleanup for adl boards
` [PATCH 04/24] ASoC: Intel: sof_rt5682: board id cleanup for rpl boards
` [PATCH 05/24] ASoC: Intel: sof_rt5682: board id cleanup for mtl boards
` [PATCH 06/24] ASoC: Intel: sof_rt5682: dmi quirk "
` [PATCH 07/24] ASoC: Intel: board_helpers: support DAI link order customization
` [PATCH 08/24] ASoC: Intel: sof_cs42l42: use common module for DAI link generation
` [PATCH 09/24] ASoC: Intel: sof_sdw: use single rtd_init for rt_amps
` [PATCH 10/24] ASoC: Intel: add get_codec_dai_by_name helper function
` [PATCH 11/24] ASoC: Intel: sof_sdw_rt_sdca_jack_common: use helper to get codec dai by name
` [PATCH 12/24] ASoC: Intel: sof_sdw_rt711: "
` [PATCH 13/24] ASoC: Intel: sof_sdw_rt712_sdca: "
` [PATCH 14/24] ASoC: Intel: sof_sdw_rt700: "
` [PATCH 15/24] ASoC: Intel: sof_sdw_cs42l42: "
` [PATCH 16/24] ASoC: Intel: sof_sdw_rt5682: "
` [PATCH 17/24] ASoC: Intel: sof_sdw: add common sdw dai link init
` [PATCH 18/24] ASoC: Intel: sof_sdw: remove .init callbacks
` [PATCH 19/24] ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptops
` [PATCH 20/24] ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_name
` [PATCH 21/24] ASoC: Intel: sof_sdw: Remove unused function prototypes
` [PATCH 22/24] ASoC: Intel: soc-acpi: add RT712 support for LNL
` [PATCH 23/24] ASoC: Intel: soc-acpi-intel-lnl-match: Add rt722 support
` [PATCH 24/24] ASoC: Intel: sof_sdw: starts non sdw BE id with the highest sdw BE id

[PATCH] ALSA: hda/realtek: Add "Intel Reference board" SSID in the ALC256
 2024-02-08 16:39 UTC 

[PATCH] ALSA: HDA: intel-sdw-acpi: add kernel parameter to select alternate controller
 2024-02-08 16:37 UTC 

[PATCH] clk: constify the of_phandle_args argument of of_clk_provider
 2024-02-08 16:37 UTC 

[PATCH] ASoC: codecs: constify static sdw_slave_ops struct
 2024-02-08 16:33 UTC  (2+ messages)

[PATCH v4 02/11] timekeeping: Add function to convert realtime to base clock
 2024-02-08 15:14 UTC  (2+ messages)

[RESEND PATCH v4 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-02-08 11:40 UTC  (4+ messages)
` [RESEND PATCH v4 2/4] ASoc: PCM6240: Create header file for "
` [RESEND PATCH v4 3/4] ASoc: PCM6240: Add compile item for PCM6240 Family driver
` [RESEND PATCH v4 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding

[PATCH AUTOSEL 6.7 06/44] ASoC: amd: acp: Add check for cpu dai link initialization
 2024-02-08 11:37 UTC  (11+ messages)
` [PATCH AUTOSEL 6.7 07/44] ASoC: codecs: wcd934x: drop unneeded regulator include
` [PATCH AUTOSEL 6.7 10/44] ALSA: hda: Replace numeric device IDs with constant values
` [PATCH AUTOSEL 6.7 11/44] ALSA: hda: Increase default bdl_pos_adj for Apollo Lake
` [PATCH AUTOSEL 6.7 15/44] ALSA: usb-audio: Check presence of valid altsetting control
` [PATCH AUTOSEL 6.7 16/44] ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
` [PATCH AUTOSEL 6.7 17/44] ALSA: hda: cs35l41: Support additional ASUS Zenbook UX3402VA
` [PATCH AUTOSEL 6.7 18/44] ALSA: hda: cs35l41: Support ASUS Zenbook UM3402YAR
` [PATCH AUTOSEL 6.7 29/44] ASoC: wm_adsp: Don't overwrite fwf_name with the default
` [PATCH AUTOSEL 6.7 30/44] ALSA: usb-audio: Ignore clock selector errors for single connection

[PATCH v4 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-02-08  9:52 UTC  (4+ messages)
` [PATCH v4 2/4] ASoc: PCM6240: Create header file for "
` [PATCH v4 3/4] ASoc: PCM6240: Add compile item for PCM6240 Family driver
` [PATCH v4 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding

[PATCH v6 4/5] Input: cs40l50 - Add support for the CS40L50 haptic driver
 2024-02-08  2:42 UTC  (3+ messages)

[PATCH] ASoC: tas2781: remove unused acpi_subysystem_id
 2024-02-07 23:49 UTC  (6+ messages)
` [PATCH v3] "

[PATCH AUTOSEL 5.4 5/7] ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
 2024-02-07 21:27 UTC 

[PATCH AUTOSEL 5.10 04/16] ASoC: codecs: wcd934x: drop unneeded regulator include
 2024-02-07 21:26 UTC  (2+ messages)
` [PATCH AUTOSEL 5.10 07/16] ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616

[PATCH AUTOSEL 5.15 05/23] ASoC: codecs: wcd934x: drop unneeded regulator include
 2024-02-07 21:25 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 08/23] ALSA: usb-audio: Check presence of valid altsetting control
` [PATCH AUTOSEL 5.15 09/23] ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
` [PATCH AUTOSEL 5.15 13/23] ALSA: usb-audio: Ignore clock selector errors for single connection

[PATCH AUTOSEL 6.1 06/29] ASoC: codecs: wcd934x: drop unneeded regulator include
 2024-02-07 21:24 UTC  (5+ messages)
` [PATCH AUTOSEL 6.1 10/29] ALSA: usb-audio: Check presence of valid altsetting control
` [PATCH AUTOSEL 6.1 11/29] ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
` [PATCH AUTOSEL 6.1 17/29] ASoC: wm_adsp: Don't overwrite fwf_name with the default
` [PATCH AUTOSEL 6.1 18/29] ALSA: usb-audio: Ignore clock selector errors for single connection

[PATCH AUTOSEL 6.6 06/38] ASoC: amd: acp: Add check for cpu dai link initialization
 2024-02-07 21:23 UTC  (8+ messages)
` [PATCH AUTOSEL 6.6 07/38] ASoC: codecs: wcd934x: drop unneeded regulator include
` [PATCH AUTOSEL 6.6 10/38] ALSA: hda: Replace numeric device IDs with constant values
` [PATCH AUTOSEL 6.6 11/38] ALSA: hda: Increase default bdl_pos_adj for Apollo Lake
` [PATCH AUTOSEL 6.6 15/38] ALSA: usb-audio: Check presence of valid altsetting control
` [PATCH AUTOSEL 6.6 16/38] ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
` [PATCH AUTOSEL 6.6 25/38] ASoC: wm_adsp: Don't overwrite fwf_name with the default
` [PATCH AUTOSEL 6.6 26/38] ALSA: usb-audio: Ignore clock selector errors for single connection

[PATCH 0/3] ASoC: Intel: avs: Add support for sending initial module config
 2024-02-07 21:09 UTC  (5+ messages)
` [PATCH 1/3] ASoC: Intel: avs: UAPI: Add tokens for initial config feature
` [PATCH 2/3] ASoC: Intel: avs: Add topology parsing support for initial config
` [PATCH 3/3] ASoC: Intel: avs: Send initial config to module if present

[PATCH] ASoC: Intel: avs: Fix dynamic port assignment when TDM is set
 2024-02-07 18:20 UTC  (2+ messages)

[PATCH v2] ALSA: hda/realtek: cs35l41: Fix internal speaker support for ASUS UM3402 with missing DSD
 2024-02-07 18:13 UTC  (10+ messages)
      ` [PATCH] ALSA: hda/realtek: cs35l41: Fix device ID / model name

[PATCH] ASoC: Intel: avs: Expose FW version with sysfs
 2024-02-07 18:12 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: atmel,asoc-wm8904: Convert to json-schema
 2024-02-07 18:09 UTC  (3+ messages)

[PATCH] ASoC: cs35l56: Fix deadlock in ASP1 mixer register initialization
 2024-02-07 16:26 UTC  (2+ messages)

[PATCH 00/29] ALSA: Clean up with DEFINE_SIMPLE_DEV_PM_OPS()
 2024-02-07 15:51 UTC  (30+ messages)
` [PATCH 01/29] ALSA: aloop: Replace "
` [PATCH 02/29] ALSA: dummy: Replace with DEFINE_SIPMLE_DEV_PM_OPS()
` [PATCH 03/29] ALSA: pcsp: Replace with DEFINE_SIMPLE_DEV_PM_OPS()
` [PATCH 04/29] ALSA: als300: "
` [PATCH 05/29] ALSA: als4000: "
` [PATCH 06/29] ALSA: atiixp: "
` [PATCH 07/29] ALSA: ens137x: "
` [PATCH 08/29] ALSA: intel8x0: "
` [PATCH 09/29] ALSA: nm256: "
` [PATCH 10/29] ALSA: aoa: "
` [PATCH 11/29] ALSA: aaci: "
` [PATCH 12/29] ALSA: pxa2xx-ac97: "
` [PATCH 13/29] ASoC: "
` [PATCH 14/29] ALSA: at73c213: "
` [PATCH 15/29] ALSA: ali5451: Embed suspend image into struct snd_ali
` [PATCH 16/29] ALSA: ali5451: Simplify with DEFINE_SIMPLE_DEV_PM_OPS()
` [PATCH 17/29] ALSA: azt3328: "
` [PATCH 18/29] ALSA: cmipci: "
` [PATCH 19/29] ALSA: cs4281: "
` [PATCH 20/29] ALSA: echoaudio: "
` [PATCH 21/29] ALSA: es1938: "
` [PATCH 22/29] ALSA: es1968: "
` [PATCH 23/29] ALSA: fm801: "
` [PATCH 24/29] ALSA: maestro3: "
` [PATCH 25/29] ALSA: riptide: "
` [PATCH 26/29] ALSA: rme96: "
` [PATCH 27/29] ALSA: sis7019: "
` [PATCH 28/29] ALSA: via82xx: "
` [PATCH 29/29] ALSA: doc: Use DEFINE_SIMPLE_DEV_PM_OPS()

[PATCH v4 00/11] Add support for Intel PPS Generator
 2024-02-07 15:31 UTC  (3+ messages)
` [PATCH v4 07/11] ice/ptp: remove convert_art_to_tsc()

[PATCH 1/2] ASoC: cs42l43: Handle error from devm_pm_runtime_enable
 2024-02-07 15:23 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: cs35l41: Fix order and duplicates in quirks table
 2024-02-07 14:47 UTC 

[PATCH v6 0/5] Add support for CS40L50
 2024-02-07 11:00 UTC  (5+ messages)
` [PATCH v6 1/5] firmware: cs_dsp: Add write sequencer interface
` [PATCH v6 3/5] mfd: cs40l50: Add support for CS40L50 core driver

[PATCH v3 1/4] ASoc: PCM6240: Create PCM6240 Family driver code
 2024-02-07 10:28 UTC  (6+ messages)
` [PATCH v3 4/4] ASoc: dt-bindings: PCM6240: Add initial DT binding
    ` [EXTERNAL] "


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