Alsa-Devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-26 03:18:36 to 2023-01-27 16:56:33 UTC [more...]

[PATCH 0/6] Fix default DMIC gain on AMD PDM drivers
 2023-01-27 16:55 UTC  (12+ messages)
` [PATCH 1/6] ASoC: amd: yc: Adjust the gain for PDM DMIC
` [PATCH 2/6] ASoC: amd: yc: Add a module parameter to influence pdm_gain
` [PATCH 3/6] ASoC: amd: renoir: Adjust the gain for PDM DMIC
` [PATCH 4/6] ASoC: amd: renoir: Add a module parameter to influence pdm_gain
` [PATCH 5/6] ASoC: amd: ps: Adjust the gain for PDM DMIC
` [PATCH 6/6] ASoC: amd: ps: Add a module parameter to influence pdm_gain

[PATCH v3 0/8] ASoC: cs42l42: Add SoundWire support
 2023-01-27 16:51 UTC  (9+ messages)
` [PATCH v3 1/8] soundwire: stream: Add specific prep/deprep commands to port_prep callback
` [PATCH v3 2/8] ASoC: cs42l42: Add SOFT_RESET_REBOOT register
` [PATCH v3 3/8] ASoC: cs42l42: Ensure MCLKint is a multiple of the sample rate
` [PATCH v3 4/8] ASoC: cs42l42: Separate ASP config from PLL config
` [PATCH v3 5/8] ASoC: cs42l42: Export some functions for SoundWire
` [PATCH v3 6/8] ASoC: cs42l42: Add SoundWire support
` [PATCH v3 7/8] ASoC: cs42l42: Don't set idle_bias_on
` [PATCH v3 8/8] ASoC: cs42l42: Wait for debounce interval after resume

[PATCH v3 0/6] Introduce STM32 system bus
 2023-01-27 16:40 UTC  (7+ messages)
` [PATCH v3 1/6] dt-bindings: Document common device controller bindings
` [PATCH v3 2/6] dt-bindings: treewide: add feature-domains description in binding files
` [PATCH v3 3/6] dt-bindings: bus: add STM32 System Bus
` [PATCH v3 4/6] bus: stm32_sys_bus: add support for STM32MP15 and STM32MP13 system bus
` [PATCH v3 5/6] ARM: dts: stm32: add ETZPC as a system bus for STM32MP15x boards
` [PATCH v3 6/6] ARM: dts: stm32: add ETZPC as a system bus for STM32MP13x boards

[PATCH 00/11] ASoC: topology: Fixes and cleanups
 2023-01-27 23:11 UTC  (14+ messages)
` [PATCH 01/11] ASoC: topology: Properly access value coming from topology file
` [PATCH 02/11] ASoC: topology: Remove unused SOC_TPLG_PASS_PINS constant
` [PATCH 03/11] ASoC: topology: Fix typo in functions name
` [PATCH 04/11] ASoC: topology: Fix function name
` [PATCH 05/11] ASoC: topology: Rename remove_ handlers
` [PATCH 06/11] ASoC: topology: Remove unnecessary forward declarations
` [PATCH 07/11] ASoC: topology: Pass correct pointer instead of casting
` [PATCH 08/11] ASoC: topology: Return an error on complete() failure
` [PATCH 09/11] ASoC: Topology: Remove unnecessary check for EOF
` [PATCH 10/11] ASoC: topology: Unify kcontrol removal code
` [PATCH 11/11] ASoC: topology: Use unload() op directly

Bug? Strange crash with snd_hdspm and RME RayDAT on MIDI-input
 2023-01-27 15:41 UTC 

[PATCH] pcm: hw: fix rate regression
 2023-01-27 15:21 UTC 

[PATCH 00/11] ASoC: topology: Fixes and cleanups
 2023-01-27 15:09 UTC  (6+ messages)
` [PATCH 11/11] ASoC: topology: Unify kcontrol removal code

Query on get_time_info
 2023-01-27 14:36 UTC  (2+ messages)

[PATCH] ALSA: hda/hdmi: Use only dynamic PCM device allocation
 2023-01-27 12:52 UTC  (4+ messages)
  ` [PATCH] ALSA: hda/hdmi: Use only dynamic PCM device allocation #forregzbot

[PATCH v3 0/3] ASoC: simple-card-utils: create jack inputs for aux_devs
 2023-01-27 12:19 UTC  (3+ messages)
` [PATCH v3 2/3] "

From 644473b181f0f310e428301a2ed459f912eec7ea Mon Sep 17 00:00:00 2001
 2023-01-27 12:07 UTC  (20+ messages)
