Comment 74 for bug 1487168

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

static int patch_ad1980(struct snd_ac97 * ac97)
{
+ /* inside virtualbox */
+ ac97->spec.ad18xx.lo_as_master = 1;
 patch_ad1888(ac97);
 ac97->build_ops = &patch_ad1980_build_ops;
 return 0;
}