Download the binary here.
What is new in this audioHD driver?
1) Parser was added to replace the hard coding for building output path,
input path and monitor path.
2) You can monitor the recording process and get "what you hear is what you get".
3) SPDIF output was enabled.
Tested platforms:
1) Ultra 40 M2, Codec10ec, 0885
2) Ultra 24, Codec10ec, 0888
3) Ultra 20, Code10ec, 0883
4) Toshiba M8 Codec10ec,0268
Platforms not working:
1) Toshiba M9
The steps to try the driver:
1. backup old audiohd driver
cp /kernel/drv/audiohd /kernel/drv/audiohd.bak
cp /kernel/drv/amd64/audiohd /kernel/drv/amd64/audiohd.bak
2. untar the file,
audiohd.tar.gz
3. cp debug32/audiohd
cp debug64/auduiohd /kernel/drv/amd64/
4. If you don't want to reboot your system, do the
following steps in CDE or console mode (not in gnome):
4.1 uncomment this line: reset-configuration=1; in
/kernel/drv/audiohd.conf
4.2 rem_drv audiohd
4.3 add_drv -i '"pciclass,0403"' audiohd
5. Or, you reboot system after overriding audiohd binary
in step 3.