sof-priv.h (bb9c93f58cb66049cb5a5570cc476d9a8a97f491) | sof-priv.h (e17422cda9d60339d71e117d3fdfd444e83669a4) |
---|---|
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> --- 185 unchanged lines hidden (view full) --- 194 int (*trace_release)(struct snd_sof_dev *sdev); /* optional */ 195 int (*trace_trigger)(struct snd_sof_dev *sdev, 196 int cmd); /* optional */ 197 198 /* misc */ 199 int (*get_bar_index)(struct snd_sof_dev *sdev, 200 u32 type); /* optional */ 201 int (*get_mailbox_offset)(struct snd_sof_dev *sdev);/* mandatory for common loader code */ | 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> --- 185 unchanged lines hidden (view full) --- 194 int (*trace_release)(struct snd_sof_dev *sdev); /* optional */ 195 int (*trace_trigger)(struct snd_sof_dev *sdev, 196 int cmd); /* optional */ 197 198 /* misc */ 199 int (*get_bar_index)(struct snd_sof_dev *sdev, 200 u32 type); /* optional */ 201 int (*get_mailbox_offset)(struct snd_sof_dev *sdev);/* mandatory for common loader code */ |
202 int (*get_window_offset)(struct snd_sof_dev *sdev, 203 u32 id);/* mandatory for common loader code */ |
|
202 203 /* DAI ops */ 204 struct snd_soc_dai_driver *drv; 205 int num_drv; 206}; 207 208/* DSP architecture specific callbacks for oops and stack dumps */ 209struct sof_arch_ops { --- 446 unchanged lines hidden --- | 204 205 /* DAI ops */ 206 struct snd_soc_dai_driver *drv; 207 int num_drv; 208}; 209 210/* DSP architecture specific callbacks for oops and stack dumps */ 211struct sof_arch_ops { --- 446 unchanged lines hidden --- |