mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
ASoC: Intel: Skylake: Add pm ops for broxton-rt298 machine
Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
2e9dc2b645
commit
f749a78a54
1 changed files with 1 additions and 0 deletions
|
|
@ -458,6 +458,7 @@ static struct platform_driver broxton_audio = {
|
|||
.probe = broxton_audio_probe,
|
||||
.driver = {
|
||||
.name = "bxt_alc298s_i2s",
|
||||
.pm = &snd_soc_pm_ops,
|
||||
},
|
||||
};
|
||||
module_platform_driver(broxton_audio)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue