diff options
author | Mark Brown <broonie@kernel.org> | 2020-03-13 18:52:23 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-13 18:52:23 +0000 |
commit | 673f45f7bf7dbb6801a04053e3e2d13dfa42db08 (patch) | |
tree | 1eaca68ae7681a38d63ba780f858f9ea3813c43d /include | |
parent | bd2b34e485f2361655c6020aa2d3bf2a14ae9dff (diff) | |
parent | 1a0f2433d7380c957d5d29e60a2eeb03ca3afe21 (diff) |
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/soc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 03054bf9cd37..d97c4aa779a2 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -1066,6 +1066,7 @@ struct snd_soc_card { const struct snd_soc_dapm_route *of_dapm_routes; int num_of_dapm_routes; bool fully_routed; + bool disable_route_checks; /* lists of probed devices belonging to this card */ struct list_head component_dev_list; |