linux-sound.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-01 00:16:34 to 2024-08-02 15:22:57 UTC [more...]

[PATCH v2 0/3] ALSA: Add support for new HP G12 laptops
 2024-08-02 15:22 UTC  (2+ messages)
` [PATCH v2 1/3] spi: Add empty versions of ACPI functions

[PATCH 0/4] ASoC: SOF: reshuffle and optimize structures
 2024-08-02 12:46 UTC  (5+ messages)
` [PATCH 1/4] ASoC: SOF: sof-priv.h: optimize snd_sof_platform_stream_params
` [PATCH 2/4] ASoC: SOF: sof-priv.h: optimize snd_sof_mailbox
` [PATCH 3/4] ASoC: SOF: sof-priv.h: optimize snd_sof_ipc_msg
` [PATCH 4/4] ASoC: SOF: sof-audio.h: optimize snd_sof_pcm_stream_pipeline_list

[PATCH v4 0/5] ASoC/SOF/PCI/Intel: add PantherLake support
 2024-08-02 12:40 UTC  (6+ messages)
` [PATCH v4 1/5] ASoC: Intel: soc-acpi: add PTL match tables
` [PATCH v4 2/5] ASoC: SOF: Intel: add PTL specific power control register
` [PATCH v4 3/5] ASoC: SOF: Intel: add initial support for PTL
` [PATCH v4 4/5] ASoC: Intel: soc-acpi-intel-ptl-match: add rt711-sdca table
` [PATCH v4 5/5] ASoC: Intel: soc-acpi-intel-ptl-match: Add rt722 support

[PATCH v24 00/34] Introduce QC USB SND audio offloading support
 2024-08-02  6:32 UTC  (58+ messages)
` [PATCH v24 01/34] xhci: add helper to stop endpoint and wait for completion
` [PATCH v24 02/34] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v24 03/34] xhci: sideband: add initial api to register a sideband entity
` [PATCH v24 04/34] usb: xhci: Allow for secondary interrupter to set IMOD
` [PATCH v24 05/34] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v24 06/34] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v24 07/34] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v24 08/34] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v24 09/34] ASoC: Add SOC USB APIs for adding an USB backend
` [PATCH v24 10/34] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v24 11/34] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v24 12/34] ASoC: doc: Add documentation for SOC USB
` [PATCH v24 13/34] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v24 14/34] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v24 15/34] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v24 16/34] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v24 17/34] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v24 18/34] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v24 19/34] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v24 20/34] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v24 21/34] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v24 22/34] ALSA: usb-audio: Save UAC sample size information
` [PATCH v24 23/34] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v24 24/34] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v24 25/34] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v24 26/34] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v24 27/34] ALSA: usb-audio: qcom: Use card and PCM index from QMI request
` [PATCH v24 28/34] ALSA: usb-audio: qcom: Populate PCM and USB chip information
` [PATCH v24 29/34] ALSA: usb-audio: qcom: Add USB offload route kcontrol
` [PATCH v24 30/34] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v24 31/34] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v24 32/34] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v24 33/34] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v24 34/34] ASoC: qcom: qdsp6: Ensure PCM format is supported by USB audio device

[PATCH v4 0/4] Fix IRQ mutex inversion on cs42l43
 2024-08-02 10:57 UTC  (5+ messages)
` [PATCH v4 1/4] ASoC: cs42l43: Remove redundant semi-colon at end of function
` [PATCH v4 2/4] ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpers
` [PATCH v4 3/4] ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helper
` [PATCH v4 4/4] ASoC: cs42l43: Cache shutter IRQ control pointers

[PATCH] ALSA: hda/realtek: Add support for new HP G12 laptops
 2024-08-02 10:54 UTC  (2+ messages)

[PATCH -next] ASoC: fsl: lpc3xxx: Make some symbols static
 2024-08-02 10:10 UTC 

[PATCH v3 1/4] ASoC: cs42l43: Remove redundant semi-colon at end of function
 2024-08-02  8:44 UTC  (6+ messages)
