View | Details | Raw Unified | Return to bug 113101
Collapse All | Expand All

(-)ac97_patch.c Mon May 28 21:49:59 2007 (+8 lines)
Lines 94-97 Link Here
94
       default:
94
       default:
95
               break;
95
               break;
96
       }
96
       }
97
98
        /*
99
         * Amilo Pro V2055 with ALC655 has phone out by default
100
         * disabled (surround on), leaving us only with internal speakers. This
101
         * should really go to mixer. We write the Data Flow Control reg.
102
         */
103
        ac97_wrcd(codec, 0x6a, ac97_rdcd(codec, 0x6a) | 1);
104
97
}
105
}

Return to bug 113101