Home
last modified time | relevance | path

Searched refs:mALSACardID (Results 1 – 3 of 3) sorted by relevance

/device/asus/fugu/libaudio/
DAudioOutput.cpp74 mALSACardID = -1; in AudioOutput()
192 mALSACardID = -1; in cleanupResources()
204 mALSACardID = find_alsa_card_by_name(mALSAName); in openPCMDevice()
205 if (mALSACardID < 0) in openPCMDevice()
224 mALSACardID, dev_id, config.rate, config.channels, config.period_size, config.format); in openPCMDevice()
227 mDevice = pcm_open(mALSACardID, dev_id, in openPCMDevice()
DHDMIAudioOutput.cpp83 mixer = mixer_open(mALSACardID); in setChannelStatusToCompressed()
85 ALOGE("Couldn't open mixer on alsa id %d", mALSACardID); in setChannelStatusToCompressed()
DAudioOutput.h156 int mALSACardID; variable