Lines Matching full:mixerprop
71 mixerProp[][SND_PCM_STREAM_LAST+1] = {
209 for (int j = 0; mixerProp[j][i].device; j++) {
211 mixer_info_t *info = mixerProp[j][i].mInfo = new mixer_info_t;
213 property_get (mixerProp[j][i].propName,
215 mixerProp[j][i].propDefault);
257 for (int j = 0; mixerProp[j][i].device; j++) {
258 if (mixerProp[j][i].mInfo) {
259 delete mixerProp[j][i].mInfo;
260 mixerProp[j][i].mInfo = NULL;
307 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++)
308 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) {
310 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo;
330 for (int j = 0; mixerProp[j][SND_PCM_STREAM_CAPTURE].device; j++)
331 if (mixerProp[j][SND_PCM_STREAM_CAPTURE].device & device) {
333 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo;
353 for (int j = 0; mixerProp[j][SND_PCM_STREAM_CAPTURE].device; j++)
354 if (mixerProp[j][SND_PCM_STREAM_CAPTURE].device & device) {
356 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo;
379 for (int j = 0; mixerProp[j][SND_PCM_STREAM_CAPTURE].device; j++)
380 if (mixerProp[j][SND_PCM_STREAM_CAPTURE].device & device) {
382 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_CAPTURE].mInfo;
394 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++)
395 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) {
397 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo;
420 for (int j = 0; mixerProp[j][SND_PCM_STREAM_PLAYBACK].device; j++)
421 if (mixerProp[j][SND_PCM_STREAM_PLAYBACK].device & device) {
423 mixer_info_t *info = mixerProp[j][SND_PCM_STREAM_PLAYBACK].mInfo;