Loading asoc/codecs/audio-ext-clk-up.c +1 −0 Original line number Diff line number Diff line Loading @@ -565,6 +565,7 @@ static struct platform_driver audio_ref_clk_driver = { .name = "audio-ref-clk", .owner = THIS_MODULE, .of_match_table = audio_ref_clk_match, .suppress_bind_attrs = true, }, .probe = audio_ref_clk_probe, .remove = audio_ref_clk_remove, Loading asoc/codecs/audio-ext-clk.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2017, 2019 The Linux Foundation. All rights reserved. */ #include <linux/kernel.h> Loading Loading @@ -321,6 +321,7 @@ static struct platform_driver audio_ref_clk_driver = { .name = "audio-ref-clk", .owner = THIS_MODULE, .of_match_table = audio_ref_clk_match, .suppress_bind_attrs = true, }, .probe = audio_ref_clk_probe, .remove = audio_ref_clk_remove, Loading asoc/codecs/bolero/bolero-cdc.c +1 −0 Original line number Diff line number Diff line Loading @@ -1028,6 +1028,7 @@ static struct platform_driver bolero_drv = { .name = "bolero-codec", .owner = THIS_MODULE, .of_match_table = bolero_dt_match, .suppress_bind_attrs = true, }, .probe = bolero_probe, .remove = bolero_remove, Loading asoc/codecs/bolero/bolero-clk-rsc.c +1 −0 Original line number Diff line number Diff line Loading @@ -603,6 +603,7 @@ static struct platform_driver bolero_clk_rsc_mgr = { .name = "bolero-clk-rsc-mngr", .owner = THIS_MODULE, .of_match_table = bolero_clk_rsc_dt_match, .suppress_bind_attrs = true, }, .probe = bolero_clk_rsc_probe, .remove = bolero_clk_rsc_remove, Loading asoc/codecs/bolero/rx-macro.c +1 −0 Original line number Diff line number Diff line Loading @@ -3712,6 +3712,7 @@ static struct platform_driver rx_macro_driver = { .owner = THIS_MODULE, .pm = &bolero_dev_pm_ops, .of_match_table = rx_macro_dt_match, .suppress_bind_attrs = true, }, .probe = rx_macro_probe, .remove = rx_macro_remove, Loading Loading
asoc/codecs/audio-ext-clk-up.c +1 −0 Original line number Diff line number Diff line Loading @@ -565,6 +565,7 @@ static struct platform_driver audio_ref_clk_driver = { .name = "audio-ref-clk", .owner = THIS_MODULE, .of_match_table = audio_ref_clk_match, .suppress_bind_attrs = true, }, .probe = audio_ref_clk_probe, .remove = audio_ref_clk_remove, Loading
asoc/codecs/audio-ext-clk.c +2 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* Copyright (c) 2015-2017, The Linux Foundation. All rights reserved. /* Copyright (c) 2015-2017, 2019 The Linux Foundation. All rights reserved. */ #include <linux/kernel.h> Loading Loading @@ -321,6 +321,7 @@ static struct platform_driver audio_ref_clk_driver = { .name = "audio-ref-clk", .owner = THIS_MODULE, .of_match_table = audio_ref_clk_match, .suppress_bind_attrs = true, }, .probe = audio_ref_clk_probe, .remove = audio_ref_clk_remove, Loading
asoc/codecs/bolero/bolero-cdc.c +1 −0 Original line number Diff line number Diff line Loading @@ -1028,6 +1028,7 @@ static struct platform_driver bolero_drv = { .name = "bolero-codec", .owner = THIS_MODULE, .of_match_table = bolero_dt_match, .suppress_bind_attrs = true, }, .probe = bolero_probe, .remove = bolero_remove, Loading
asoc/codecs/bolero/bolero-clk-rsc.c +1 −0 Original line number Diff line number Diff line Loading @@ -603,6 +603,7 @@ static struct platform_driver bolero_clk_rsc_mgr = { .name = "bolero-clk-rsc-mngr", .owner = THIS_MODULE, .of_match_table = bolero_clk_rsc_dt_match, .suppress_bind_attrs = true, }, .probe = bolero_clk_rsc_probe, .remove = bolero_clk_rsc_remove, Loading
asoc/codecs/bolero/rx-macro.c +1 −0 Original line number Diff line number Diff line Loading @@ -3712,6 +3712,7 @@ static struct platform_driver rx_macro_driver = { .owner = THIS_MODULE, .pm = &bolero_dev_pm_ops, .of_match_table = rx_macro_dt_match, .suppress_bind_attrs = true, }, .probe = rx_macro_probe, .remove = rx_macro_remove, Loading