` [PATCH 01/18] ASoC: SOF: ipc4-topology: No need to unbind routes within a pipeline
` [PATCH 02/18] ASoC: soc-pcm: Export widget_in_list()
` [PATCH 03/18] ASoC: SOF: sof-audio: Set up/free DAI/AIF widgets only once
` [PATCH 04/18] ASoC: SOF: sof-audio: Only process widgets in the connected widget list
` [PATCH 05/18] ASoC: SOF: pcm: do not free widgets during suspend trigger
` [PATCH 06/18] ASoC: SOF: topology: Set IPC-specific trigger order for DAI links
` [PATCH 07/18] ASoC: SOF: Introduce PCM setup/free PCM IPC ops
` [PATCH 08/18] ASoC: SOF: ipc4-pcm: Define pcm_setup/free ops
` [PATCH 09/18] ASoC: SOF: ipc4: Add flag to skip triggering pipelines during FE DAI trigger
` [PATCH 10/18] ASoC: SOF: sof-audio: Populate the PCM stream pipeline_info
` [PATCH 11/18] ASoC: SOF: ipc4-pcm: Use the PCM stream's pipeline_info during trigger
` [PATCH 12/18] ASoC: SOF: Introduce struct snd_sof_pipeline
` [PATCH 13/18] ASoC: SOF: ipc4-pcm: Rename 'data' variable to trigger_list
` [PATCH 14/18] ASoC: SOF: ipc4-pcm: Implement pipeline trigger reference counting
` [PATCH 15/18] ASoC: SOF: ipc4-topology: Protect pipeline free with mutex
` [PATCH 16/18] ASoC: SOF: Avoid double decrementing use_count in sof_widget_setup on error
` [PATCH 17/18] ASoC: SOF: Protect swidget->use_count with mutex for kcontrol access race
` [PATCH 18/18] ASoC: SOF: ipc4-pcm: Do not run the trigger pipelines if no spipe is stored
` [PATCH 00/18] ASoC: SOF: ipc4: Multi-stream playback and capture support

[PATCH v2 0/6] introduce vm_flags modifier functions
 2023-01-26 17:07 UTC  (34+ messages)
` [PATCH v2 1/6] mm: introduce vma->vm_flags "
` [PATCH v2 2/6] mm: replace VM_LOCKED_CLEAR_MASK with VM_LOCKED_MASK
` [PATCH v2 3/6] mm: replace vma->vm_flags direct modifications with modifier calls
` [PATCH v2 4/6] mm: replace vma->vm_flags indirect modification in ksm_madvise
` [PATCH v2 5/6] mm: introduce mod_vm_flags_nolock and use it in untrack_pfn
` [PATCH v2 6/6] mm: export dump_mm()

[PATCH 00/35] Documentation: correct lots of spelling errors (series 1)
 2023-01-27  6:39 UTC  (2+ messages)
` [PATCH 26/35] Documentation: sound: correct spelling

[PATCH] scripts/spelling.txt: add "exsits" pattern and fix typo instances
 2023-01-27  8:27 UTC  (3+ messages)

[PATCH] [v2] ASoC: cs42l56: fix DT probe
 2023-01-26 22:55 UTC  (3+ messages)

[PATCH] ASoC: mediatek: mt8188: remove some dead code
 2023-01-26 22:55 UTC  (3+ messages)

[PATCH] ASoC: SOF: ipc4-topology: add buffer type support
 2023-01-26 17:09 UTC  (2+ messages)

[PATCH v2] ASoC: SOF: ipc4-topology: use different channel mask for each sdw amp feedback
 2023-01-26 17:09 UTC  (2+ messages)

[PATCH] ASoC: dt-bindings: renesas, rsnd: simplify list of compatibles
 2023-01-26 17:09 UTC  (2+ messages)
