Searched refs:bestSinkConfig (Results 1 – 1 of 1) sorted by relevance
1376 struct audio_config_base bestSinkConfig; in getBestMsdAudioProfileFor() local1379 bestSinkConfig); in getBestMsdAudioProfileFor()1385 sinkConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdAudioProfileFor()1386 sinkConfig->channel_mask = bestSinkConfig.channel_mask; in getBestMsdAudioProfileFor()1387 sinkConfig->format = bestSinkConfig.format; in getBestMsdAudioProfileFor()1399 sourceConfig->sample_rate = bestSinkConfig.sample_rate; in getBestMsdAudioProfileFor()1401 sourceConfig->channel_mask = audio_channel_mask_out_to_in(bestSinkConfig.channel_mask); in getBestMsdAudioProfileFor()1402 sourceConfig->format = bestSinkConfig.format; in getBestMsdAudioProfileFor()