5 Dec
2019
5 Dec
'19
4:09 a.m.
On 12/4/19 6:15 PM, Curtis Malainey wrote:
From: Ben Zhang benzh@chromium.org
Add machine driver for Broadwell + rt5650.
v2 (Curtis):
- Addressed Pierre's comments
- Added SOF dependencies
- Added platform override
- Fixed Kconfig
- Moved to devm register
you want the version info below the --- mark
Signed-off-by: Bard Liao bardliao@realtek.com
Not sure what the recommendation is when an address is no longer valid?
+static struct platform_driver bdw_rt5650_audio = {
- .probe = bdw_rt5650_probe,
- .driver = {
.name = "bdw-rt5650",
.owner = THIS_MODULE,
this .owner is not needed.
The rest looks good