core.c (6955d9512d0ea814f1c2761bef7ad7b3cedf4d68) core.c (6e9548cdb30e5d6724236dd7b89a79a270751485)
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2//
3// This file is provided under a dual BSD/GPLv2 license. When using or
4// redistributing this file, you may do so under either license.
5//
6// Copyright(c) 2018 Intel Corporation. All rights reserved.
7//
8// Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>

--- 470 unchanged lines hidden (view full) ---

479 return 0;
480}
481EXPORT_SYMBOL(snd_sof_device_shutdown);
482
483MODULE_AUTHOR("Liam Girdwood");
484MODULE_DESCRIPTION("Sound Open Firmware (SOF) Core");
485MODULE_LICENSE("Dual BSD/GPL");
486MODULE_ALIAS("platform:sof-audio");
1// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2//
3// This file is provided under a dual BSD/GPLv2 license. When using or
4// redistributing this file, you may do so under either license.
5//
6// Copyright(c) 2018 Intel Corporation. All rights reserved.
7//
8// Author: Liam Girdwood <liam.r.girdwood@linux.intel.com>

--- 470 unchanged lines hidden (view full) ---

479 return 0;
480}
481EXPORT_SYMBOL(snd_sof_device_shutdown);
482
483MODULE_AUTHOR("Liam Girdwood");
484MODULE_DESCRIPTION("Sound Open Firmware (SOF) Core");
485MODULE_LICENSE("Dual BSD/GPL");
486MODULE_ALIAS("platform:sof-audio");
487MODULE_IMPORT_NS(SND_SOC_SOF_CLIENT);