Searched refs:aiAttr (Results 1 – 1 of 1) sorted by relevance
115 AIO_ATTR_S aiAttr; in test_open_device_ai() local117 memset(&aiAttr, 0, sizeof(AIO_ATTR_S)); in test_open_device_ai()120 snprintf(reinterpret_cast<char *>(aiAttr.u8CardName), in test_open_device_ai()121 sizeof(aiAttr.u8CardName), "%s", ctx->chCardName); in test_open_device_ai()124 aiAttr.soundCard.channels = ctx->s32DeviceChannel; in test_open_device_ai()125 aiAttr.soundCard.sampleRate = ctx->s32DeviceSampleRate; in test_open_device_ai()126 aiAttr.soundCard.bitWidth = AUDIO_BIT_WIDTH_16; in test_open_device_ai()132 aiAttr.enBitwidth = bitWidth; in test_open_device_ai()133 aiAttr.enSamplerate = (AUDIO_SAMPLE_RATE_E)ctx->s32SampleRate; in test_open_device_ai()138 aiAttr.enSoundmode = soundMode; in test_open_device_ai()[all …]