Searched refs:soundCard (Results 1 – 3 of 3) sorted by relevance
128 aoAttr.soundCard.channels = ctx->s32DeviceChannel; in test_open_device_ao()129 aoAttr.soundCard.sampleRate = ctx->s32SampleRate; in test_open_device_ao()130 aoAttr.soundCard.bitWidth = AUDIO_BIT_WIDTH_16; in test_open_device_ao()385 RK_LOGI("open sound card rate = %d", pstAttr.soundCard.sampleRate); in commandThread()386 RK_LOGI("open sound card channel = %d", pstAttr.soundCard.channels); in commandThread()
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()
142 AIO_SOUND_CARD soundCard; member