Skip to content

Commit

Permalink
UPSTREAM: ASoC: cs42l43: Add pm_ptr around the power ops
Browse files Browse the repository at this point in the history
Add missing pm_ptr around the power ops.

Suggested-by: Andy Shevchenko <[email protected]>
Signed-off-by: Charles Keepax <[email protected]>
Link: https://msgid.link/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
(cherry picked from commit 7a93a9abe44386b4caa0e67977f41b8c9f06b51c)

BUG=b:326869955
TEST=Test Audio use cases.

Change-Id: I7a81b2250fb5dcc92545e22c0f545dc1b4fa45d2
Signed-off-by: Debi sahoo <[email protected]>
  • Loading branch information
charleskeepax authored and terry182 committed Aug 20, 2024
1 parent b6a17ed commit 6e4e56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound/soc/codecs/cs42l43.c
Original file line number Diff line number Diff line change
Expand Up @@ -2392,7 +2392,7 @@ MODULE_DEVICE_TABLE(platform, cs42l43_codec_id_table);
static struct platform_driver cs42l43_codec_driver = {
.driver = {
.name = "cs42l43-codec",
.pm = &cs42l43_codec_pm_ops,
.pm = pm_ptr(&cs42l43_codec_pm_ops),
},

.probe = cs42l43_codec_probe,
Expand Down

0 comments on commit 6e4e56c

Please sign in to comment.