diff options
author | Mark Brown <broonie@kernel.org> | 2020-06-29 20:47:01 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-06-29 20:47:01 +0100 |
commit | 351cf7445f009d7c4edcecdaf7cdee8f33046164 (patch) | |
tree | 792e5215550df8566db077ffdb26fae97db9e863 /include/sound | |
parent | f10b6c99c08433861d1ed62267fa57ced7dbdf50 (diff) | |
parent | 3f31f7d9b5404a10648abe536c8b408bfb4502e1 (diff) |
Merge branch 'for-5.8' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.9
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/rt5670.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/rt5670.h b/include/sound/rt5670.h index f9024c7a1600..02e1d7778354 100644 --- a/include/sound/rt5670.h +++ b/include/sound/rt5670.h @@ -12,6 +12,7 @@ struct rt5670_platform_data { int jd_mode; bool in2_diff; bool dev_gpio; + bool gpio1_is_ext_spk_en; bool dmic_en; unsigned int dmic1_data_pin; |