[alsa-devel] [PATCH ALSA HDA 1/1] Fix alc662_dac_nid and change 6stack-dig to 5stack-dig

Raymond Yau superquad.vortex2 at gmail.com
Thu Apr 14 13:11:20 CEST 2011


2011/4/13 Valerio tesei <valerio.tesei at gmail.com>

>
>
> Yes but my motherboard is ASUS P7H55D-M PRO not ASUS P7H55-M PRO i
> dont know the exact differences between h55d and h55 (i think only a
> 'deluxe' on the package)
> On Asus compare, differences are about gigabit lan (realtek obviusly)
> on p7h55d-pro and more "asus unique features" on p7h55d-pro (wasted
> money to get nothing more than value mobo)
> This is my back panel :
> http://img40.imageshack.us/img40/8864/asusp7h55dmpro1156ddr3m.jpg
> seems the same as p7h55-pro
>  are out of my skills.
> I will revert sound-2.6-git changes (printk and patch you suggested
> above), create a new alsa-info, dump the graph by hda-analyzer tool, I
> will post all these things later (when back home)
> Anyway, all of you make a great work. I realy appreciate. Thanks All.
>

I guess those patches are ok since those connections are also unmuted in my
10 channels ad1988a

As alc892 datasheet is available at realtek web site , no need to use
codecgraph, just look at the Block diagram and you will able to find out
those inputs pins (e.g. Front Mic, Rear Mic ,... ) connected through 0x0b to
those output pins


Takashi  ,
 Is it correct to set spec->multiout.hp_nid = 0 or
spec->multiout.no_share_stream in order to disable the multiout to use hp
dac

and use alt_dac_nid and stream_analog_alt_playback to enable Front Panel HP
playback (multistream playback) like those intel desktop videos ?

This assign headphone and mic at front panel to alt_playback and alt_capture
"hw:0,2"


    if (!spec->cap_mixer)
        set_capture_mixer(codec);

+    if (codec->vendor_id == 0x10ec0892) {
+/* enable multistream for front panel hp */
+       if (spec->multiout.hp_nid && spec->autocfg.line_outs == 4) {
+           spec->alt_dac_nid = spec->multiout.hp_nid;
+           spec->multiout.hp_nid = 0;
+           spec->stream_analog_alt_playback =
&alc880_pcm_analog_alt_playback;
+       }
+        if (spec->num_adc_nids>1 && spec->autocfg.num_inputs > 2)
+            spec->stream_analog_alt_capture =
&alc880_pcm_analog_alt_capture;
+   }

    if (has_cdefine_beep(codec)) {


More information about the Alsa-devel mailing list