]> code.delx.au - pulseaudio/commit
Move pa_format_info_to_sample_spec_fake() to core-format
authorTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Mon, 18 Nov 2013 17:43:48 +0000 (19:43 +0200)
committerTanu Kaskinen <tanu.kaskinen@linux.intel.com>
Wed, 8 Jan 2014 19:26:38 +0000 (21:26 +0200)
commitd2c9b46acaa11cdaf15726cd8e453a0cefc277cf
tree63cc864d06b890edf14ed838d25875f0217e8704
parent27e47c72a25846e107b6e450c3a1480a2742382e
Move pa_format_info_to_sample_spec_fake() to core-format

I will need to use the function from outside libpulse.

I added the channel map argument, because the function will be called
from another function that is expected to initialize the channel map.
I don't know if it's in practice necessary, but it shouldn't do any
harm either.
src/Makefile.am
src/pulse/format.c
src/pulsecore/core-format.c [new file with mode: 0644]
src/pulsecore/core-format.h [new file with mode: 0644]