public inbox for linux-sound@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-12-01 15:09:04 to 2023-12-08 07:39:11 UTC [more...]

[PATCH 0/4] kunit: Add helpers for creating test-managed devices
 2023-12-08  7:38 UTC  (22+ messages)
` [PATCH 1/4] kunit: Add APIs for managing devices
` [PATCH 2/4] fortify: test: Use kunit_device
` [PATCH 3/4] overflow: Replace fake root_device with kunit_device
` [PATCH 4/4] ASoC: topology: Replace fake root_device with kunit_device in tests

[RFC PATCH 00/16] soundwire/ASoC: speed-up downloads with BTP/BRA protocol
 2023-12-07 23:29 UTC  (20+ messages)
` [RFC PATCH 01/16] Documentation: driver: add SoundWire BRA description
` [RFC PATCH 02/16] soundwire: cadence: add BTP support for DP0
` [RFC PATCH 03/16] soundwire: stream: extend sdw_alloc_stream() to take 'type' parameter
` [RFC PATCH 04/16] soundwire: extend sdw_stream_type to BPT
` [RFC PATCH 05/16] soundwire: stream: special-case the bus compute_params() routine
` [RFC PATCH 06/16] soundwire: stream: reuse existing code for BPT stream
` [RFC PATCH 07/16] soundwire: bus: add API for BPT protocol
` [RFC PATCH 08/16] soundwire: bus: add bpt_stream pointer
` [RFC PATCH 09/16] soundwire: crc8: add constant table
` [RFC PATCH 10/16] soundwire: cadence: add BTP/BRA helpers to format data
` [RFC PATCH 11/16] soundwire: intel_auxdevice: add indirection for BPT open/close/send_async/wait
` [RFC PATCH 12/16] ASoC: SOF: Intel: hda-sdw-bpt: add helpers for SoundWire BPT DMA
` [RFC PATCH 13/16] soundwire: intel: add BPT context definition
` [RFC PATCH 14/16] soundwire: intel_ace2x: add BPT open/close/send_async/wait
` [RFC PATCH 15/16] soundwire: debugfs: add interface for BPT/BRA transfers
` [RFC PATCH 16/16] ASoC: rt711-sdca: add DP0 support

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2023-12-07 22:35 UTC  (12+ messages)
` [PATCH v11 01/10] mfd: tps6594: Use set/get APIs to access spi->chip_select
  ` (subset) "
      ` [GIT PULL] Immutable branch between MFD and SPI due for the v6.8 merge window
` [PATCH v11 07/10] mtd: spi-nor: Add stacked memories support in spi-nor
` (subset) [PATCH v11 00/10] spi: Add support for stacked/parallel memories

[PATCH] ASoC: audio-graph-card2: fix off by one in graph_parse_node_multi_nm()
 2023-12-07 18:25 UTC  (3+ messages)

[PATCH] ALSA: hda/realtek: Add quirk for Lenovo Yoga Pro 7
 2023-12-07 18:20 UTC 

[PATCH] ASoC: amd: acp: modify config flag read logic
 2023-12-07 13:59 UTC  (2+ messages)

[PATCH] ASoC: SOF: Intel: hda-codec: Delay the codec device registration
 2023-12-07 13:59 UTC  (2+ messages)

[PATCH 1/7] ASoC: amd: Add new dmi entries for acp5x platform
 2023-12-07 12:12 UTC  (9+ messages)
` [PATCH 2/7] ASoC: amd: vangogh: Add condition check for acp config flag
` [PATCH 3/7] ASoC: amd: Remove extra dmi parameter
` [PATCH 4/7] ASoC: amd: acp: Add new cpu dai and dailink creation for I2S BT instance
` [PATCH 5/7] ASoC: amd: acp: Add i2s bt support for nau8821-max card
` [PATCH 6/7] ASoC: amd: acp: Enable dpcm_capture for MAX98388 codec
` [PATCH 7/7] ASoC: amd: acp: Set bclk as source to set pll for rt5682s codec

[PATCH v3 0/5] ASoC: codecs: add support for WCD939x Codec
 2023-12-07 10:28 UTC  (6+ messages)
` [PATCH v3 1/5] ASoC: dt-bindings: qcom,wcd938x: move out common properties
` [PATCH v3 2/5] ASoC: dt-bindings: document WCD939x Audio Codec
` [PATCH v3 3/5] ASoC: codec: wcd-mbhc-v2: add support when connected behind an USB-C audio mux
` [PATCH v3 4/5] ASoC: codecs: Add WCD939x Soundwire devices driver
` [PATCH v3 5/5] ASoC: codecs: Add WCD939x Codec driver

