Importing CMI8738-20072011
[AROS.git] / workbench / devs / AHI / Drivers / CMI8738 / README
blobbf07addc906eb512ad5b358f0387603da5cecf95
2 CMI8738 AHI driver for OS4 / A1
3 -------------------------------------
5 The interrupt of the card must be set to 'Level' in
6 the U-Boot menu. From version 5.7, please check if
7 the output in the AHI prefs is set to Front (5.7) or
8 "Line Out" (5.8 or higher) if you don't hear sound.
10 The driver is tested with:
12 - Sweex 5.1
13 - Hercules Muse
14 - MicroA1
15 - Terratec Aureon 5.1 Fun and 5.1 PCI
17 It is more than likely that it will work with other CMI8738 based cards.
19 Don't forget to set up Unit 0 in the AHI prefs (freq=44100 Hz,
20 Channels = 10 or more).
22 Please send bug reports to info@audio-evolution.com.
24 Davy Wentzler
28 History:
30 5.17 (04 Nov 2006):
31     - Initialization code now locks the device
33 5.16 (06 Apr 2006):
34     - Muted FM
36 5.15 (16 Feb 2006):
37     - Works with old and new memory system
39 5.14 (07 Jan 2006):
40     - Works with new memory system
42 5.13 (10 Dec 2005):
43     - Handles mono modes correctly now.
45 5.12 (18 Sep 2005):
46     - Did a 'greater than' instead of 'greater or equal than' test to
47       determine which buffer to choose, which could result in any kind
48       of crackling. Odd that it only occured here at sample rates other
49       than 44100 Hz.
50     - Fixed the date in the version string
52 5.11 (13 Sep 2005):
53     - Fix involving recovery of lost interrupts. The sound could get
54       distorted after Grim Reapers or when starting the network.
55       Distortion will still take place for a short while, but it
56       will recover from that.
58 5.10: test version
60 5.9 (04 Sep 2005):
61     - The mic input now has a default gain of +20dB. You can turn this
62       on and off by using the tool 'cmiboost' in the C directory:
63       'cmiboost 1' turns it on and 'cmiboost 0' turns it off.
65 5.8 (22 Aug 2005):
66     - CD playback stopped when playing a PCM sound. Fixed.
67     - Changed name of first output to "Line Out" instead of
68       "Front"
70 5.7 (20 Aug 2005):
71     - Added S/PDIF out support. S/PDIF in doesn't work yet.
73 5.6 (15 Aug 2005):
74     - Volumes were all set to max, which wasn't the intention.
75       When you want to set volumes of CD etc., please user Mixer 1.12.
77 5.5 (12 Aug 2005):
78     - Input selection
79     - Output volume control
80     - Aux support
83 5.4 (02 Oct 2004):
85     - Code clean-up
87 5.3: Added reset handler to stop the sound when doing a software reset