diff options
| author | Takashi Iwai <tiwai@suse.de> | 2025-04-11 16:51:19 +0300 |
|---|---|---|
| committer | Takashi Iwai <tiwai@suse.de> | 2025-04-11 16:51:19 +0300 |
| commit | 7338856257fc6ee0a06dddf1f0888f3cfc95dc60 (patch) | |
| tree | a4801d1ed0b370da1ef9f0904348d965fd173ce3 /include/linux | |
| parent | b5458fcabd96ce29adbf7225c1741ecdfff70a91 (diff) | |
| parent | e6c4618422a25cb266bf752040eb509865caeb0e (diff) | |
| download | linux-7338856257fc6ee0a06dddf1f0888f3cfc95dc60.tar.xz | |
Merge tag 'asoc-fix-v6.15-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v6.15
A set of small fixes, quirks and device ID additions that came in since
-rc1, none of them super stand out. There's also a change to Srini's
email address in MAINTAINERS.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/firmware/cirrus/cs_dsp_test_utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/firmware/cirrus/cs_dsp_test_utils.h b/include/linux/firmware/cirrus/cs_dsp_test_utils.h index 4f87a908ab4f..ecd821ed8064 100644 --- a/include/linux/firmware/cirrus/cs_dsp_test_utils.h +++ b/include/linux/firmware/cirrus/cs_dsp_test_utils.h @@ -104,7 +104,6 @@ unsigned int cs_dsp_mock_num_dsp_words_to_num_packed_regs(unsigned int num_dsp_w unsigned int cs_dsp_mock_xm_header_get_alg_base_in_words(struct cs_dsp_test *priv, unsigned int alg_id, int mem_type); -unsigned int cs_dsp_mock_xm_header_get_fw_version_from_regmap(struct cs_dsp_test *priv); unsigned int cs_dsp_mock_xm_header_get_fw_version(struct cs_dsp_mock_xm_header *header); void cs_dsp_mock_xm_header_drop_from_regmap_cache(struct cs_dsp_test *priv); int cs_dsp_mock_xm_header_write_to_regmap(struct cs_dsp_mock_xm_header *header); |
