summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/max98390.h
diff options
context:
space:
mode:
authorSteve Lee <steves.lee@maximintegrated.com>2021-08-09 23:21:40 +0900
committerMark Brown <broonie@kernel.org>2021-08-09 16:06:48 +0100
commita10facb752535c078c914b1910dd72eb2e8d584b (patch)
treeba702fc9dfed52aaa174b52f55f9ec8e8202d3c5 /sound/soc/codecs/max98390.h
parent455ecc808e99f154bd80541219f207f752a61c16 (diff)
ASoC: max98390: Add support change dsm param name
In case of using different type of speaker, support using different dsm parameter bin file for each amp connected. Signed-off-by: Steve Lee <steves.lee@maximintegrated.com> Link: https://lore.kernel.org/r/20210809142140.9293-1-steves.lee@maximintegrated.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/max98390.h')
-rw-r--r--sound/soc/codecs/max98390.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/max98390.h b/sound/soc/codecs/max98390.h
index e31516717d3b..c250740f73a2 100644
--- a/sound/soc/codecs/max98390.h
+++ b/sound/soc/codecs/max98390.h
@@ -662,5 +662,6 @@ struct max98390_priv {
unsigned int i_l_slot;
unsigned int ref_rdc_value;
unsigned int ambient_temp_value;
+ const char *dsm_param_name;
};
#endif