mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
remap_sse: More specific logging: SSE -> SSE2
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
2dc51f3371
commit
2c5d3d79ad
1 changed files with 1 additions and 1 deletions
|
|
@ -140,7 +140,7 @@ static void init_remap_sse2(pa_remap_t *m) {
|
|||
if (n_ic == 1 && n_oc == 2 &&
|
||||
m->map_table_f[0][0] >= 1.0 && m->map_table_f[1][0] >= 1.0) {
|
||||
m->do_remap = (pa_do_remap_func_t) remap_mono_to_stereo_sse2;
|
||||
pa_log_info("Using SSE mono to stereo remapping");
|
||||
pa_log_info("Using SSE2 mono to stereo remapping");
|
||||
}
|
||||
}
|
||||
#endif /* defined (__i386__) || defined (__amd64__) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue