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:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user