diff options
author | Mengdong Lin <mengdong.lin@intel.com> | 2015-08-18 18:11:51 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-21 15:26:52 -0700 |
commit | 88a17d8fb7c4a156ec13e6668b46dbbedf670ff7 (patch) | |
tree | 59bb824ba851331570d3acf19a3cd18d0bb6b878 /include/sound/soc-topology.h | |
parent | d033de5ceee8333e4fee3d59a956244d3736102a (diff) |
ASoC: topology: Bind vendor specific kcontrol handlers before standard ones
Vendor specific handlers should override standard handlers. So we can
handle things in the order from specific to generic.
Signed-off-by: Mengdong Lin <mengdong.lin@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound/soc-topology.h')
-rw-r--r-- | include/sound/soc-topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-topology.h b/include/sound/soc-topology.h index 865a141b118b..a6541a1bc709 100644 --- a/include/sound/soc-topology.h +++ b/include/sound/soc-topology.h @@ -136,7 +136,7 @@ struct snd_soc_tplg_ops { int (*manifest)(struct snd_soc_component *, struct snd_soc_tplg_manifest *); - /* bespoke kcontrol handlers available for binding */ + /* vendor specific kcontrol handlers available for binding */ const struct snd_soc_tplg_kcontrol_ops *io_ops; int io_ops_count; }; |