Richard Fitzgerald ([email protected])

Number of posts: 916 (0.41 per day)
First post: 2018-02-05 11:40:22
Last post: 2024-04-15 13:39:40

Date List Subject
2024-04-15 13:39:40 linux-kernel Re: [PATCH] regmap: kunit: Fix an NULL vs IS_ERR() check
2024-04-12 13:04:42 linux-kernel Re: [PATCH v3] ASoC: soc-card: soc-card-test: Fix some error handling in init()
2024-04-11 18:25:25 linux-kernel Re: [PATCH v1] ASoC: cs35l41: Update DSP1RX5/6 Sources for DSP config
2024-04-11 10:38:40 linux-kernel [PATCH] regmap: kunit: Fix memory leaks in gen_regmap() and gen_raw_regmap()
2024-04-10 16:13:50 linux-kernel [PATCH] ASoC: wm_adsp: Include array_size.h
2024-04-10 16:08:59 linux-kernel [PATCH] ASoC: cs35l56: Include array_size.h
2024-04-10 15:38:59 linux-kernel Re: [PATCH v2] ASoC: soc-card: soc-card-test: Fix some error handling in probe()
2024-04-10 14:52:40 linux-kernel Re: [PATCH v2] ASoC: soc-card: soc-card-test: Fix some error handling in probe()
2024-04-08 15:16:42 linux-kernel [PATCH 09/11] regmap: kunit: Replace a kmalloc/kfree() pair with KUnit-managed alloc
2024-04-08 15:16:00 linux-kernel [PATCH 01/11] regmap: kunit: Fix warnings of implicit casts to __le16 and __be16
2024-04-08 15:15:37 linux-kernel [PATCH 00/11] regmap: kunit: Add some test cases and a few small improvements
2024-04-08 14:47:56 linux-kernel [PATCH 02/11] regmap: kunit: Create a struct device for the regmap
2024-04-08 14:47:53 linux-kernel [PATCH 03/11] regmap: kunit: Introduce struct for test case parameters
2024-04-08 14:47:45 linux-kernel [PATCH 04/11] regmap: kunit: Run sparse cache tests at non-zero register addresses
2024-04-08 14:47:44 linux-kernel [PATCH 11/11] regmap: kunit: Add test cases for regmap_read_bypassed()
2024-04-08 14:47:30 linux-kernel [PATCH 08/11] regmap: kunit: Use a KUnit action to call regmap_exit()
2024-04-08 14:47:02 linux-kernel [PATCH 06/11] regmap: kunit: Add more cache-drop tests
2024-04-08 14:47:00 linux-kernel [PATCH 10/11] regmap: kunit: Add cache-drop test with multiple cache blocks
2024-04-08 14:46:38 linux-kernel [PATCH 05/11] regmap: kunit: Run non-sparse cache tests at non-zero register addresses
2024-04-08 14:46:34 linux-kernel [PATCH 07/11] regmap: kunit: Add more cache-sync tests
2024-04-08 10:53:21 linux-kernel [PATCH 0/4] ASoC: cs35l56: Fixes to handling of ASP1 config registers
2024-04-08 10:53:17 linux-kernel [PATCH 1/4] regmap: Add regmap_read_bypassed()
2024-04-08 10:25:13 linux-kernel [PATCH 3/4] ASoC: cs35l56: Fix unintended bus access while resetting amp
2024-04-08 10:21:13 linux-kernel [PATCH 2/4] ALSA: hda: cs35l56: Exit cache-only after cs35l56_wait_for_firmware_boot()
2024-04-08 10:18:45 linux-kernel [PATCH 4/4] ASoC: cs35l56: Prevent overwriting firmware ASP config
2024-04-01 10:04:16 linux-kernel [PATCH v2 3/3] ASoC: soc-card: Add KUnit test case for snd_soc_card_get_kcontrol
2024-04-01 10:03:03 linux-kernel [PATCH v2 2/3] ASoC: soc-card: Use snd_ctl_find_id_mixer() instead of open-coding
2024-04-01 10:02:55 linux-kernel [PATCH v2 0/3] ASoC: Use snd_ctl_find_id_mixer() instead of open-coding
2024-04-01 10:02:30 linux-kernel [PATCH v2 1/3] ALSA: control: Introduce snd_ctl_find_id_mixer_locked()
2024-04-01 09:33:29 linux-kernel Re: [PATCH 0/5] ALSA: cirrus: Tidy up of firmware control read/write
2024-03-29 15:15:16 linux-kernel [PATCH] regmap: maple: Fix uninitialized symbol 'ret' warnings
2024-03-27 15:55:17 linux-kernel Re: [PATCH] regmap: maple: Fix cache corruption in regcache_maple_drop()
2024-03-27 11:44:20 linux-kernel [PATCH] regmap: maple: Fix cache corruption in regcache_maple_drop()
2024-03-25 21:58:26 linux-kernel [PATCH 4/5] ASoC: wm_adsp: Remove notification of driver write
2024-03-25 18:57:28 linux-kernel [PATCH 0/3] ASoC: Use snd_ctl_find_id_mixer() instead of open-coding
2024-03-25 17:52:35 linux-kernel [PATCH 2/5] ASoC: wm_adsp: Use cs_dsp_coeff_lock_and_[read|write]_ctrl()
2024-03-25 16:43:44 linux-kernel [PATCH] ALSA: hda: cs35l56: Set the init_done flag before component_add()
2024-03-25 16:40:50 linux-kernel [PATCH] ASoC: cs-amp-lib: Check for no firmware controls when writing calibration
2024-03-25 16:35:32 linux-kernel [PATCH] ALSA: hda: cs35l56: Raise device name message log level
2024-03-25 15:47:48 linux-kernel [PATCH 2/3] ASoC: soc-card: Use snd_ctl_find_id_mixer() instead of open-coding
2024-03-25 15:33:15 linux-kernel [PATCH 3/3] ASoC: soc-card: Add KUnit test case for snd_soc_card_get_kcontrol
2024-03-25 15:32:44 linux-kernel [PATCH 1/3] ALSA: control: Introduce snd_ctl_find_id_mixer_locked()
2024-03-25 15:05:54 linux-kernel [PATCH 0/5] ALSA: cirrus: Tidy up of firmware control read/write
2024-03-25 15:04:03 linux-kernel [PATCH 1/5] firmware: cs_dsp: Add locked wrappers for coeff read and write
2024-03-25 14:55:50 linux-kernel [PATCH 5/5] ALSA: hda: hda_cs_dsp_ctl: Remove notification of driver write
2024-03-25 14:55:25 linux-kernel [PATCH 3/5] ALSA: hda: hda_cs_dsp_ctl: Use cs_dsp_coeff_lock_and_[read|write]_ctrl()
2024-03-08 14:00:43 linux-kernel [PATCH 1/3] ASoC: cs35l56: Add support for CS35L54 and CS35L57
2024-03-08 14:00:18 linux-kernel [PATCH 2/3] ALSA: hda: cs35l56: Add support for CS35L54 and CS35L57
2024-03-08 14:00:17 linux-kernel [PATCH 3/3] platform/x86: serial-multi-instantiate: Add support for CS35L54 and CS35L57
2024-03-08 14:00:04 linux-kernel [PATCH 0/3] ALSA: Add support for Cirrus Logic CS35L54 and CS35L57
2024-03-07 11:14:06 linux-kernel [PATCH 2/2] ALSA: hda: hda_component: Include sound/hda_codec.h