summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorMengdong Lin <mengdong.lin@intel.com>2015-08-18 10:11:51 (GMT)
committerMark Brown <broonie@kernel.org>2015-08-21 22:26:52 (GMT)
commit88a17d8fb7c4a156ec13e6668b46dbbedf670ff7 (patch)
tree59bb824ba851331570d3acf19a3cd18d0bb6b878 /include/sound
parentd033de5ceee8333e4fee3d59a956244d3736102a (diff)
downloadlinux-88a17d8fb7c4a156ec13e6668b46dbbedf670ff7.tar.xz
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')
-rw-r--r--include/sound/soc-topology.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc-topology.h b/include/sound/soc-topology.h
index 865a141..a6541a1 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;
};