Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) */
0002 /*
0003  * This file is provided under a dual BSD/GPLv2 license.  When using or
0004  * redistributing this file, you may do so under either license.
0005  *
0006  * Copyright(c) 2022 Intel Corporation. All rights reserved.
0007  */
0008 
0009 #ifndef __SOC_SOF_UTILS_H
0010 #define __SOC_SOF_UTILS_H
0011 
0012 struct snd_dma_buffer;
0013 struct device;
0014 
0015 int snd_sof_create_page_table(struct device *dev,
0016                   struct snd_dma_buffer *dmab,
0017                   unsigned char *page_table, size_t size);
0018 
0019 #endif