Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2025-11-03 15:09:07 to 2025-11-08 04:47:44 UTC [more...]

[BUG] Edifier QR30 (2d99:a101, Jieli Technology) reboots itself when RGB brightness button is used under Linux
 2025-11-08  4:41 UTC  (2+ messages)

[PATCH 1/4] lib/sprintf: add scnprintf_append() helper function
 2025-11-08  0:11 UTC  (11+ messages)
` [PATCH 2/4] ALSA: wavefront: use scnprintf_append for longname construction
` [PATCH 3/4] media: ivtv: use scnprintf_append for i2c adapter name
` [PATCH 4/4] net: qede: use scnprintf_append for version string

[PATCH] ASoC: spacemit: fix incorrect error check for sspa clock
 2025-11-07 22:45 UTC  (3+ messages)

[PATCH v2] ASoC: dapm-graph: Handle sound card with space in name
 2025-11-07 17:13 UTC 

[PATCH] ASoC: dapm-graph: Handle sourd card with space in name
 2025-11-07 16:27 UTC  (4+ messages)

DP/HDMI Jack and Pipewire
 2025-11-07 10:15 UTC 

[PATCH] ASoC: codecs: pm4125: remove duplicate code
 2025-11-07  9:34 UTC  (2+ messages)

[PATCH] ASoC: stm32: dfsdm: don't use %pK through printk
 2025-11-07  9:34 UTC  (2+ messages)

[PATCH v6 00/26] Non-const bitfield helpers
 2025-11-07  9:16 UTC  (44+ messages)
` [PATCH v6 01/26] clk: at91: pmc: #undef field_{get,prep}() before definition
` [PATCH v6 02/26] crypto: qat - #undef field_get() before local definition
` [PATCH v6 03/26] EDAC/ie31200: "
` [PATCH v6 04/26] gpio: aspeed: #undef field_{get,prep}() "
` [PATCH v6 05/26] iio: dac: ad3530r: #undef field_prep() "
` [PATCH v6 06/26] iio: mlx90614: #undef field_{get,prep}() "
` [PATCH v6 07/26] pinctrl: ma35: "
` [PATCH v6 08/26] soc: renesas: rz-sysc: #undef field_get() "
` [PATCH v6 09/26] ALSA: usb-audio: #undef field_{get,prep}() "
` [PATCH -next v6 10/26] iio: imu: smi330: #undef field_{get,prep}() before definition
` [PATCH -next v6 11/26] mtd: rawnand: sunxi: #undef field_{get,prep}() before local definition
` [PATCH v6 12/26] bitfield: Add less-checking __FIELD_{GET,PREP}()
` [PATCH v6 13/26] bitfield: Add non-constant field_{prep,get}() helpers
` [PATCH v6 14/26] clk: at91: Convert to common field_{get,prep}() helpers
` [PATCH v6 15/26] crypto: qat - convert to common field_get() helper
` [PATCH v6 16/26] EDAC/ie31200: Convert "
` [PATCH v6 17/26] gpio: aspeed: Convert to common field_{get,prep}() helpers
` [PATCH v6 18/26] iio: dac: Convert to common field_prep() helper
` [PATCH v6 19/26] iio: mlx90614: Convert to common field_{get,prep}() helpers
` [PATCH v6 20/26] pinctrl: ma35: "
` [PATCH v6 21/26] soc: renesas: rz-sysc: Convert to common field_get() helper
` [PATCH v6 22/26] ALSA: usb-audio: Convert to common field_{get,prep}() helpers
` [PATCH -next v6 23/26] iio: imu: smi330: "
` [PATCH -next v6 24/26] mtd: rawnand: sunxi: "
` [PATCH v6 25/26] clk: renesas: Use bitfield helpers
` [PATCH v6 26/26] soc: "

[PATCH 0/4] Add scnprintf_append() helper
 2025-11-07  8:15 UTC  (2+ messages)

[PATCH] ASoC: fsl: fsl_ssi: Replace deprecated strcpy() with strscpy()
 2025-11-07  4:34 UTC  (3+ messages)

[PATCH v2] ALSA: au88x0: Fix array bounds warning in EQ drivers
 2025-11-07  2:45 UTC 

[PATCH v2] ALSA: hda/senary: Replace magic numbers with defined constants
 2025-11-07  2:40 UTC 

[syzbot] [sound?] [usb?] KASAN: slab-out-of-bounds Write in copy_to_urb
 2025-11-07  1:13 UTC  (11+ messages)
` [PATCH] ALSA: usb-audio: Prevent urb from writing out of bounds