[PATCH v2 00/35] bitops: add atomic find_bit() operations
 2023-12-07  9:10 UTC  (8+ messages)
` [PATCH v2 01/35] lib/find: add atomic find_bit() primitives
` [PATCH v2 02/35] lib/find: add test for atomic find_bit() ops
  ` [PATCH v2 32/35] ALSA: use atomic find_bit() functions where applicable

[PATCH 0/5] PCI/ALSA/ASoC: Add IDs and definitions for ARL and ARL-S
 2023-12-07  8:31 UTC  (8+ messages)
` [PATCH 1/5] PCI: add INTEL_HDA_ARL to pci_ids.h
` [PATCH 2/5] ALSA: hda: Intel: add HDA_ARL PCI ID support
` [PATCH 3/5] ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
` [PATCH 4/5] ASoC: SOF: Intel: pci-mtl: fix ARL-S definitions
` [PATCH 5/5] ASoC: SOF: Intel: pci-mtl: add HDA_ARL PCI support

[PATCH 0/5] ASoC: don't use original dummy dlc
 2023-12-07  8:24 UTC  (9+ messages)
` [PATCH 1/5] ASoC: fsl: fsl-asoc-card: don't need DUMMY Platform
` [PATCH 2/5] ASoC: samsung: odroid: "
` [PATCH 3/5] ASoC: intel: hdaudio.c: use snd_soc_dummy_dlc
` [PATCH 4/5] ASoC: sof: "
` [PATCH 5/5] ASoC: soc.h: don't create dummy Component via COMP_DUMMY()

[PATCH v3] ALSA: pcmtest: stop timer before buffer is released
 2023-12-07  7:33 UTC  (2+ messages)

[PATCH v2] ALSA: pcmtest: stop timer in the hw_free callback
 2023-12-06 20:03 UTC  (3+ messages)

[PATCH v2] ASoC: dt-bindings: fsl,xcvr: Adjust the number of interrupts
 2023-12-06 19:08 UTC  (3+ messages)

[PATCH] ALSA: pcmtest: stop timer in the hw_free callback
 2023-12-06 14:56 UTC 

[PATCH 0/4] ASoC: SOF: topology cleanups
 2023-12-06 14:23 UTC  (6+ messages)
` [PATCH 1/4] ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widget
` [PATCH 2/4] ASoC: SOF: align topology header file with sof topology header
` [PATCH 3/4] ASoC: SOF: add alignment for topology header file struct definition
` [PATCH 4/4] ASoC: SOF: Wire up buffer flags

[PATCH 0/5] ASoC: Intel: machine driver updates
 2023-12-06 14:23 UTC  (7+ messages)
` [PATCH 1/5] ASoC: Intel: sof_nau8825: board id cleanup for adl boards
` [PATCH 2/5] ASoC: Intel: sof_nau8825: board id cleanup for rpl boards
` [PATCH 3/5] ASoC: Intel: glk_rt5682_max98357a: fix board id mismatch
` [PATCH 4/5] ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev = NULL
` [PATCH 5/5] ASoC: Intel: sof_sdw_rt_sdca_jack_common: check ctx->headset_codec_dev instead of playback

[PATCH] ASoC: Intel: sof_sdw_cs_amp: Connect outputs to a speaker widget
 2023-12-06 13:12 UTC  (4+ messages)

[PATCH] ASoC: dt-bindings: fsl,xcvr: Adjust the number of interrupts
 2023-12-06 11:03 UTC  (2+ messages)

[PATCH v2 0/5] ASoC: codecs: add support for WCD939x Codec
 2023-12-06  8:10 UTC  (11+ messages)
` [PATCH v2 2/5] ASoC: dt-bindings: document WCD939x Audio Codec
` [PATCH v2 3/5] ASoC: codec: wcd-mbhc-v2: add support when connected behind an USB-C audio mux
` [PATCH v2 4/5] ASoC: codecs: Add WCD939x Soundwire devices driver
` [PATCH v2 5/5] ASoC: codecs: Add WCD939x Codec driver

[PATCH] ALSA: pcm: fix out-of-bounds in snd_pcm_state_names
 2023-12-06  7:20 UTC  (2+ messages)

