Add native ALSA mixer support
commit96ec41a88f33945b69d4116d3a7580c8b023e8d1
authorJohannes Holmberg <johannes@update.uu.se>
Thu, 17 Sep 2015 01:19:41 +0000 (16 21:19 -0400)
committerCarlos R. Mafra <crmafra@gmail.com>
Thu, 17 Sep 2015 02:23:07 +0000 (17 03:23 +0100)
treed94a1029dc0839cb954854f2e91a933d4e52981b
parent5a441cd6defcb5e11183f933ed4957311a9ed853
Add native ALSA mixer support
wmix/Makefile
wmix/config.c
wmix/include/config.h
wmix/include/mixer-alsa.h [new file with mode: 0644]
wmix/include/mixer-oss.h [new file with mode: 0644]
wmix/include/mixer.h
wmix/mixer-alsa.c [new file with mode: 0644]
wmix/mixer-oss.c
wmix/wmix.c