ASoC: Adds support for TAS575x to the pcm512x driver
[platform/kernel/linux-rpi.git] / sound / soc / codecs / pcm512x-i2c.c
index 5cd2b64..4be476a 100644 (file)
@@ -39,6 +39,8 @@ static const struct i2c_device_id pcm512x_i2c_id[] = {
        { "pcm5122", },
        { "pcm5141", },
        { "pcm5142", },
+       { "tas5754", },
+       { "tas5756", },
        { }
 };
 MODULE_DEVICE_TABLE(i2c, pcm512x_i2c_id);
@@ -49,6 +51,8 @@ static const struct of_device_id pcm512x_of_match[] = {
        { .compatible = "ti,pcm5122", },
        { .compatible = "ti,pcm5141", },
        { .compatible = "ti,pcm5142", },
+       { .compatible = "ti,tas5754", },
+       { .compatible = "ti,tas5756", },
        { }
 };
 MODULE_DEVICE_TABLE(of, pcm512x_of_match);