diff options
author | Curtis Malainey <cujomalainey@chromium.org> | 2019-05-08 01:32:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-05-08 08:43:52 +0200 |
commit | 893d1a9c5c1c246eb756c828a12b5966d2ed9a17 (patch) | |
tree | 5363e16f93fa47b907060ba22bb7b65cab352b22 /sound/soc/codecs/rt5677.h | |
parent | ASoC: rt5677: use more of the volume range from DACs (diff) | |
download | linux-893d1a9c5c1c246eb756c828a12b5966d2ed9a17.tar.xz linux-893d1a9c5c1c246eb756c828a12b5966d2ed9a17.zip |
ASoC: rt5677: Add component driver name
Add name to component driver so it is possible to lookup the component
when needed.
Signed-off-by: Curtis Malainey <cujomalainey@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/rt5677.h')
-rw-r--r-- | sound/soc/codecs/rt5677.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt5677.h b/sound/soc/codecs/rt5677.h index 183d92b03045..11a2ffceec3b 100644 --- a/sound/soc/codecs/rt5677.h +++ b/sound/soc/codecs/rt5677.h @@ -1674,6 +1674,8 @@ #define RT5677_FIRMWARE1 "rt5677_dsp_fw1.bin" #define RT5677_FIRMWARE2 "rt5677_dsp_fw2.bin" +#define RT5677_DRV_NAME "rt5677" + /* System Clock Source */ enum { RT5677_SCLK_S_MCLK, |