mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-24 01:40:12 -05:00
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:
parent
e24e56795e
commit
fda8bb066f
2 changed files with 168 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue