Searched refs:msdIec958OutputProfile (Results 1 – 1 of 1) sorted by relevance
453 sp<OutputProfile> msdIec958OutputProfile = new OutputProfile("msd iec958 input"); in SetUpManagerConfig() local454 msdIec958OutputProfile->addAudioProfile(iec958OutputProfile); in SetUpManagerConfig()455 msdIec958OutputProfile->setFlags(AUDIO_OUTPUT_FLAG_DIRECT); in SetUpManagerConfig()456 msdIec958OutputProfile->addSupportedDevice(mMsdOutputDevice); in SetUpManagerConfig()457 msdModule->addOutputProfile(msdIec958OutputProfile); in SetUpManagerConfig()