diff options
author | Mark Brown <broonie@kernel.org> | 2020-11-30 16:05:07 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-11-30 16:05:07 +0000 |
commit | e5879d988291a964a87c4868057dc989d901eea0 (patch) | |
tree | 465bb757245f6c9050315d8aae61ad081affc676 /sound/soc/codecs/rt1015.h | |
parent | 645be01d7b553e9ab0791ceb88f381a087d691d9 (diff) | |
parent | f9d8ae0b91763765686833e500af0256bf769ba2 (diff) |
Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.11
Diffstat (limited to 'sound/soc/codecs/rt1015.h')
-rw-r--r-- | sound/soc/codecs/rt1015.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/codecs/rt1015.h b/sound/soc/codecs/rt1015.h index ad8274c80990..b6ea753014e1 100644 --- a/sound/soc/codecs/rt1015.h +++ b/sound/soc/codecs/rt1015.h @@ -12,6 +12,7 @@ #ifndef __RT1015_H__ #define __RT1015_H__ +#include <sound/rt1015.h> #define RT1015_DEVICE_ID_VAL 0x1011 #define RT1015_DEVICE_ID_VAL2 0x1015 @@ -422,6 +423,7 @@ enum { struct rt1015_priv { struct snd_soc_component *component; + struct rt1015_platform_data pdata; struct regmap *regmap; int sysclk; int sysclk_src; |