2018-10-08 Fred Gleason <fredg@paravelsystems.com>

* Updated the copyright of the Operations Guide.
	* Documented GPIO support for AudioScience cards in the
	'Local Audio Adapter' section of the Operations Guide.
This commit is contained in:
Fred Gleason 2018-10-08 20:56:52 -04:00
parent e22f9a5205
commit f060189fca
4 changed files with 13 additions and 2 deletions

View File

@ -16707,3 +16707,7 @@
characters added to the interior of existing strings. characters added to the interior of existing strings.
2018-10-06 Fred Gleason <fredg@paravelsystems.com> 2018-10-06 Fred Gleason <fredg@paravelsystems.com>
* Incremented the package version to 2.19.2int05. * Incremented the package version to 2.19.2int05.
2018-10-08 Fred Gleason <fredg@paravelsystems.com>
* Updated the copyright of the Operations Guide.
* Documented GPIO support for AudioScience cards in the
'Local Audio Adapter' section of the Operations Guide.

View File

@ -56,6 +56,7 @@ OPSGUIDE_HTML = appendix.filepath_wildcards.html\
sect.gpio_switcher_devices.btsrc16.html\ sect.gpio_switcher_devices.btsrc16.html\
sect.gpio_switcher_devices.btss124.html\ sect.gpio_switcher_devices.btss124.html\
sect.gpio_switcher_devices.btss164.html\ sect.gpio_switcher_devices.btss164.html\
sect.gpio_switcher_devices.btss21.html\
sect.gpio_switcher_devices.btss41mlr.html\ sect.gpio_switcher_devices.btss41mlr.html\
sect.gpio_switcher_devices.btss42.html\ sect.gpio_switcher_devices.btss42.html\
sect.gpio_switcher_devices.btss44.html\ sect.gpio_switcher_devices.btss44.html\
@ -274,6 +275,7 @@ OPSGUIDE_ICONS = chain.png\
OPSGUIDE_DEPS = $(OPSGUIDE_IMAGES) \ OPSGUIDE_DEPS = $(OPSGUIDE_IMAGES) \
$(OPSGUIDE_ICONS) \ $(OPSGUIDE_ICONS) \
filepath_wildcards.xml\ filepath_wildcards.xml\
frontspiece.xml\
gpio_switcher_devices.xml\ gpio_switcher_devices.xml\
gplv2.xml\ gplv2.xml\
opsguide.xml\ opsguide.xml\

View File

@ -9,7 +9,7 @@
<edition> <edition>
@VERSION@ @VERSION@
</edition> </edition>
<copyright><year>-2003-2017</year><holder>Fred Gleason</holder></copyright> <copyright><year>2003-2018</year><holder>Fred Gleason</holder></copyright>
<mediaobject> <mediaobject>
<imageobject> <imageobject>
<imagedata fileref="../../icons/rivendell-512x512.png" scale="80"/> <imagedata fileref="../../icons/rivendell-512x512.png" scale="80"/>

View File

@ -1040,7 +1040,12 @@
<computeroutput>Inputs:</computeroutput> and <computeroutput>Inputs:</computeroutput> and
<computeroutput>Outputs:</computeroutput> fields to the <computeroutput>Outputs:</computeroutput> fields to the
number of inputs and outputs on the card (as found in number of inputs and outputs on the card (as found in
<code>RDADmin->ManageHosts->AudioResources</code>. <code>RDADmin->ManageHosts->AudioResources</code>).
</para>
<para>
For AudioScience cards that include onboard GPIO (such as the
ASI67xx series), the GPIO resources on the card will also be
available via the this driver.
</para> </para>
</sect1> </sect1>