[PATCH v7 4/4] ASoC: mediatek: mt8188-mt6359: Enable dual amp for mt8188-rt5682s
 2023-12-05 17:28 UTC  (3+ messages)
  ` [PATCH v7 3/4] ASoC: mediatek: mt8188-mt6359: add es8326 support

[PATCH 00/17] dt-bindings: samsung: add specific compatibles for existing SoC
 2023-12-05 16:12 UTC  (6+ messages)
` (subset) "

[PATCH][next] ASoC: cs4271: Fix spelling mistake "retrieveing" -> "retrieving"
 2023-12-05 15:41 UTC  (3+ messages)

[PATCH] ASoC: SOF: Intel: lnl: add core get and set support for dsp core
 2023-12-05 15:41 UTC  (2+ messages)

[PATCH] ASoC: rt722-sdca: Set lane_control_support for multilane
 2023-12-05 15:41 UTC  (2+ messages)

[PATCH v3] ASoC: Intel: soc-acpi-intel-tgl-match: add cs42l43 and cs35l56 support
 2023-12-05 13:11 UTC  (5+ messages)

[PATCH 0/2] ASoC: qcom: Limit Digital gains on speaker
 2023-12-05 13:11 UTC  (6+ messages)
` [PATCH 1/2] ASoC: ops: add correct range check for limiting volume
` [PATCH 2/2] ASoC: qcom: sc8280xp: Limit speaker digital volumes

[PATCH] ASoC: Intel: soc-acpi-intel-mtl-match: Change CS35L56 prefixes to AMPn
 2023-12-05 11:57 UTC 

[PATCH] ASoC: SOF: Fix null pointer dereference in sof_pci_probe
 2023-12-05  9:44 UTC  (6+ messages)

[PATCH AUTOSEL 5.4 2/3] ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
 2023-12-04 20:37 UTC 

[PATCH AUTOSEL 5.10 2/7] ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
 2023-12-04 20:36 UTC 

[PATCH AUTOSEL 5.15 02/10] ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
 2023-12-04 20:35 UTC 

[PATCH AUTOSEL 6.1 02/17] ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
 2023-12-04 20:34 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 11/17] ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format

[PATCH AUTOSEL 6.6 05/32] ALSA: hda - Fix speaker and headset mic pin config for CHUWI CoreBook XPro
 2023-12-04 20:32 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 19/32] ALSA: hda: intel-nhlt: Ignore vbps when looking for DMIC 32 bps format

[PATCH] ASoC: SOF: Move sof_of_machine_select() to core.c from sof-of-dev.c
 2023-12-04 19:30 UTC  (5+ messages)

[PATCH] ASoC: wm_adsp: fix memleak in wm_adsp_buffer_populate
 2023-12-04 16:29 UTC  (3+ messages)

[PATCH] ASoC: amd: acp: Add support for a new Huawei Matebook laptop
 2023-12-04 16:29 UTC  (2+ messages)

[PATCH 1/2] ASoC: qcom: Add x1e80100 sound machine driver
 2023-12-04 16:27 UTC  (3+ messages)
` [PATCH 2/2] ASoC: dt-bindings: qcom,sm8250: Add X1E80100 sound card

[PATCH] ALSA: hda/realtek: fix speakers on XPS 9530 (2023)
 2023-12-04 14:23 UTC  (2+ messages)

[PATCH v2] ASoC: Intel: soc-acpi-intel-tgl-match: add cs42l43 and cs56l56 support
 2023-12-04 13:54 UTC  (2+ messages)

[PATCH] ASoC: rt5650: add a missing unlock in rt5645_jack_detect_work()
 2023-12-04 13:44 UTC  (4+ messages)

[PATCH 1/2] ASoC: qcom: sc8280xp: set card driver name from match data
 2023-12-04 12:33 UTC  (2+ messages)

[PATCH v2 00/10] ASoC: Convert Cirrus codecs to GPIO descriptors
 2023-12-04 12:33 UTC  (2+ messages)

[PATCH] ASoC: soc-pcm.c: Complete the active count for components without DAIs
 2023-12-04 11:15 UTC 

[PATCH v2 0/4] ASoC: qcom: check ADSP version when setting clocks
 2023-12-04 10:34 UTC  (4+ messages)
` [PATCH v2 2/4] ASoC: qcom: q6afe: provide fallback for digital codec clock

[PATCH] ASoC: qcom: Fix trivial code style issues
 2023-12-04 10:00 UTC 

[GIT PULL] sound fixes for 6.7-rc4
 2023-12-02  0:05 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