At Sun, 8 Oct 2006 22:10:02 +0200, <mariook@xxxxx> wrote: > > Hi! > > I finally made it, now can use headphones with my laptop :) > > My last thread (started on 23 Sep 20:08) about my problem is quite long, so > I decided to make a new one with result of my work - patched patch_realtek.c > file. > > The patch I posted least time was good. The only thing that had to be > changed is to remove this line: > .need_dac_fix = 1, > from alc861_presets. With this line of code the patch doesn't want to work. This implies that the headphone jack is connected to another DAC, most likely the side one (0x04). The right fix would to add .hp_nid = 0x04 in the preset table. If 0x04 doesn't work, try 0x05 or 0x06 instead. > There is only one thing that I'm not sure... > When channel mode is changed to 6ch the sound is in built-in speakers, > line-in jack and mic jack, but not in hp jack (of course when i plug > something to hp jack the sound in built-in speakers disappears). Is that > correct? > > Because each time I make a patch file it doesn't want to work (I make it > with this command: diff -Nuar old.file new.file), I'm sending in attachment > compressed patch_realtek.c file (I patched final version 1.0.13 of > patch_realtek.c). The only important changes are those connected with > asus-a6rp model, please ignore changes made in parts of code connected with > other models. Oh no, please send a patch instead. Otherwise we cannot review and check your changes. What do you mean "it doesn't want to work"? If you changed a single file, you can just create a diff for that file, simply by diff -u orig-alsa-kernel/pci/hda/patch_realtek.c \ new-alsa-kernel/pci/hda/patch_realtek.c Takashi ------------------------------------------------------------------------- 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 _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/alsa-devel