]> git.alsa-project.org Git - alsa-tools.git/commit
hdspmixer: Don't use channelmap from hdspm.h
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>
Thu, 27 Jan 2011 10:41:47 +0000 (11:41 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 27 Jan 2011 10:46:29 +0000 (11:46 +0100)
commitfda8bb066fbb9d33e219bb3f390efd5abc4b4d90
treec4212490df7867e4f9177dc7720dcc71e28a56a1
parente24e56795ea57e3dd7da45063ab71f04e231192d
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>
hdspmixer/src/HDSPMixerCard.h
hdspmixer/src/channelmap.h [new file with mode: 0644]