Skip to content

channelmap: make channelmap tables static

BtbN requested to merge BtbN/pulseaudio:static_tables into master

I've been messing with statically linking, and those symbol names have caused some pain in that process. Given they're not used anywhere outside of that file, and have ultra generic names, just making them static seems appropriate to me, even entirely outside of static linking.

Merge request reports