Loading soc/snd_event.c +14 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2018, The Linux Foundation. All rights reserved. * Copyright (c) 2018, 2021 The Linux Foundation. All rights reserved. */ #include <linux/platform_device.h> Loading @@ -8,6 +8,7 @@ #include <linux/module.h> #include <linux/of_device.h> #include <soc/snd_event.h> #include <soc/qcom/boot_stats.h> struct snd_event_client { struct list_head node; Loading Loading @@ -490,5 +491,17 @@ int snd_event_notify(struct device *dev, unsigned int state) } EXPORT_SYMBOL(snd_event_notify); static int __init snd_event_init(void) { place_marker("M - Driver Sound Event Init"); return 0; } module_init(snd_event_init); static void __exit snd_event_exit(void) { } module_exit(snd_event_exit); MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("SND event module"); Loading
soc/snd_event.c +14 −1 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2018, The Linux Foundation. All rights reserved. * Copyright (c) 2018, 2021 The Linux Foundation. All rights reserved. */ #include <linux/platform_device.h> Loading @@ -8,6 +8,7 @@ #include <linux/module.h> #include <linux/of_device.h> #include <soc/snd_event.h> #include <soc/qcom/boot_stats.h> struct snd_event_client { struct list_head node; Loading Loading @@ -490,5 +491,17 @@ int snd_event_notify(struct device *dev, unsigned int state) } EXPORT_SYMBOL(snd_event_notify); static int __init snd_event_init(void) { place_marker("M - Driver Sound Event Init"); return 0; } module_init(snd_event_init); static void __exit snd_event_exit(void) { } module_exit(snd_event_exit); MODULE_LICENSE("GPL v2"); MODULE_DESCRIPTION("SND event module");