sof-priv.h (5fdc1242453e2ae88b2cdb607e4eda6b687f084c) sof-priv.h (ee8443050b2bf06d80fdd2c78cc25cae2abdedcd)
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>

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

497int snd_sof_resume(struct device *dev);
498int snd_sof_suspend(struct device *dev);
499int snd_sof_dsp_power_down_notify(struct snd_sof_dev *sdev);
500int snd_sof_prepare(struct device *dev);
501void snd_sof_complete(struct device *dev);
502
503void snd_sof_new_platform_drv(struct snd_sof_dev *sdev);
504
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>

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

497int snd_sof_resume(struct device *dev);
498int snd_sof_suspend(struct device *dev);
499int snd_sof_dsp_power_down_notify(struct snd_sof_dev *sdev);
500int snd_sof_prepare(struct device *dev);
501void snd_sof_complete(struct device *dev);
502
503void snd_sof_new_platform_drv(struct snd_sof_dev *sdev);
504
505int snd_sof_create_page_table(struct device *dev,
506 struct snd_dma_buffer *dmab,
507 unsigned char *page_table, size_t size);
508
509/*
510 * Firmware loading.
511 */
512int snd_sof_load_firmware_raw(struct snd_sof_dev *sdev);
513int snd_sof_load_firmware_memcpy(struct snd_sof_dev *sdev);
514int snd_sof_run_firmware(struct snd_sof_dev *sdev);
515int snd_sof_parse_module_memcpy(struct snd_sof_dev *sdev,
516 struct snd_sof_mod_hdr *module);

--- 114 unchanged lines hidden ---
505/*
506 * Firmware loading.
507 */
508int snd_sof_load_firmware_raw(struct snd_sof_dev *sdev);
509int snd_sof_load_firmware_memcpy(struct snd_sof_dev *sdev);
510int snd_sof_run_firmware(struct snd_sof_dev *sdev);
511int snd_sof_parse_module_memcpy(struct snd_sof_dev *sdev,
512 struct snd_sof_mod_hdr *module);

--- 114 unchanged lines hidden ---