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:	ef790cc7407e827db9563d08a52a71ab36436986
This commit is contained in:
Gleb Smirnoff 2021-08-03 03:06:16 -07:00
parent dfcaa2c18b
commit 29b4fa7876

View File

@ -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];