Searched refs:TEST_NAME_LEN (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/sound/soc/generic/ |
H A D | test-component.c | 16 #define TEST_NAME_LEN 32 macro 18 char name[TEST_NAME_LEN]; 19 char name_playback[TEST_NAME_LEN]; 20 char name_capture[TEST_NAME_LEN]; 604 snprintf(dname[i].name, TEST_NAME_LEN, "%s.%d", node->name, i); in test_driver_probe() 607 snprintf(dname[i].name_playback, TEST_NAME_LEN, "DAI%d Playback", i); in test_driver_probe() 614 snprintf(dname[i].name_capture, TEST_NAME_LEN, "DAI%d Capture", i); in test_driver_probe()
|