Skip to content

Commit a4a1d79

Browse files
Peter Ujfalusibroonie
authored andcommitted
ASoC: tlv320aic31xx: Add missing of_device_id for dac3100
The compatible table was not updated when the support for DAC3100 was added. Signed-off-by: Peter Ujfalusi <[email protected]> Reviewed-by: Jyri Sarha <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent 1001354 commit a4a1d79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/tlv320aic31xx.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1253,6 +1253,7 @@ static const struct of_device_id tlv320aic31xx_of_match[] = {
12531253
{ .compatible = "ti,tlv320aic3110" },
12541254
{ .compatible = "ti,tlv320aic3120" },
12551255
{ .compatible = "ti,tlv320aic3111" },
1256+
{ .compatible = "ti,tlv320dac3100" },
12561257
{},
12571258
};
12581259
MODULE_DEVICE_TABLE(of, tlv320aic31xx_of_match);

0 commit comments

Comments
 (0)