|
From: Tino K. <tin...@ti...> - 2007-03-15 08:01:44
|
On Thu, Mar 15, 2007 at 13:45:28 +0800, Nicolas Boichat wrote: > Tino Keitel wrote: [...] > > Hi, > > > > I also tested 2.6.21-rc3 on my mini and line-in didn't work out of the > > box. I'll try again with the patch. > > This patch probably won't help... > > Did it work before? With which kernel? With or without > sigmatel_audio.patch applied? It did work with 2.6.20 and the sigmatel patch from mactel-linux SVN. > > After applying the patch (and checking it still doesn't work), please > execute: > > # dmesg | grep hda_codec > > You should get something like this: > > [ 804.570794] hda_codec: STAC922x, Apple subsys_id=106b0200 > > Then, in sound/pci/hda/patch_sigmatel.c, add these lines at 1903 (just > after the switch): > > case 0x<YOUR subsys_id FROM dmesg>: > spec->board_config = XXX; > break; > > Replacing XXX by one of this constants (the first one is the one that > has the better chances to work): > STAC_D945GTP5 > STAC_D945_REF > STAC_D945GTP3 > STAC_MACBOOK > STAC_MACBOOK_PRO_V1 > STAC_MACBOOK_PRO_V2 > > And tell me which one works... (please test the internal speaker too) OK, I'll try to test it ASAP. Regards, Tino |