Skip to content

Commit

Permalink
ASoC: tlv320aic31xx: Add missing of_device_id for dac3100
Browse files Browse the repository at this point in the history
The compatible table was not updated when the support for DAC3100 was added.

Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Reviewed-by: Jyri Sarha <jsarha@ti.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
  • Loading branch information
Peter Ujfalusi authored and Mark Brown committed Nov 10, 2016
1 parent 1001354 commit a4a1d79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/tlv320aic31xx.c
Original file line number Diff line number Diff line change
Expand Up @@ -1253,6 +1253,7 @@ static const struct of_device_id tlv320aic31xx_of_match[] = {
{ .compatible = "ti,tlv320aic3110" },
{ .compatible = "ti,tlv320aic3120" },
{ .compatible = "ti,tlv320aic3111" },
{ .compatible = "ti,tlv320dac3100" },
{},
};
MODULE_DEVICE_TABLE(of, tlv320aic31xx_of_match);
Expand Down

0 comments on commit a4a1d79

Please sign in to comment.