Searched refs:tmpformat (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/oss/
H A Dpcm_plugin.c349 struct snd_pcm_plugin_format tmpformat; local
386 tmpformat = srcformat;
402 tmpformat.format = SNDRV_PCM_FORMAT_S16;
404 &srcformat, &tmpformat,
413 srcformat = tmpformat;
419 tmpformat.channels = dstformat.channels;
420 err = snd_pcm_plugin_build_route(plug, &srcformat, &tmpformat, &plugin);
421 pdprintf("channels reduction: src=%i, dst=%i returns %i\n", srcformat.channels, tmpformat.channels, err);
429 srcformat = tmpformat;
437 tmpformat
[all...]

Completed in 265 milliseconds