` [PATCH v3 2/4] ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helper
` [PATCH v3 3/4] ASoC: cs35l45: Use "
` [PATCH v3 4/4] ASoC: cs42l43: Cache shutter IRQ control pointers

[PATCH RESEND 01/31] ASoC: intel: rename codec_info and dai_info structures names
 2024-08-02  8:45 UTC  (33+ messages)
` [PATCH RESEND 02/31] ASoC: intel: rename soundwire common header macros
` [PATCH RESEND 03/31] ASoC: intel: rename soundwire machine driver soc ops
` [PATCH RESEND 04/31] ASoC: intel: rename soundwire codec helper functions
` [PATCH RESEND 05/31] ASoC: intel: rename maxim codec macros
` [PATCH RESEND 06/31] ASoC: intel: rename ignore_pch_dmic variable name
` [PATCH RESEND 07/31] ASoC: intel/sdw-utils: move soundwire machine driver soc ops
` [PATCH RESEND 08/31] ASoC: intel: move soundwire machine driver common structures
` [PATCH RESEND 09/31] ASoC: intel/sdw_utils: move soundwire machine driver helper functions
` [PATCH RESEND 10/31] ASoC: intel/sdw_utils: move dmic codec helper function
` [PATCH RESEND 11/31] ASoC: intel/sdw_utils: move rtk dmic helper functions
` [PATCH RESEND 12/31] ASoC: intel/sdw_utils: move rt712 sdca "
` [PATCH RESEND 13/31] ASoC: intel/sdw_utils: move rt722 "
` [PATCH RESEND 14/31] ASoC: intel: split soundwire machine driver private data
` [PATCH RESEND 15/31] ASoC: intel/sdw_utils: move rt5682 codec helper function
` [PATCH RESEND 16/31] ASoC: intel/sdw_utils: move rtk jack common helper functions
` [PATCH RESEND 17/31] ASoC: intel/sdw_utils: move rt700 and rt711 codec "
` [PATCH RESEND 18/31] ASoC: intel/sdw_utils: move rtk amp "
` [PATCH RESEND 19/31] ASoC: intel/sdw_utils: move cirrus soundwire "
` [PATCH RESEND 20/31] ASoC: intel/sdw_utils: move maxim "
` [PATCH RESEND 21/31] ASoC: intel/sdw_utils: move dai id common macros
  ` [PATCH RESEND 22/31] ASoC: intel/sdw_utils: move soundwire dai type macros
  ` [PATCH RESEND 23/31] ASoC: intel/sdw_utils: move soundwire codec_info_list structure
  ` [PATCH RESEND 24/31] ASoC: intel/sdw_utils: move machine driver dai link helper functions
  ` [PATCH RESEND 25/31] ASoC: sdw_utils: refactor sof_sdw_card_late_probe function
  ` [PATCH RESEND 26/31] ASoC: intel/sdw_utils: refactor init_dai_link() and init_simple_dai_link()
  ` [PATCH RESEND 27/31] ASoC: soc-acpi: add pci revision id field in mach params structure
  ` [PATCH RESEND 28/31] ASoC: amd: acp: add soundwire machines for acp6.3 based platform
  ` [PATCH RESEND 29/31] ASoC: SOF: amd: add alternate "
  ` [PATCH RESEND 30/31] ASoC: SOF: amd: update mach params subsystem_rev variable
  ` [PATCH RESEND 31/31] ASoC: amd/sdw_utils: add sof based soundwire generic machine driver

[GIT PULL] sound fixes for 6.12-rc1
 2024-08-02  8:17 UTC  (2+ messages)

[PATCH 00/10] Remove pcim_iomap_regions_request_all()
 2024-08-02  8:02 UTC  (19+ messages)
` [PATCH 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH 03/10] crypto: qat - replace "
` [PATCH 04/10] crypto: marvell "
` [PATCH 05/10] intel_th: pci: Replace "
` [PATCH 06/10] wifi: iwlwifi: replace "
` [PATCH 07/10] ntb: idt: Replace "
` [PATCH 08/10] serial: rp2: Remove "
` [PATCH 09/10] ALSA: korg1212: Replace "
` [PATCH 10/10] PCI: Remove pcim_iomap_regions_request_all()

[PATCH v11 00/38] ep93xx device tree conversion
 2024-08-02  7:36 UTC  (4+ messages)

[PATCH v3 0/8] MSM8953/MSM8976 ASoC support
 2024-08-02  7:29 UTC  (17+ messages)
` [PATCH v3 1/8] ASoC: qcom: apq8016_sbc.c: Add Quinary support
` [PATCH v3 2/8] ASoC: dt-bindings: pm8916-wcd-analog-codec: Document pm8950/pm8953
` [PATCH v3 3/8] ASoC: msm8916-wcd-analog: add pm8950 codec
` [PATCH v3 4/8] ASoC: msm8916-wcd-analog: add pm8953 codec
` [PATCH v3 5/8] ASoC: dt-bindings: apq8016-sbc: Add msm8953/msm8976-qdsp6-sndcard
` [PATCH v3 6/8] ASoC: qcom: apq8016_sbc: Add support for msm8953 SoC
` [PATCH v3 7/8] ASoC: qcom: apq8016_sbc: Add support for msm8976 SoC

[PATCH] ASoC: Use of_property_read_bool()
 2024-08-01 23:09 UTC  (3+ messages)

[PATCH] ASoC: sti-sas: Constify snd_soc_component_driver struct
 2024-08-01 20:30 UTC 

