HarmonyAudio

From Linux PARISC Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "Harmony is a really simple little audio device which is a part of the LASI ASIC found on many early PA-RISC boxes. Apparently it is programmatically equivalent to the Vivace a...")
 
m (formatting update)
 
Line 3: Line 3:
 
== Modus Operandi ==
 
== Modus Operandi ==
  
The operation of the hardware is mostly quite simple and elegant. We load the next page address first, and DMA gets automatically started when we load the current page address. An interrupt is generated whenever the hardware reaches a page boundary, allowing us to load the next page address. Unfortunately it is not designed with seperate playback and recording controls, we must always do both. Thus when we only want to record, we playback a silent buffer; and when we only want to playback, we record to a graveyard buffer.
+
The operation of the hardware is mostly quite simple and elegant. We load the next page address first, and DMA gets automatically started when we load the current page address. An interrupt is generated whenever the hardware reaches a page boundary, allowing us to load the next page address. Unfortunately it is not designed with separate playback and recording controls, we must always do both. Thus when we only want to record, we playback a silent buffer; and when we only want to playback, we record to a graveyard buffer.
  
 
[TODO writeup something about the registers & mixer]
 
[TODO writeup something about the registers & mixer]
Line 9: Line 9:
 
== Documentation ==
 
== Documentation ==
  
The chip is fully documented in the [[http://ftp.parisc-linux.org/docs/chips/lasi_ers.ps|LASI]] ERS.
+
The chip is fully documented in the [http://ftp.parisc-linux.org/docs/chips/lasi_ers.ps LASI] ERS.

Latest revision as of 20:53, 30 May 2014

Harmony is a really simple little audio device which is a part of the LASI ASIC found on many early PA-RISC boxes. Apparently it is programmatically equivalent to the Vivace audio device found on even earlier PA-RISC machines.

[edit] Modus Operandi

The operation of the hardware is mostly quite simple and elegant. We load the next page address first, and DMA gets automatically started when we load the current page address. An interrupt is generated whenever the hardware reaches a page boundary, allowing us to load the next page address. Unfortunately it is not designed with separate playback and recording controls, we must always do both. Thus when we only want to record, we playback a silent buffer; and when we only want to playback, we record to a graveyard buffer.

[TODO writeup something about the registers & mixer]

[edit] Documentation

The chip is fully documented in the LASI ERS.

Personal tools