]> git.alsa-project.org Git - alsa-python.git/commit
python-alsa module initial code import - only simple mixer interface is available
authorJaroslav Kysela <perex@perex.cz>
Thu, 22 Feb 2007 13:28:53 +0000 (14:28 +0100)
committerJaroslav Kysela <perex@perex.cz>
Thu, 22 Feb 2007 13:28:53 +0000 (14:28 +0100)
commitcb4dccc165471680c36ca5879032e8530394fbd4
treefe32bcd167750705dc5c534b3d901c664e7f8292
python-alsa module initial code import - only simple mixer interface is available
.hgignore [new file with mode: 0644]
PKG-INFO [new file with mode: 0644]
pyalsa/__init__.py [new file with mode: 0644]
pyalsa/alsamixer.c [new file with mode: 0644]
pyalsa/mixertest1.py [new file with mode: 0755]
pyalsa/mixertest2.py [new file with mode: 0755]
setup.py [new file with mode: 0755]