Linux Sound subsystem development
 help / color / mirror / Atom feed
 messages from 2024-01-19 08:00:07 to 2024-01-23 17:50:38 UTC [more...]

[PATCH 0/7] arm64: sun50i-h616: Add DMA and SPDIF controllers
 2024-01-23 17:50 UTC  (19+ messages)
` [PATCH 1/7] dt-bindings: sound: sun4i-spdif: Fix requirements for H6
` [PATCH 2/7] dt-bindings: sound: sun4i-spdif: Add Allwinner H616 compatible
` [PATCH 3/7] ASoC: sunxi: sun4i-spdif: Add support for Allwinner H616
` [PATCH 4/7] dt-bindings: dma: allwinner,sun50i-a64-dma: Add compatible for H616
` [PATCH 5/7] arm64: dts: allwinner: h6: Add RX DMA channel for SPDIF
` [PATCH 6/7] arm64: dts: allwinner: h616: Add DMA controller and DMA channels
` [PATCH 7/7] arm64: dts: allwinner: h616: Add SPDIF device node

[PATCH v4 0/3] Small runtime PM API changes
 2024-01-23 17:24 UTC  (3+ messages)
` [PATCH v4 1/3] pm: runtime: Simplify pm_runtime_get_if_active() usage

[PATCH v4 0/6] reset: gpio: ASoC: shared GPIO resets
 2024-01-23 15:58 UTC  (12+ messages)
` [PATCH v4 1/6] of: Add of_phandle_args_equal() helper
` [PATCH v4 2/6] cpufreq: do not open-code of_phandle_args_equal()
` [PATCH v4 3/6] reset: gpio: Add GPIO-based reset controller
` [PATCH v4 4/6] reset: Instantiate reset GPIO controller for shared reset-gpios
` [PATCH v4 5/6] ASoC: dt-bindings: qcom,wsa8840: Add reset-gpios for shared line
` [PATCH v4 6/6] ASoC: codecs: wsa884x: Allow sharing reset GPIO

[PATCH v11 00/10] spi: Add support for stacked/parallel memories
 2024-01-23 15:45 UTC  (12+ messages)
` [PATCH v11 03/10] spi: Add multi-cs memories support in SPI core

[PATCH v1 1/4] ASoc: pcm6240: Create pcm6240 codec driver code
 2024-01-23 15:04 UTC  (8+ messages)
` [PATCH v1 2/4] ASoc: pcm6240: Create header file for "
` [PATCH v1 3/4] ASoc: pcm6240: Add compile item for pcm6240 codec driver
` [PATCH v1 4/4] ASoc: dt-bindings: Create yaml file "

[PATCH v4 0/4] ASoC: qcom: volume fixes and codec cleanups
 2024-01-23 13:57 UTC  (17+ messages)
` [PATCH v4 1/4] ASoC: codecs: wsa883x: fix PA volume control
` [PATCH v4 2/4] ASoC: qcom: sc8280xp: limit speaker volumes
` [PATCH v4 3/4] ASoC: codecs: lpass-wsa-macro: fix compander volume hack
` [PATCH v4 4/4] ASoC: codecs: wcd9335: drop unused gain hack remnant

[PATCH v3] ASoC: Intel: mtl-match: Add cs42l43_l0 cs35l56_l23 for MTL
 2024-01-23 11:32 UTC 

[PATCH v2] ASoC: Intel: mtl-match: Add cs42l43_l0 cs35l56_l23 for MTL
 2024-01-23  8:48 UTC  (3+ messages)

[PATCH 1/2] ALSA: hda: Replace numeric device IDs with constant values
 2024-01-23  7:51 UTC  (5+ messages)
` [PATCH 2/2] ALSA: hda: Increase default bdl_pos_adj for Apollo Lake

[PATCH v3 0/2] Small runtime PM API changes
 2024-01-23  7:45 UTC  (5+ messages)
` [PATCH v3 1/2] pm: runtime: Simplify pm_runtime_get_if_active() usage

