enum tas256x_model {
TAS2562,
TAS2563,
+ TAS2564,
};
static int tas2562_set_bias_level(struct snd_soc_component *component,
static const struct i2c_device_id tas2562_id[] = {
{ "tas2562", TAS2562 },
{ "tas2563", TAS2563 },
+ { "tas2564", TAS2564 },
{ }
};
MODULE_DEVICE_TABLE(i2c, tas2562_id);
static const struct of_device_id tas2562_of_match[] = {
{ .compatible = "ti,tas2562", },
{ .compatible = "ti,tas2563", },
+ { .compatible = "ti,tas2564", },
{ },
};
MODULE_DEVICE_TABLE(of, tas2562_of_match);