hdspmixer: Don't use channelmap from hdspm.h

The channel mapping has been moved to hdspm.c, so it's no longer
available to userspace tools. For now, let's simply copy (duplicate) the
data and wait for a way to query this information from the driver.

Signed-off-by: Adrian Knoth <adi@drcomp.erfurt.thur.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
Adrian Knoth 2011-01-27 11:41:47 +01:00 committed by Jaroslav Kysela
parent e24e56795e
commit fda8bb066f
2 changed files with 168 additions and 0 deletions

View file

@ -28,6 +28,7 @@
#include <alsa/sound/hdsp.h>
#include <alsa/sound/hdspm.h>
#include "defines.h"
#include "channelmap.h"
#include "HDSPMixerWindow.h"
class HDSPMixerWindow;