[PATCH 6.6 334/583] kselftest/alsa - mixer-test: fix the number of parameters to ksft_exit_fail_msg()
 2024-01-22 23:56 UTC  (3+ messages)
` [PATCH 6.6 335/583] kselftest/alsa - mixer-test: Fix the print format specifier warning
` [PATCH 6.6 336/583] kselftest/alsa - conf: Stringify the printed errno in sysfs_get()

[PATCH 6.1 242/417] kselftest/alsa - mixer-test: fix the number of parameters to ksft_exit_fail_msg()
 2024-01-22 23:56 UTC  (2+ messages)
` [PATCH 6.1 243/417] kselftest/alsa - mixer-test: Fix the print format specifier warning

[PATCH 6.7 370/641] kselftest/alsa - mixer-test: fix the number of parameters to ksft_exit_fail_msg()
 2024-01-22 23:54 UTC  (3+ messages)
` [PATCH 6.7 371/641] kselftest/alsa - mixer-test: Fix the print format specifier warning
` [PATCH 6.7 372/641] kselftest/alsa - conf: Stringify the printed errno in sysfs_get()

[PATCH 00/13] of: property: add port base loop
 2024-01-23  0:05 UTC  (14+ messages)
` [PATCH 01/13] "
` [PATCH 02/13] of: property: use of_graph_get_next_port() on of_graph_get_next_endpoint()
` [PATCH 03/13] of: property: add of_graph_get_next_endpoint_raw()
` [PATCH 04/13] drm: omapdrm: use of_graph_get_next_endpoint_raw()
` [PATCH 05/13] media: xilinx-tpg: "
` [PATCH 06/13] ASoC: audio-graph-card.c: "
` [PATCH 07/13] ASoC: audio-graph-card2: use of_graph_get_next_port()
` [PATCH 08/13] ASoC: audio-graph-card2.c: use of_graph_get_next_endpoint_raw()
` [PATCH 09/13] ASoC: test-component: use for_each_port_of_node()
` [PATCH 10/13] fbdev: omapfb: use of_graph_get_remote_port()
` [PATCH 11/13] fbdev: omapfb: use of_graph_get_next_port()
` [PATCH 12/13] fbdev: omapfb: use of_graph_get_next_endpoint_raw()
` [PATCH 13/13] fbdev: omapfb: use of_graph_get_next_endpoint()

[PATCH v5 0/4] ASoC: qcom: volume fixes and codec cleanups
 2024-01-22 21:54 UTC  (6+ messages)
` [PATCH v5 1/4] ASoC: codecs: wsa883x: fix PA volume control
` [PATCH v5 2/4] ASoC: qcom: sc8280xp: limit speaker volumes
` [PATCH v5 3/4] ASoC: codecs: lpass-wsa-macro: fix compander volume hack
` [PATCH v5 4/4] ASoC: codecs: wcd9335: drop unused gain hack remnant
` (subset) [PATCH v5 0/4] ASoC: qcom: volume fixes and codec cleanups

[PATCH] ASoC: codecs: ES8326: Remove executable bit
 2024-01-22 21:54 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: use devm_snd_soc_register_card()
 2024-01-22 21:54 UTC  (2+ messages)

[PATCH 1/2] ASoC: dt-bindings: fsl-sai: Add power-domains
 2024-01-22 21:08 UTC  (2+ messages)

[PATCH] ASoC: codecs: wcd938x: fix headphones volume controls
 2024-01-22 20:44 UTC  (2+ messages)

[PATCH 1/3] ASoC: amd: acp: Enable rt5682s clocks in acp slave mode
 2024-01-22 20:44 UTC  (2+ messages)

[PATCH] ASoC: allow up to eight CPU/codec DAIs
 2024-01-22 20:44 UTC  (2+ messages)

[PATCH 1/3] ASoC: codecs: wcd938x: handle deferred probe
 2024-01-22 20:44 UTC  (2+ messages)

[PATCH v2 0/3] ASoC: Support SAI and MICFIL on i.MX95 platform
 2024-01-22 20:44 UTC  (2+ messages)

[PATCH v4 0/5] ASoC: codecs: add support for WCD939x Codec
 2024-01-22 20:44 UTC  (2+ messages)

[PATCH v2 0/8] Improve SOF support for Steam Deck OLED
 2024-01-22 20:44 UTC  (2+ messages)

[PATCH AUTOSEL 6.7 02/88] ALSA: hda: Refer to correct stream index at loops
 2024-01-22 18:10 UTC  (9+ messages)
` [PATCH AUTOSEL 6.7 03/88] ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
` [PATCH AUTOSEL 6.7 10/88] ASoC: SOF: icp3-dtrace: Fix wrong kfree() usage
` [PATCH AUTOSEL 6.7 16/88] ASoC: amd: Add new dmi entries for acp5x platform
` [PATCH AUTOSEL 6.7 30/88] ALSA: hda: Intel: add HDA_ARL PCI ID support
` [PATCH AUTOSEL 6.7 31/88] ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
` [PATCH AUTOSEL 6.7 72/88] ALSA: hda/tas2781: add fixup for Lenovo 14ARB7
` [PATCH AUTOSEL 6.7 85/88] ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140

