Comment 30 for bug 1313904

Revision history for this message
Raymond (superquad-vortex2) wrote :

 can you add snd_printk to print / find out whether it can read wcaps 0x200500 from node 0x3e after changing codec->num_nodes ?

nid = codec->start_nid;
for (i = 0; i < codec->num_nodes; i++, nid++)
   codec->wcaps[i] = snd_hda_param_read(codec, nid,
            AC_PAR_AUDIO_WIDGET_CAP);