diff options
author | Takashi Iwai <tiwai@suse.de> | 2016-11-09 15:52:06 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2016-11-10 18:09:21 +0100 |
commit | afb8fd3c72a9f00018f7335590c173ce4cc2a43d (patch) | |
tree | c70d0e985fd3d6517c4dafd31b648d392319438f /Documentation/sound/designs/index.rst | |
parent | f6d23df5cac135e7375f14557b2da959405480b6 (diff) | |
download | lwn-afb8fd3c72a9f00018f7335590c173ce4cc2a43d.tar.gz lwn-afb8fd3c72a9f00018f7335590c173ce4cc2a43d.zip |
ALSA: doc: ReSTize Procfile document
A simple conversion from a text file.
A new subidrectory, Documentation/sound/designs, was created to put
this document. The other API design and implementation docuemnts
will be put to that directory in later commits.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound/designs/index.rst')
-rw-r--r-- | Documentation/sound/designs/index.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Documentation/sound/designs/index.rst b/Documentation/sound/designs/index.rst new file mode 100644 index 000000000000..82d19fe3c380 --- /dev/null +++ b/Documentation/sound/designs/index.rst @@ -0,0 +1,7 @@ +Designs and Implementations +=========================== + +.. toctree:: + :maxdepth: 2 + + procfile |