[PATCH v2] ALSA: hda: cs35l41: Stop creating ALSA Controls for firmware coefficients
 2024-08-01 15:50 UTC 

[PATCH] ASoC: Use of_property_present()
 2024-08-01 15:49 UTC  (2+ messages)

[PATCH v3] ALSA: hda: cs35l56: Stop creating ALSA controls for firmware coefficients
 2024-08-01 14:31 UTC 

[PATCH] ALSA: control: Annotate snd_kcontrol with __counted_by()
 2024-08-01 13:08 UTC  (2+ messages)

[PATCH v2] ASoC: sunxi: sun4i-i2s: fix LRCLK polarity in i2s mode
 2024-08-01 12:07 UTC 

[PATCH 0/3] ALSA: control: Locking optimization and cleanups
 2024-08-01 11:31 UTC  (5+ messages)
` [PATCH 1/3] ALSA: control: Rename ctl_files_rwlock to controls_rwlock
` [PATCH 2/3] ALSA: control: Optimize locking for look-up
` [PATCH 3/3] ASoC: Drop snd_soc_card_get_kcontrol_locked()

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-08-01  9:28 UTC  (19+ messages)
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor

[PATCH v2] ASoC: mediatek: mt8188: Mark AFE_DAC_CON0 register as volatile
 2024-08-01  8:43 UTC 

[PATCH 1/2] ALSA: memalloc: Use DMA API for x86 WC page allocations, too
 2024-08-01  6:48 UTC  (2+ messages)
` [PATCH 2/2] ALSA: memalloc: Let IOMMU handle S/G primarily

[PATCH] ALSA: control: Fix leftover snd_power_unref()
 2024-08-01  6:42 UTC 

[PATCH 01/31] ASoC: intel: rename codec_info and dai_info structures names
 2024-08-01  6:24 UTC  (21+ messages)
` [PATCH 02/31] ASoC: intel: rename soundwire common header macros
` [PATCH 03/31] ASoC: intel: rename soundwire machine driver soc ops
` [PATCH 04/31] ASoC: intel: rename soundwire codec helper functions
` [PATCH 05/31] ASoC: intel: rename maxim codec macros
` [PATCH 06/31] ASoC: intel: rename ignore_pch_dmic variable name
` [PATCH 07/31] ASoC: intel/sdw-utils: move soundwire machine driver soc ops
` [PATCH 08/31] ASoC: intel: move soundwire machine driver common structures
` [PATCH 09/31] ASoC: intel/sdw_utils: move soundwire machine driver helper functions
` [PATCH 10/31] ASoC: intel/sdw_utils: move dmic codec helper function
` [PATCH 11/31] ASoC: intel/sdw_utils: move rtk dmic helper functions
` [PATCH 12/31] ASoC: intel/sdw_utils: move rt712 sdca "
` [PATCH 13/31] ASoC: intel/sdw_utils: move rt722 "
` [PATCH 14/31] ASoC: intel: split soundwire machine driver private data
` [PATCH 15/31] ASoC: intel/sdw_utils: move rt5682 codec helper function
` [PATCH 16/31] ASoC: intel/sdw_utils: move rtk jack common helper functions
` [PATCH 17/31] ASoC: intel/sdw_utils: move rt700 and rt711 codec "
` [PATCH 18/31] ASoC: intel/sdw_utils: move rtk amp "
` [PATCH 19/31] ASoC: intel/sdw_utils: move cirrus soundwire "
` [PATCH 20/31] ASoC: intel/sdw_utils: move maxim "
` [PATCH 21/31] ASoC: intel/sdw_utils: move dai id common macros

[PATCH 1/1] ASoC: mediatek: mt8188: add register to volatile_register
 2024-08-01  4:01 UTC  (2+ messages)

[PATCH AUTOSEL 5.10 26/38] ALSA: vmaster: Return error for invalid input values
 2024-08-01  0:35 UTC 

[PATCH AUTOSEL 5.15 33/47] ALSA: vmaster: Return error for invalid input values
 2024-08-01  0:31 UTC 

[PATCH AUTOSEL 6.1 42/61] ALSA: vmaster: Return error for invalid input values
 2024-08-01  0:26 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 43/61] ALSA: control: Apply sanity check of input values for user elements

[PATCH AUTOSEL 6.6 57/83] ALSA: vmaster: Return error for invalid input values
 2024-08-01  0:18 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 58/83] ALSA: control: Apply sanity check of input values for user elements

[PATCH AUTOSEL 6.10 084/121] ALSA: vmaster: Return error for invalid input values
 2024-08-01  0:00 UTC  (2+ messages)
` [PATCH AUTOSEL 6.10 085/121] ALSA: control: Apply sanity check of input values for user elements


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).