OSDN Git Service

aplay: Add support for channel mapping
authorTakashi Iwai <tiwai@suse.de>
Tue, 11 Sep 2012 10:20:55 +0000 (12:20 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 17 Sep 2012 10:23:33 +0000 (12:23 +0200)
commita9add2252f44fae3eb0ce5470cb842f220fb0454
tree9fc9ad78b6a12e5c418665866fbfffc2b38582d8
parent951cb2c2974293db6e12ef067ae7001074887932
aplay: Add support for channel mapping

With -m option, user can specify the order of channel map.
As of this commit, it just tries to override the channel map, thus it
works only on devices that support the channel map override like HDMI.
Adjusting the channel order in aplay itself will be added later.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
aplay/aplay.c