diff options
author | Steve Lee <steves.lee@maximintegrated.com> | 2021-08-09 17:21:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-08-09 18:06:48 +0300 |
commit | a10facb752535c078c914b1910dd72eb2e8d584b (patch) | |
tree | ba702fc9dfed52aaa174b52f55f9ec8e8202d3c5 /sound/soc/codecs/max98390.h | |
parent | 455ecc808e99f154bd80541219f207f752a61c16 (diff) | |
download | linux-a10facb752535c078c914b1910dd72eb2e8d584b.tar.xz |
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.h | 1 |
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 |