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:
parent
dfcaa2c18b
commit
29b4fa7876
@ -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…
x
Reference in New Issue
Block a user