Home | History | Annotate | Download | only in alsa_sound

Lines Matching full:channelcount

590 struct pcm * AudioUsbALSA::configureDevice(unsigned flags, char* hw, int sampleRate, int channelCount, int periodSize, bool playback){
605 ALOGD("Setting hardware params: sampleRate:%d, channels: %d",sampleRate, channelCount);
606 err = setHardwareParams(handle, sampleRate, channelCount,periodSize);