ASoC: wm8804: Enable runtime PM
[deliverable/linux.git] / sound / soc / codecs / wm8804-i2c.c
index 5bd4af2b4059c46848fa5feb47edc9cf74b17914..6596f5f3a0c3515afba801a70e584ef5d5e46334 100644 (file)
@@ -50,6 +50,7 @@ static struct i2c_driver wm8804_i2c_driver = {
        .driver = {
                .name = "wm8804",
                .owner = THIS_MODULE,
+               .pm = &wm8804_pm,
                .of_match_table = wm8804_of_match,
        },
        .probe = wm8804_i2c_probe,
This page took 0.029643 seconds and 5 git commands to generate.