Home
last modified time | relevance | path

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

/sound/core/oss/
Dpcm_plugin.c367 struct snd_pcm_plugin_format tmpformat; in snd_pcm_plug_format_plugins() local
404 tmpformat = srcformat; in snd_pcm_plug_format_plugins()
420 tmpformat.format = SNDRV_PCM_FORMAT_S16; in snd_pcm_plug_format_plugins()
422 &srcformat, &tmpformat, in snd_pcm_plug_format_plugins()
431 srcformat = tmpformat; in snd_pcm_plug_format_plugins()
437 tmpformat.channels = dstformat.channels; in snd_pcm_plug_format_plugins()
438 err = snd_pcm_plugin_build_route(plug, &srcformat, &tmpformat, &plugin); in snd_pcm_plug_format_plugins()
439 …pdprintf("channels reduction: src=%i, dst=%i returns %i\n", srcformat.channels, tmpformat.channels… in snd_pcm_plug_format_plugins()
447 srcformat = tmpformat; in snd_pcm_plug_format_plugins()
455 tmpformat.format = SNDRV_PCM_FORMAT_S16; in snd_pcm_plug_format_plugins()
[all …]