xref: /linux/sound/soc/sof/intel/nvl.h (revision b61104e7a6349bd2c2b3e2fb3260d87f15eda8f4)
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) 2025 Intel Corporation
7  */
8 
9 #ifndef __SOF_INTEL_NVL_H
10 #define __SOF_INTEL_NVL_H
11 
12 int sof_nvl_set_ops(struct snd_sof_dev *sdev, struct snd_sof_dsp_ops *dsp_ops);
13 
14 #endif /* __SOF_INTEL_NVL_H */
15