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")));
98 .name = "sound-soc-topology-test",
103 /* ===== TOPOLOGY TEMPLATES ================================================= */
105 // Structural representation of topology which can be generated with:
134 // Structural representation of topology containing SectionPCM
214 * topology load during component initialization, we don't need .remove
226 "Failed topology load"); in d_probe_null_comp()
232 .name = "sound-soc-topology-test",
274 * NULL ops is default case, we pass empty topology (fw), so we don't have
318 * when calling topology load during component initialization, we don't need
330 "Failed topology load"); in d_probe_null_fw()
336 .name = "sound-soc-topology-test",
376 // Test passing "empty" topology file
424 // Test "empty" topology file, but with bad "magic"
479 // Test "empty" topology file, but with bad "abi"
534 // Test "empty" topology file, but with bad "size"
589 // Test "empty" topology file, but with bad "payload_size"
645 // Test passing topology file with PCM definition
693 // Test passing topology file with PCM definition
745 // Test passing topology file with PCM definition
822 MODULE_DESCRIPTION("ASoC Topology Kernel Unit Tests");