Searched refs:mALSAFormat (Results 1 – 2 of 2) sorted by relevance
51 , mALSAFormat(alsa_pcm_format) in AudioOutput()103 switch (mALSAFormat) { in setupInternal()115 LOG_ALWAYS_FATAL("Unexpected alsa format %d", mALSAFormat); in setupInternal()213 config.format = mALSAFormat; in openPCMDevice()430 LOG_ALWAYS_FATAL_IF(mALSAFormat != PCM_FORMAT_S24_LE, in doPCMWrite()431 "Fugu alsa device format(%d) must be PCM_FORMAT_S24_LE", mALSAFormat); in doPCMWrite()
129 enum pcm_format mALSAFormat; variable