]> git.alsa-project.org Git - alsa-tools.git/commit
hdspmixer: Make static destination maps extern
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Tue, 1 Mar 2011 09:42:25 +0000 (10:42 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 1 Mar 2011 12:46:50 +0000 (13:46 +0100)
commit042363a42925990eeeff3dd07a5919f5e66f8d14
tree07e72b32f858ae9169d0e5d4916320312a67fb04
parente728f0d073255abe2201ae44500ee66b9a33c57d
hdspmixer: Make static destination maps extern

To prevent multiple inclusion, make the destmaps global and only
reference them via extern.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
hdspmixer/src/Makefile.am
hdspmixer/src/channelmap.cxx [new file with mode: 0644]
hdspmixer/src/channelmap.h