diff options
| -rw-r--r-- | sound/pci/hda/hda_local.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h index 7eb44e78e141..62658f2f8c9f 100644 --- a/sound/pci/hda/hda_local.h +++ b/sound/pci/hda/hda_local.h | |||
| @@ -419,7 +419,7 @@ struct snd_hda_pin_quirk { | |||
| 419 | .subvendor = _subvendor,\ | 419 | .subvendor = _subvendor,\ |
| 420 | .name = _name,\ | 420 | .name = _name,\ |
| 421 | .value = _value,\ | 421 | .value = _value,\ |
| 422 | .pins = (const struct hda_pintbl[]) { _pins } \ | 422 | .pins = (const struct hda_pintbl[]) { _pins, {0, 0}} \ |
| 423 | } | 423 | } |
| 424 | #else | 424 | #else |
| 425 | 425 | ||
| @@ -427,7 +427,7 @@ struct snd_hda_pin_quirk { | |||
| 427 | { .codec = _codec,\ | 427 | { .codec = _codec,\ |
| 428 | .subvendor = _subvendor,\ | 428 | .subvendor = _subvendor,\ |
| 429 | .value = _value,\ | 429 | .value = _value,\ |
| 430 | .pins = (const struct hda_pintbl[]) { _pins } \ | 430 | .pins = (const struct hda_pintbl[]) { _pins, {0, 0}} \ |
| 431 | } | 431 | } |
| 432 | 432 | ||
| 433 | #endif | 433 | #endif |
