summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/cpu-x86.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2009-08-20 19:46:06 +0200
committerWim Taymans <wim.taymans@collabora.co.uk>2009-08-20 19:46:06 +0200
commit6e5dbed51ee508759ed8b5adabc998ba8faf4774 (patch)
treec4682fa82e0f7e062c6ab9eb6b9dccc857c02b1c /src/pulsecore/cpu-x86.h
parente961efc130481ff4c5a053eb03dd3ec4d513c615 (diff)
remap: add MMX mono to stereo
Diffstat (limited to 'src/pulsecore/cpu-x86.h')
-rw-r--r--src/pulsecore/cpu-x86.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pulsecore/cpu-x86.h b/src/pulsecore/cpu-x86.h
index 07e630ea..b11ef6ea 100644
--- a/src/pulsecore/cpu-x86.h
+++ b/src/pulsecore/cpu-x86.h
@@ -63,4 +63,6 @@ typedef int64_t pa_reg_x86;
void pa_volume_func_init_mmx(pa_cpu_x86_flag_t flags);
void pa_volume_func_init_sse(pa_cpu_x86_flag_t flags);
+void pa_remap_func_init_mmx(pa_cpu_x86_flag_t flags);
+
#endif /* foocpux86hfoo */