sof-priv.h (04c8027764bc82a325d3abc6f39a6a4642a937cb) sof-priv.h (ce8234a6357ec8f81b977d8536ff941dbd4162f3)
1/* SPDX-License-Identifier: (GPL-2.0 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>

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

191
192 /* host DMA trace initialization */
193 int (*trace_init)(struct snd_sof_dev *sdev,
194 u32 *stream_tag); /* optional */
195 int (*trace_release)(struct snd_sof_dev *sdev); /* optional */
196 int (*trace_trigger)(struct snd_sof_dev *sdev,
197 int cmd); /* optional */
198
1/* SPDX-License-Identifier: (GPL-2.0 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>

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

191
192 /* host DMA trace initialization */
193 int (*trace_init)(struct snd_sof_dev *sdev,
194 u32 *stream_tag); /* optional */
195 int (*trace_release)(struct snd_sof_dev *sdev); /* optional */
196 int (*trace_trigger)(struct snd_sof_dev *sdev,
197 int cmd); /* optional */
198
199 /* misc */
200 int (*get_bar_index)(struct snd_sof_dev *sdev,
201 u32 type); /* optional */
199 /* DAI ops */
200 struct snd_soc_dai_driver *drv;
201 int num_drv;
202};
203
204/* DSP architecture specific callbacks for oops and stack dumps */
205struct sof_arch_ops {
206 void (*dsp_oops)(struct snd_sof_dev *sdev, void *oops);

--- 446 unchanged lines hidden ---
202 /* DAI ops */
203 struct snd_soc_dai_driver *drv;
204 int num_drv;
205};
206
207/* DSP architecture specific callbacks for oops and stack dumps */
208struct sof_arch_ops {
209 void (*dsp_oops)(struct snd_sof_dev *sdev, void *oops);

--- 446 unchanged lines hidden ---