Home
last modified time | relevance | path

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

/device/asus/fugu/libaudio/
DAudioOutput.cpp65 mALSACardID = -1; in AudioOutput()
197 mALSACardID = -1; in cleanupResources()
209 mALSACardID = find_alsa_card_by_name(mALSAName); in openPCMDevice()
210 if (mALSACardID < 0) in openPCMDevice()
229 mALSACardID, dev_id, config.rate, config.channels, config.period_size, config.format); in openPCMDevice()
232 mDevice = pcm_open(mALSACardID, dev_id, in openPCMDevice()
DAudioOutput.h159 int mALSACardID; variable