[PATCH] ASoC: codecs: va-macro: fix resource leak in probe error path
 2025-11-06 23:54 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] ASoC: cs4271: Fix regulator leak on probe failure
 2025-11-06 23:54 UTC  (5+ messages)

[PATCH v2] ASoC: SDCA: support Q7.8 volume format
 2025-11-06 23:54 UTC  (3+ messages)

[PATCH v2 00/20] ASoC: qcom: q6dsp: fixes and updates
 2025-11-06 23:54 UTC  (2+ messages)

[PATCH] ASoC: sdw_utils: fix device reference leak in is_sdca_endpoint_present()
 2025-11-06 23:54 UTC  (2+ messages)

[PATCH v2] ASoC: soc-pcm: Preserve hw parameters from components in dpcm_runtime_setup_fe
 2025-11-06 23:53 UTC  (2+ messages)

[PATCH v1] ASoc: tas2783A: Fix issues in firmware parsing
 2025-11-06 23:53 UTC  (2+ messages)

[PATCH v3 00/13] Add SDCA class driver
 2025-11-06 11:44 UTC  (14+ messages)
` [PATCH v3 01/13] ASoC: SDCA: Remove duplicated module macros
` [PATCH v3 02/13] ASoC: SDCA: Fix missing dash in HIDE DisCo property
` [PATCH v3 03/13] ASoC: SDCA: Add missing forward declaration in header
` [PATCH v3 04/13] ASoC: SDCA: Correct FDL locking in sdca_fdl_process()
` [PATCH v3 05/13] ASoC: SDCA: Add comment for function reset polling
` [PATCH v3 06/13] ASoC: SDCA: Move most of the messages from info to debug
` [PATCH v3 07/13] ASoC: SDCA: Use helper macros for control identification
` [PATCH v3 08/13] ASoC: SDCA: Factor out helper to process Control defaults
` [PATCH v3 09/13] ASoC: SDCA: Populate regmap cache for readable Controls
` [PATCH v3 10/13] ASoC: SDCA: Add helper to write initialization writes
` [PATCH v3 11/13] ASoC: SDCA: add function devices
` [PATCH v3 12/13] ASoC: SDCA: Add basic SDCA class driver
` [PATCH v3 13/13] ASoC: SDCA: Add basic SDCA function driver

[PATCH v7] ASoC: dt-bindings: ti,pcm1862: convert to dtschema
 2025-11-06 11:34 UTC  (3+ messages)

[PATCH] selftest/alsa: correct grammar in conf_get_bool error string
 2025-11-06 10:49 UTC  (2+ messages)

[PATCH] ALSA: hda/hdmi: Fix breakage at probing nvhdmi-mcp driver
 2025-11-06 10:46 UTC 

[PATCH] [PATCH v3] ALSA: hda/conexant: Fix pop noise on CX11880/SN6140 codecs
 2025-11-06 10:24 UTC  (2+ messages)

[PATCH] ALSA: au88x0: Fix array bounds warning in EQ drivers
 2025-11-06 10:07 UTC  (2+ messages)

[PATCH] ALSA: hda/senary: Fix potential resource leak in set_beep_amp
 2025-11-06 10:06 UTC  (2+ messages)

[PATCH] ALSA: hda/senary: Replace magic numbers with defined constants
 2025-11-06 10:04 UTC  (2+ messages)

[PATCH v2] ALSA: wavefront: Fix integer overflow in sample size validation
 2025-11-06 10:03 UTC  (2+ messages)

[PATCH] ALSA: wavefront: Clear substream pointers on close
 2025-11-06 10:03 UTC  (2+ messages)

[PATCH] ALSA: ac97: Fix kernel-doc warning for snd_ac97_reset
 2025-11-06  9:53 UTC  (2+ messages)

[PATCH] sound/soc/sof:Use kmalloc_array instead of kmalloc
 2025-11-06  9:40 UTC  (3+ messages)

[PATCH] ASoC: SDCA: support Q7.8 volume format
 2025-11-06  9:35 UTC  (5+ messages)

failed to add SPI device CSC3556 from ACPI in v6.17.x for Cirrus Logic CS35L56
 2025-11-05 15:11 UTC  (3+ messages)

[PATCH v2 00/13] Add SDCA class driver
 2025-11-05 15:07 UTC  (11+ messages)
` [PATCH v2 01/13] ASoC: SDCA: Remove duplicated module macros
` [PATCH v2 02/13] ASoC: SDCA: Fix missing dash in HIDE DisCo property
` [PATCH v2 03/13] ASoC: SDCA: Add missing forward declaration in header
` [PATCH v2 04/13] ASoC: SDCA: Correct FDL locking with scoped_guard
` [PATCH v2 05/13] ASoC: SDCA: Add comment for function reset polling
` [PATCH v2 06/13] ASoC: SDCA: Move most of the messages from info to debug
` [PATCH v2 08/13] ASoC: SDCA: Factor out helper to process Control defaults
` [PATCH v2 10/13] ASoC: SDCA: Add helper to write initialization writes
` [PATCH v2 12/13] ASoC: SDCA: Add basic SDCA class driver

