]> git.alsa-project.org Git - alsa-gobject.git/commitdiff
update README
authorTakashi Sakamoto <o-takashi@sakamocchi.jp>
Sun, 9 Feb 2020 03:20:53 +0000 (12:20 +0900)
committer坂本 貴史 <o-takashi@sakamocchi.jp>
Tue, 11 Feb 2020 04:28:18 +0000 (13:28 +0900)
Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp>
README.rst

index 227de043f646c0f1bd6a47759a28b0f7d759da62..fdf1c36871c57938a1a7b21716425167f3c5d69a 100644 (file)
@@ -2,7 +2,7 @@
 The alsa-gobject project
 ========================
 
-2019/11/30
+2020/02/08
 Takashi Sakamoto
 
 Introduction
@@ -17,12 +17,16 @@ Libraries produced by the project
 
 libalsactl0
     For APIs to operate ALSA control character device
+libalsatimer0
+    For APIs to operate ALSA timer character device
 
 Namespaces of g-i produced by the project
 =========================================
 
 ALSACtl-0.0
     For bindings to use libalsactl0
+ALSATimer-0.0
+    For bindings to use libalsatimer0
 
 License
 =======
@@ -78,7 +82,7 @@ Design note
 ===========
 
 * These libraries are independent of alsa-lib, to operate memory objects in
-  kernel land directly without alsa-lib's configuration space.
+  kernel land directly by system calls without alsa-lib's configuration space.
 * The way to enumerate any device is based on sysfs, programmed with libudev1.
 
 Supplemental information for language bindings