diff options
| author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2026-02-25 17:01:18 +0300 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-02-26 22:16:48 +0300 |
| commit | 501efdcb3b3ab099fc0ce2f6e668b1c4095dd476 (patch) | |
| tree | 1b81a29d0c48a065b8aff426346d14a3e9121442 /include | |
| parent | d4f7d5a9a0f963dc895c18084425ce332a80d3a8 (diff) | |
| download | linux-501efdcb3b3ab099fc0ce2f6e668b1c4095dd476.tar.xz | |
ASoC: SDCA: Pull the Q7.8 volume helpers out of soc-ops
It is cleaner to keep the SDCA code contained and not update the core
code for things that are unlikely to see reuse outside of SDCA. Move the
Q7.8 volume helpers back into the SDCA core code.
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.dev>
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20260225140118.402695-5-ckeepax@opensource.cirrus.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 7d8376c8e1be..172bd68e1315 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1239,7 +1239,6 @@ struct soc_mixer_control { unsigned int sign_bit; unsigned int invert:1; unsigned int autodisable:1; - unsigned int sdca_q78:1; #ifdef CONFIG_SND_SOC_TOPOLOGY struct snd_soc_dobj dobj; #endif |
