ASoC: Intel: Skylake: Add pm ops for skl_rt286 machine
The PM ops are required so that DAPM will suspend and resume the DSP pipelines properly Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
5eab6ab9c7
commit
314038e40a
|
@ -299,6 +299,7 @@ static struct platform_driver skylake_audio = {
|
||||||
.probe = skylake_audio_probe,
|
.probe = skylake_audio_probe,
|
||||||
.driver = {
|
.driver = {
|
||||||
.name = "skl_alc286s_i2s",
|
.name = "skl_alc286s_i2s",
|
||||||
|
.pm = &snd_soc_pm_ops,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue