Blame doc/README-arcam-av
|
Packit Service |
cd2a00 |
Arcam AV Amplifier ALSA Control plugin
|
|
Packit Service |
cd2a00 |
======================================
|
|
Packit Service |
cd2a00 |
|
|
Packit Service |
cd2a00 |
This plugin exposes the controls for an Arcam AV amplifier
|
|
Packit Service |
cd2a00 |
(see: http://www.arcam.co.uk/) as an ALSA mixer device.
|
|
Packit Service |
cd2a00 |
|
|
Packit Service |
cd2a00 |
To use this plugin you will need to connect the amplifier
|
|
Packit Service |
cd2a00 |
to the PC using an RS-232 null-modem cable and use the
|
|
Packit Service |
cd2a00 |
following ALSA configuration:
|
|
Packit Service |
cd2a00 |
|
|
Packit Service |
cd2a00 |
ctl.arcam_av {
|
|
Packit Service |
cd2a00 |
type arcam_av
|
|
Packit Service |
cd2a00 |
port /dev/ttyS0
|
|
Packit Service |
cd2a00 |
}
|
|
Packit Service |
cd2a00 |
|
|
Packit Service |
cd2a00 |
The "port" parameter is required and indicates the serial
|
|
Packit Service |
cd2a00 |
port to be used to communicate with the amplifier. There is
|
|
Packit Service |
cd2a00 |
an optional "zone" parameter, which accepts a value of
|
|
Packit Service |
cd2a00 |
either "1" (default) or "2", that indicates which of the
|
|
Packit Service |
cd2a00 |
amplifiers zones should be controlled.
|
|
Packit Service |
cd2a00 |
|
|
Packit Service |
cd2a00 |
NB: You must ensure that any user accounts that are to use
|
|
Packit Service |
cd2a00 |
this plugin have both read and write access rights for the
|
|
Packit Service |
cd2a00 |
configured serial port.
|
|
Packit Service |
cd2a00 |
|
|
Packit Service |
cd2a00 |
This plugin was developed and tested using an Arcam AVR 300
|
|
Packit Service |
cd2a00 |
amplifier. I believe most Arcam amplifiers use a sufficiently
|
|
Packit Service |
cd2a00 |
similar control system to be compatible with this plugin but
|
|
Packit Service |
cd2a00 |
your mileage may vary.
|