We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4919353 commit 9a4e17bCopy full SHA for 9a4e17b
sound/pci/hda/cs35l41_hda.c
@@ -1603,7 +1603,7 @@ static const struct regmap_irq cs35l41_reg_irqs[] = {
1603
CS35L41_REG_IRQ(IRQ1_STATUS1, AMP_SHORT_ERR),
1604
};
1605
1606
-static struct regmap_irq_chip cs35l41_regmap_irq_chip = {
+static const struct regmap_irq_chip cs35l41_regmap_irq_chip = {
1607
.name = "cs35l41 IRQ1 Controller",
1608
.status_base = CS35L41_IRQ1_STATUS1,
1609
.mask_base = CS35L41_IRQ1_MASK1,
0 commit comments