Lines Matching full:topology
3 * soc-topology-test.c -- ALSA SoC Topology Kernel Unit Tests
11 #include <sound/soc-topology.h>
25 .name = "sound-soc-topology-test-driver",
30 test_dev = root_device_register("sound-soc-topology-test"); in snd_soc_tplg_test_init()
47 * helper struct we use when registering component, as we load topology during
53 int expect; /* what result we expect when loading topology */
67 "Failed topology load"); in d_probe()
87 SND_SOC_DAILINK_DEF(platform, DAILINK_COMP_ARRAY(COMP_PLATFORM("sound-soc-topology-test")));
104 .name = "sound-soc-topology-test",
109 /* ===== TOPOLOGY TEMPLATES ================================================= */
111 // Structural representation of topology which can be generated with:
140 // Structural representation of topology containing SectionPCM
220 * topology load during component initialization, we don't need .remove
232 "Failed topology load"); in d_probe_null_comp()
238 .name = "sound-soc-topology-test",
280 * NULL ops is default case, we pass empty topology (fw), so we don't have
324 * when calling topology load during component initialization, we don't need
336 "Failed topology load"); in d_probe_null_fw()
342 .name = "sound-soc-topology-test",
382 // Test passing "empty" topology file
430 // Test "empty" topology file, but with bad "magic"
485 // Test "empty" topology file, but with bad "abi"
540 // Test "empty" topology file, but with bad "size"
595 // Test "empty" topology file, but with bad "payload_size"
651 // Test passing topology file with PCM definition
699 // Test passing topology file with PCM definition
751 // Test passing topology file with PCM definition