sof.h (0cf8ff05e5d2b94b3ccf8a1fbfc633ecb0be56b0) sof.h (a97abb3cae31b4e2420da96b95e54756333f2cc3)
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>

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

128 unsigned int ipc_supported_mask;
129 enum sof_ipc_type ipc_default;
130
131 /* defaults paths for firmware and topology files */
132 const char *default_fw_path[SOF_IPC_TYPE_COUNT];
133 const char *default_tplg_path[SOF_IPC_TYPE_COUNT];
134
135 /* default firmware name */
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>

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

128 unsigned int ipc_supported_mask;
129 enum sof_ipc_type ipc_default;
130
131 /* defaults paths for firmware and topology files */
132 const char *default_fw_path[SOF_IPC_TYPE_COUNT];
133 const char *default_tplg_path[SOF_IPC_TYPE_COUNT];
134
135 /* default firmware name */
136 const char *default_fw_filename;
136 const char *default_fw_filename[SOF_IPC_TYPE_COUNT];
137
138 const struct snd_sof_dsp_ops *ops;
139};
140
141int sof_dai_get_mclk(struct snd_soc_pcm_runtime *rtd);
142int sof_dai_get_bclk(struct snd_soc_pcm_runtime *rtd);
143
144#endif
137
138 const struct snd_sof_dsp_ops *ops;
139};
140
141int sof_dai_get_mclk(struct snd_soc_pcm_runtime *rtd);
142int sof_dai_get_bclk(struct snd_soc_pcm_runtime *rtd);
143
144#endif