|
@@ -1794,9 +1794,9 @@ static const struct hda_fixup alc882_fixups[] = {
|
|
|
}
|
|
|
},
|
|
|
[ALC882_FIXUP_PB_M5210] = {
|
|
|
- .type = HDA_FIXUP_VERBS,
|
|
|
- .v.verbs = (const struct hda_verb[]) {
|
|
|
- { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50 },
|
|
|
+ .type = HDA_FIXUP_PINCTLS,
|
|
|
+ .v.pins = (const struct hda_pintbl[]) {
|
|
|
+ { 0x19, PIN_VREF50 },
|
|
|
{}
|
|
|
}
|
|
|
},
|
|
@@ -2158,9 +2158,9 @@ static const struct hda_fixup alc262_fixups[] = {
|
|
|
}
|
|
|
},
|
|
|
[ALC262_FIXUP_LENOVO_3000] = {
|
|
|
- .type = HDA_FIXUP_VERBS,
|
|
|
- .v.verbs = (const struct hda_verb[]) {
|
|
|
- { 0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREF50 },
|
|
|
+ .type = HDA_FIXUP_PINCTLS,
|
|
|
+ .v.pins = (const struct hda_pintbl[]) {
|
|
|
+ { 0x19, PIN_VREF50 },
|
|
|
{}
|
|
|
},
|
|
|
.chained = true,
|
|
@@ -2715,9 +2715,9 @@ enum {
|
|
|
|
|
|
static const struct hda_fixup alc269_fixups[] = {
|
|
|
[ALC269_FIXUP_SONY_VAIO] = {
|
|
|
- .type = HDA_FIXUP_VERBS,
|
|
|
- .v.verbs = (const struct hda_verb[]) {
|
|
|
- {0x19, AC_VERB_SET_PIN_WIDGET_CONTROL, PIN_VREFGRD},
|
|
|
+ .type = HDA_FIXUP_PINCTLS,
|
|
|
+ .v.pins = (const struct hda_pintbl[]) {
|
|
|
+ {0x19, PIN_VREFGRD},
|
|
|
{}
|
|
|
}
|
|
|
},
|