[PATCH v2] treewide, serdev: change receive_buf() return type to size_t
 2024-01-22 18:05 UTC 

[PATCH v2] ASoC: soc-core.c: Add "Unknown" and "Unknown Product" to dmi_blacklist
 2024-01-22 17:53 UTC  (6+ messages)
` [PATCH v3] "

[PATCH] ASoC: dt-bindings: Do not override firmware-name $ref
 2024-01-22 16:33 UTC  (2+ messages)

[PATCH] ASoC: p1022_rdk: fix all kernel-doc warnings
 2024-01-22 16:33 UTC  (2+ messages)

[PATCH v2] ASoC: ti: j721e-evm: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-22 16:33 UTC  (2+ messages)

[PATCH] ASoC: qcom: Use devm_kcalloc() instead of devm_kzalloc()
 2024-01-22 16:33 UTC  (2+ messages)

[PATCH AUTOSEL 4.19 02/23] ALSA: hda: Refer to correct stream index at loops
 2024-01-22 15:17 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 03/23] ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
` [PATCH AUTOSEL 4.19 12/23] ALSA: hda: Intel: add HDA_ARL PCI ID support

[PATCH AUTOSEL 5.4 02/24] ALSA: hda: Refer to correct stream index at loops
 2024-01-22 15:16 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 03/24] ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
` [PATCH AUTOSEL 5.4 13/24] ALSA: hda: Intel: add HDA_ARL PCI ID support

[PATCH AUTOSEL 5.10 02/28] ALSA: hda: Refer to correct stream index at loops
 2024-01-22 15:14 UTC  (4+ messages)
` [PATCH AUTOSEL 5.10 03/28] ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
` [PATCH AUTOSEL 5.10 16/28] ALSA: hda: Intel: add HDA_ARL PCI ID support
` [PATCH AUTOSEL 5.10 17/28] ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL

[PATCH AUTOSEL 5.15 02/35] ALSA: hda: Refer to correct stream index at loops
 2024-01-22 15:12 UTC  (5+ messages)
` [PATCH AUTOSEL 5.15 03/35] ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
` [PATCH AUTOSEL 5.15 16/35] ALSA: hda: Intel: add HDA_ARL PCI ID support
` [PATCH AUTOSEL 5.15 17/35] ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
` [PATCH AUTOSEL 5.15 35/35] ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140

[PATCH] ASoC: Intel: mtl-match: Add cs42l43_l0 cs35l56_l23 for MTL
 2024-01-22 15:12 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 02/53] ALSA: hda: Refer to correct stream index at loops
 2024-01-22 15:08 UTC  (6+ messages)
