-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello,

Tino Keitel wrote:
> On Wed, Mar 14, 2007 at 11:16:41 -0700, [EMAIL PROTECTED] wrote:
>> Revision: 86
>>           http://svn.sourceforge.net/mactel-linux/?rev=86&view=rev
>> Author:   nboichat
>> Date:     2007-03-14 11:16:40 -0700 (Wed, 14 Mar 2007)
>>
>> Log Message:
>> -----------
>> Add sigmatel_audio patch again, 2.6.21 doesn't work with my Macbook Pro.
>> Number the patches so they get applied in the right order.
> 
> 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?

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)

Thanks a lot,

Best regards,

Nicolas
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF+N1401ajQnpJXgERAvQCAJ41imaL9QMyo/QzScdfhjLwjqpfvgCcDTxY
tgjlxQtegAEl7pQJ6nVrIJw=
=FRl4
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mactel-linux-devel mailing list
Mactel-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mactel-linux-devel

Reply via email to