Lines Matching defs:config
199 struct pcm_config config;
208 memset(&config, 0, sizeof(config));
209 config.channels = mChannelCnt;
210 config.rate = mFramesPerSec;
211 config.period_size = mFramesPerChunk;
212 config.period_count = mBufferChunks;
213 config.format = mALSAFormat;
220 config.start_threshold = 1;
224 mALSACardID, dev_id, config.rate, config.channels, config.period_size, config.format);
228 PCM_OUT | PCM_NORESTART | PCM_MONOTONIC, &config);