// SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) // // This file is provided under a dual BSD/GPLv2 license. When using or // redistributing this file, you may do so under either license. // // Copyright(c) 2022 Intel Corporation // /* * common ops for SKL+ HDAudio platforms */ #include "../sof-priv.h" #include "hda.h" #include "../sof-audio.h" const struct snd_sof_dsp_ops sof_hda_common_ops = …; EXPORT_SYMBOL_NS(…);