` [PATCH] ASoC: dt-bindings: renesas,rsnd: "

[PATCH v3 0/2] Update lpass dt-bindings
 2023-01-26 17:09 UTC  (2+ messages)

[PATCH] ALSA: pci: lx6464es: fix a debug loop
 2023-01-26 16:39 UTC  (3+ messages)

[RFC PATCH v2 00/22] Introduce QC USB SND audio offloading support
 2023-01-26 16:35 UTC  (37+ messages)
` [RFC PATCH v2 02/22] xhci: remove xhci_test_trb_in_td_math early development check
` [RFC PATCH v2 03/22] xhci: Refactor interrupter code for initial multi interrupter support
` [RFC PATCH v2 04/22] xhci: Add support to allocate several interrupters
` [RFC PATCH v2 07/22] ASoC: Add SOC USB APIs for adding an USB backend
` [RFC PATCH v2 08/22] ASoC: dt-bindings: Add USB_RX port
` [RFC PATCH v2 09/22] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [RFC PATCH v2 10/22] ASoC: qdsp6: q6afe: Increase APR timeout
` [RFC PATCH v2 11/22] ASoC: qcom: Add USB backend ASoC driver for Q6
` [RFC PATCH v2 12/22] sound: usb: card: Introduce USB SND platform op callbacks
` [RFC PATCH v2 13/22] sound: usb: Export USB SND APIs for modules
` [RFC PATCH v2 14/22] dt-bindings: usb: dwc3: Add snps, num-hc-interrupters definition
  ` [RFC PATCH v2 14/22] dt-bindings: usb: dwc3: Add snps,num-hc-interrupters definition
` [RFC PATCH v2 15/22] usb: dwc3: Add DT parameter to specify maximum number of interrupters
` [RFC PATCH v2 16/22] sound: usb: Introduce QC USB SND offloading support
` [RFC PATCH v2 17/22] sound: usb: card: Check for support for requested audio format
` [RFC PATCH v2 18/22] sound: soc: soc-usb: Add PCM format check API for USB backend
` [RFC PATCH v2 19/22] sound: soc: qcom: qusb6: Ensure PCM format is supported by USB audio device
` [RFC PATCH v2 20/22] sound: usb: Prevent starting of audio stream if in use
` [RFC PATCH v2 21/22] ASoC: dt-bindings: Add Q6USB backend bindings
` [RFC PATCH v2 22/22] ASoC: dt-bindings: Update example for enabling USB offload on SM8250

[PATCH] ASoC: cs42l56: fix DT probe
 2023-01-26 15:32 UTC  (4+ messages)

[PATCH] ASoC: fsl-asoc-card: constify fsl_asoc_card_dai
 2023-01-26 15:24 UTC 

Firewire Motu ALSA (Re-post)
 2023-01-26 14:11 UTC 

[PATCH] ALSA: memalloc: Workaround for Xen PV
 2023-01-26 12:53 UTC  (2+ messages)

[Bug 216859] New: PCI bridge to bus boot hang at enumeration
 2023-01-26 12:11 UTC  (2+ messages)
` [REGRESSION] "

[PATCH] ASoC: dt-bindings: renesas: add R8A779G0 V4H
 2023-01-26 10:08 UTC  (2+ messages)

[PATCH v4 00/10] Add the PowerQUICC audio support using the QMC
 2023-01-26  9:59 UTC  (12+ messages)
` [PATCH v4 01/10] dt-bindings: soc: fsl: cpm_qe: Add TSA controller
` [PATCH v4 02/10] soc: fsl: cpm1: Add support for TSA
` [PATCH v4 03/10] MAINTAINERS: add the Freescale TSA controller entry
` [PATCH v4 04/10] powerpc/8xx: Use a larger CPM1 command check mask
` [PATCH v4 05/10] dt-bindings: soc: fsl: cpm_qe: Add QMC controller
` [PATCH v4 06/10] soc: fsl: cmp1: Add support for QMC
` [PATCH v4 07/10] MAINTAINERS: add the Freescale QMC controller entry
` [PATCH v4 08/10] dt-bindings: sound: Add support for QMC audio
` [PATCH v4 09/10] ASoC: fsl: "
` [PATCH v4 10/10] MAINTAINERS: add the Freescale QMC audio entry

[PATCH v3 0/3] Add the Renesas IDT821034 codec support
 2023-01-26  8:51 UTC  (4+ messages)
` [PATCH v3 1/3] dt-bindings: sound: Add Renesas IDT821034 codec
` [PATCH v3 2/3] ASoC: codecs: Add support for the "
` [PATCH v3 3/3] MAINTAINERS: add the Renesas IDT821034 codec entry

[PATCH] dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
 2023-01-25 17:07 UTC  (11+ messages)

[PATCH] dt-bindings: Add missing (unevaluated|additional)Properties on child node schemas
 2023-01-25 15:08 UTC  (6+ messages)

[PATCH v2 1/1] Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents
 2023-01-24 22:27 UTC  (2+ messages)

[PATCH v2 0/5] Add tdm support in acp machine driver
 2023-01-26  7:54 UTC  (4+ messages)
` [PATCH v2 3/5] ASoC: amd: acp: Refactor i2s clocks programming sequence

Best way to add support a USB audio device where only the second usb configuration works
 2023-01-26  5:03 UTC 


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