]> git.alsa-project.org Git - alsa-gobject.git/commit
ctl: generate alsactl library
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Mon, 18 Nov 2019 04:22:44 +0000 (13:22 +0900)
committerTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sat, 30 Nov 2019 08:58:41 +0000 (17:58 +0900)
commit82d4623b9b2b3d94b44d2e0a9db8b91d1f47f2dc
treeeddf75a1e45a8c26e9810bb6c6c64b79fec219be
parent26dc3f1f160bb618d802b943b63de9265db0d165
ctl: generate alsactl library

This project produces 'alsactl' library for API to use some features
of ALSA control character device. The API is available for C language
natively as well as for gobject introspection.

This commit generates the library. At present, no API is public.
meson.build
src/ctl/alsactl.map [new file with mode: 0644]
src/ctl/meson.build [new file with mode: 0644]
src/meson.build [new file with mode: 0644]