mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
hdaa: add missing break in hdac_pin_patch().
Fixes driver attach on my Thinkpad X1 Carbon, and likely on
many other ALC family devices.
Fixes: ef790cc740
This commit is contained in:
parent
dfcaa2c18b
commit
29b4fa7876
1 changed files with 1 additions and 0 deletions
|
|
@ -326,6 +326,7 @@ hdac_pin_patch(struct hdaa_widget *w)
|
|||
switch (patch->type) {
|
||||
case PIN_PATCH_TYPE_STRING:
|
||||
patch_str = patch->patch.string;
|
||||
break;
|
||||
case PIN_PATCH_TYPE_MASK:
|
||||
config &= ~patch->patch.mask[0];
|
||||
config |= patch->patch.mask[1];
|
||||
|
|
|
|||
Loading…
Reference in a new issue