diff options
author | Guneshwor Singh <guneshwor.o.singh@intel.com> | 2017-10-09 07:50:31 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-10-13 21:25:20 +0200 |
commit | 606e21fd6f43b9be8c7d9df8bc415f1637fbeb04 (patch) | |
tree | e4c0d9875e1e65838c6d1af8f5ec730b72b8031c /sound/soc/intel/skylake/skl-topology.c | |
parent | ASoC: Intel: Skylake: Add flag to check to register FE dais from topology (diff) | |
download | linux-606e21fd6f43b9be8c7d9df8bc415f1637fbeb04.tar.xz linux-606e21fd6f43b9be8c7d9df8bc415f1637fbeb04.zip |
ASoC: Intel: Skylake: Add dai load ops for dais from topology
Since FE dais can come from topology, add dai_load ops
for the dais from topology.
Signed-off-by: Guneshwor Singh <guneshwor.o.singh@intel.com>
Acked-By: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-topology.c')
-rw-r--r-- | sound/soc/intel/skylake/skl-topology.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c index 22f768ca3c73..ff4f53cdc0a1 100644 --- a/sound/soc/intel/skylake/skl-topology.c +++ b/sound/soc/intel/skylake/skl-topology.c @@ -3331,6 +3331,7 @@ static struct snd_soc_tplg_ops skl_tplg_ops = { .io_ops = skl_tplg_kcontrol_ops, .io_ops_count = ARRAY_SIZE(skl_tplg_kcontrol_ops), .manifest = skl_manifest_load, + .dai_load = skl_dai_load, }; /* |