[PATCH v4 0/7] soundwire: qcom: add support for v3.1.0
 2025-11-05 14:58 UTC  (2+ messages)

[PATCH V3 0/7] Rework the awinic driver
 2025-11-05 14:34 UTC  (5+ messages)
` [PATCH V3 1/7] ASoC: codecs:Rework the awinic driver lib
` [PATCH V3 6/7] ASoC: codecs: Rework the aw88261 driver

[PATCH v1 1/2] ASoC: tas2781: Add tas5822 support
 2025-11-05 11:43 UTC  (4+ messages)
` [PATCH v1 2/2] ASoC: dt-bindings: ti,tas2781: Add TAS5822 support

[PATCH v2] ASoC: da7213: Use component driver suspend/resume
 2025-11-05 11:43 UTC  (2+ messages)

[PATCH] ASoC: tas2781: Replace deprecated strcpy() with strscpy()
 2025-11-05 11:43 UTC  (2+ messages)

[PATCH] ALSA: wavefront: Fix use-after-free in MIDI operations
 2025-11-05  8:41 UTC  (2+ messages)

[PATCH] ALSA: wavefront: Fix integer overflow in sample size validation
 2025-11-05  8:32 UTC  (2+ messages)

[PATCH v2] ALSA: wavefront: use scnprintf for longname construction
 2025-11-05  8:28 UTC  (4+ messages)

[PATCH 0/4] Add SDCA class driver
 2025-11-04 17:14 UTC  (7+ messages)
` [PATCH 3/4] ASoC: SDCA: Add basic "

[PATCH 2/2] ASoC: max98090/91: adding the two virtual Mux widgets in the routes
 2025-11-04 13:25 UTC  (2+ messages)

[PATCH 1/2] ASoC: max98090/91: adding two virtual Mux widgets for digital mics
 2025-11-04 13:25 UTC  (2+ messages)

[PATCH] ASoC: fsl_spdif: Constify some structures
 2025-11-04 13:24 UTC  (2+ messages)

[PATCH] ASoC: codecs: aw88261: pass pointer directly instead of passing the address
 2025-11-04 13:24 UTC  (2+ messages)

[PATCH] ASoC: codecs: simplify aw87390_init() argument a bit
 2025-11-04 13:24 UTC  (2+ messages)

[PATCH] ASoC: doc: cs35l56: Update firmware filename description for B0 silicon
 2025-11-04 13:24 UTC  (2+ messages)

[PATCH v2 0/7] ASoC/SOF/PCI/Intel: Support for Nova Lake S
 2025-11-04 12:16 UTC  (8+ messages)
` [PATCH v2 1/7] PCI: Add Intel Nova Lake S audio Device ID
` [PATCH v2 2/7] ALSA: hda/hdmi: intelhdmi: add HDMI codec ID for Intel NVL
` [PATCH v2 3/7] ASoC: Intel: soc-acpi: add NVL match tables
` [PATCH v2 4/7] ASoC: Intel: soc-acpi-intel-nvl-match: add rt722 l3 support
` [PATCH v2 5/7] ASoC: SOF: Intel: add initial support for NVL-S
` [PATCH v2 6/7] ALSA: hda: core: intel-dsp-config: Add "
` [PATCH v2 7/7] ALSA: hda: controllers: intel: add support for Nova Lake S

[PATCH 0/2] ASoC: renesas: Fix clip sounds
 2025-11-04 11:53 UTC  (6+ messages)
` [PATCH 1/2] ASoC: codecs: Use component driver suspend/resume

[PATCH] ALSA: usb-audio: add min_mute quirk for SteelSeries Arctis
 2025-11-04 11:06 UTC  (2+ messages)

[PATCH] ALSA: timer: Fix null dereference of 'timer->card' reported by smatch
 2025-11-04  9:50 UTC  (2+ messages)

[PATCH v6] ASoC: dt-bindings: ti,pcm1862: convert to dtschema
 2025-11-04  8:59 UTC  (2+ messages)

[PATCH 1/7] PCI: Add Intel Nova Lake S audio Device ID
 2025-11-04  6:14 UTC  (5+ messages)

[RFC][PATCH x/x] ASoC: convert to snd_soc_dapm_xxx()
 2025-11-04  0:41 UTC  (5+ messages)


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