This is the 0.2.2 modified version for my eeePC 1000H should work too on other eeePCs:
-->
http://thireus.dareyourmind.net/VoodooHDA_By_Thireus.zip EDIT: Check this thread: http://ipis-osx.wikidot.com/forum/t-152367...udio-in-working Install: You do have to delete appleazaliaaudio.kext and remove audiee from your login items for this to work. Then use Kext Helper to install the provided kext. Reboot, and enjoy!
Changelog:
22/04/09: v.3
r8 build
r8: Added improved port descriptions (VHDAEngine.h changed in r6)
r7: Removed personal settings from earlier commit
r6: Support for hints in Info.plist
18/04/09: v.2
Fixed: When you first want to mute the volume, and then get the sound back from the speakers it seems we need to play a bit with the volume so the sound will come back. But this happens only once after a boot
18/04/09: v.1
---------
This is the 0.2.2 modified version for my eeePC 1000H should work too on other eeePCs.
What I did was just to set 100 to some default volume values which were 0 into the Tables.c file of the last VoodooHDA source code.
For those who want to edit them to find a better configuration (as mine was a bit ramdom

) just have a look at the end of the Tables.c source.
Here is my own modified version:
99, // SOUND_MIXER_VOLUME
50, // SOUND_MIXER_BASS
50, // SOUND_MIXER_TREBLE
99, // (was 75) SOUND_MIXER_SYNTH
99, // (was 75) SOUND_MIXER_PCM
99, // (was 75) SOUND_MIXER_SPEAKER
0, // (was 75) SOUND_MIXER_LINE //Thireus was 0 //doesn't work
0, // SOUND_MIXER_MIC //Thireus was 0 //doesn't work
90, // SOUND_MIXER_CD
0, // [?] SOUND_MIXER_IMIX //Thireus was 0 //doesn't work
0, // [?] SOUND_MIXER_ALTPCM //Thireus was 0 //doesn't work
99, // SOUND_MIXER_RECLEV //Thireus was 0
0, // SOUND_MIXER_IGAIN //Thireus was 0
50, // SOUND_MIXER_OGAIN
0, // (was 75) SOUND_MIXER_LINE1 //Thireus was 0 //doesn't work
0, // [?] SOUND_MIXER_LINE2 //Thireus was 0 //doesn't work
0, // [?] SOUND_MIXER_LINE3 //Thireus was 0 //doesn't work
99, // [?] SOUND_MIXER_DIGITAL1 //Thireus was 0
99, // [?] SOUND_MIXER_DIGITAL2 //Thireus was 0
99, // [?] SOUND_MIXER_DIGITAL3 //Thireus was 0
99, // [?] SOUND_MIXER_PHONEIN //Thireus was 0
99, // [?] SOUND_MIXER_PHONEOUT //Thireus was 0
99, // SOUND_MIXER_VIDEO
0, // [?] SOUND_MIXER_RADIO //Thireus was 0
0 // (was 75) SOUND_MIXER_MONITOR //Thireus was 0
Feel free to download the last source code and edit it:
svn co
http://voodoohda.googlecode.com/svn/trunk/ voodoohda-read-only
I repeat, I just did a random edit of this file!
**On my 1000h, only mono works well for both microphones (the one in front of the eee, and the jack on the left of the computer). There is too much noise for my taste but I'm sure there is an alternative to reduce noise

**
I've also a little issue with my modified version:
[FIXED] **When you first want to mute the volume, and then get the sound back from the speakers it seems we need to play a bit with the volume so the sound will come back. But this happens only once after a boot

**