Skip to content

Commit

Permalink
sound: tfa9872: Make it compile
Browse files Browse the repository at this point in the history
Signed-off-by: Jens Reidel <adrian@travitia.xyz>
  • Loading branch information
Gelbpunkt committed Feb 12, 2024
1 parent 972ff1c commit faa499e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/tfa9872.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ static struct i2c_driver tfa987x_i2c_driver = {
.name = "tfa987x",
.of_match_table = tfa987x_of_match,
},
.probe_new = tfa987x_i2c_probe,
.probe = tfa987x_i2c_probe,
};
module_i2c_driver(tfa987x_i2c_driver);

Expand Down

0 comments on commit faa499e

Please # to comment.