Searched refs:chCardName (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/external/rockit/mpi/example/mod/ |
| H A D | test_mpi_ai.cpp | 49 char *chCardName; member 119 if (ctx->chCardName) { in test_open_device_ai() 121 sizeof(aiAttr.u8CardName), "%s", ctx->chCardName); in test_open_device_ai() 281 RK_PRINT("sound card name : %s\n", ctx->chCardName); in mpi_ai_test_show_options() 305 ctx->chCardName = RK_NULL; in main() 332 OPT_STRING('\0', "sound_card_name", &(ctx->chCardName), in main()
|
| H A D | test_mpi_ao.cpp | 48 char *chCardName; member 123 if (ctx->chCardName) { in test_open_device_ao() 125 sizeof(aoAttr.u8CardName), "%s", ctx->chCardName); in test_open_device_ao() 453 RK_PRINT("sound card name : %s\n", ctx->chCardName); in mpi_ao_test_show_options() 489 ctx->chCardName = RK_NULL; in main() 531 OPT_STRING('\0', "sound_card_name", &(ctx->chCardName), in main()
|