Lines Matching full:topology

3  * soc-topology-test.c  --  ALSA SoC Topology Kernel Unit Tests
11 #include <sound/soc-topology.h>
27 test_dev = kunit_device_register(test, "sound-soc-topology-test"); in snd_soc_tplg_test_init()
41 * helper struct we use when registering component, as we load topology during
47 int expect; /* what result we expect when loading topology */
61 "Failed topology load"); in d_probe()
81 SND_SOC_DAILINK_DEF(platform, DAILINK_COMP_ARRAY(COMP_PLATFORM("sound-soc-topology-test")));
96 .name = "sound-soc-topology-test",
101 /* ===== TOPOLOGY TEMPLATES ================================================= */
103 // Structural representation of topology which can be generated with:
132 // Structural representation of topology containing SectionPCM
212 * topology load during component initialization, we don't need .remove
224 "Failed topology load"); in d_probe_null_comp()
230 .name = "sound-soc-topology-test",
272 * NULL ops is default case, we pass empty topology (fw), so we don't have
316 * when calling topology load during component initialization, we don't need
328 "Failed topology load"); in d_probe_null_fw()
334 .name = "sound-soc-topology-test",
374 // Test passing "empty" topology file
422 // Test "empty" topology file, but with bad "magic"
477 // Test "empty" topology file, but with bad "abi"
532 // Test "empty" topology file, but with bad "size"
587 // Test "empty" topology file, but with bad "payload_size"
643 // Test passing topology file with PCM definition
691 // Test passing topology file with PCM definition
743 // Test passing topology file with PCM definition
820 MODULE_DESCRIPTION("ASoC Topology Kernel Unit Tests");