` [PATCH AUTOSEL 6.1 03/53] ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
` [PATCH AUTOSEL 6.1 07/53] ASoC: SOF: icp3-dtrace: Fix wrong kfree() usage
` [PATCH AUTOSEL 6.1 13/53] ASoC: amd: Add new dmi entries for acp5x platform
` [PATCH AUTOSEL 6.1 22/53] ALSA: hda: Intel: add HDA_ARL PCI ID support
` [PATCH AUTOSEL 6.1 50/53] ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140

[PATCH AUTOSEL 6.6 02/73] ALSA: hda: Refer to correct stream index at loops
 2024-01-22 15:02 UTC  (8+ messages)
` [PATCH AUTOSEL 6.6 03/73] ASoC: doc: Fix undefined SND_SOC_DAPM_NOPM argument
` [PATCH AUTOSEL 6.6 08/73] ASoC: SOF: icp3-dtrace: Fix wrong kfree() usage
` [PATCH AUTOSEL 6.6 14/73] ASoC: amd: Add new dmi entries for acp5x platform
` [PATCH AUTOSEL 6.6 24/73] ALSA: hda: Intel: add HDA_ARL PCI ID support
` [PATCH AUTOSEL 6.6 25/73] ALSA: hda: intel-dspcfg: add filters for ARL-S and ARL
` [PATCH AUTOSEL 6.6 59/73] ALSA: hda/tas2781: add fixup for Lenovo 14ARB7
` [PATCH AUTOSEL 6.6 70/73] ALSA: hda/conexant: Fix headset auto detect fail in cx8070 and SN6140

[PATCH v3 0/5] reset: gpio: ASoC: shared GPIO resets
 2024-01-22 13:14 UTC  (10+ messages)
` [PATCH v3 2/5] reset: Instantiate reset GPIO controller for shared reset-gpios

[PATCH 0/3] ALSA: usb: add support for XMOS XVF3500
 2024-01-22 12:43 UTC  (16+ messages)
` [PATCH 2/3] ASoC: dt-bindings: xmos,xvf3500: add bindings "

[PATCH] ALSA: synth: Save a few bytes of memory when registering a 'snd_emux'
 2024-01-22 12:07 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: fix mute/micmute LEDs for HP ZBook Power
 2024-01-22 12:02 UTC  (2+ messages)

[PATCH] ALSA: hda: Increase default bdl_pos_adj for Apollo Lake
 2024-01-22 11:21 UTC  (3+ messages)

[PATCH V3 01/13] ASoC/soundwire: implement generic api for scanning amd soundwire controller
 2024-01-22  9:24 UTC  (8+ messages)
` [PATCH V3 07/13] ASoC: SOF: amd: add code for invoking soundwire manager helper functions
` [PATCH V3 08/13] ASoC: SOF: amd: add interrupt handling for SoundWire manager devices
` [PATCH V3 09/13] ASoC: SOF: amd: Add Soundwire DAI configuration support for AMD platforms
` [PATCH V3 10/13] ASoC: SOF: amd: add machine select logic for soundwire based platforms
` [PATCH V3 11/13] ASoC: SOF: amd: update descriptor fields for acp6.3 based platform
` [PATCH V3 12/13] ASoC: SOF: amd: select soundwire dependency flag "
` [PATCH V3 13/13] ASoC: SOF: amd: refactor acp driver pm ops

[PATCH V2 01/13] ASoC/soundwire: implement generic api for scanning amd soundwire controller
 2024-01-22  7:32 UTC  (2+ messages)

[GIT PULL] sound fixes for 6.8-rc1
 2024-01-19 21:27 UTC  (2+ messages)

[PATCH v3 0/5] ASoC: qcom: volume fixes and codec cleanups
 2024-01-19  8:10 UTC  (10+ messages)
` [PATCH v3 2/5] ASoC: codecs: wsa883x: lower default PA gain
` [PATCH v3 3/5] ASoC: qcom: sc8280xp: limit speaker volumes
` [PATCH v3 4/5] ASoC: codecs: lpass-wsa-macro: fix compander volume hack


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