sof-priv.h (3bc3477915587440035f192c89a1bf9a4360abb3) | sof-priv.h (b1a4ee9fd5a2dfb0f23abe58377f816915ec14ba) |
---|---|
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> --- 682 unchanged lines hidden (view full) --- 691void snd_sof_new_platform_drv(struct snd_sof_dev *sdev); 692 693/* 694 * Compress support 695 */ 696extern struct snd_compress_ops sof_compressed_ops; 697 698/* | 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> --- 682 unchanged lines hidden (view full) --- 691void snd_sof_new_platform_drv(struct snd_sof_dev *sdev); 692 693/* 694 * Compress support 695 */ 696extern struct snd_compress_ops sof_compressed_ops; 697 698/* |
699 * Firmware (firmware, libraries, topologies) file location 700 */ 701int sof_create_ipc_file_profile(struct snd_sof_dev *sdev, 702 struct sof_loadable_file_profile *base_profile, 703 struct sof_loadable_file_profile *out_profile); 704 705/* |
|
699 * Firmware loading. 700 */ 701int snd_sof_load_firmware_raw(struct snd_sof_dev *sdev); 702int snd_sof_load_firmware_memcpy(struct snd_sof_dev *sdev); 703int snd_sof_run_firmware(struct snd_sof_dev *sdev); 704void snd_sof_fw_unload(struct snd_sof_dev *sdev); 705 706/* --- 166 unchanged lines hidden --- | 706 * Firmware loading. 707 */ 708int snd_sof_load_firmware_raw(struct snd_sof_dev *sdev); 709int snd_sof_load_firmware_memcpy(struct snd_sof_dev *sdev); 710int snd_sof_run_firmware(struct snd_sof_dev *sdev); 711void snd_sof_fw_unload(struct snd_sof_dev *sdev); 712 713/* --- 166 unchanged lines hidden --- |