Linux Audio

Check our new training course

Linux debugging, profiling, tracing and performance analysis training

Apr 14-17, 2025
Register
Loading...
Note: File does not exist in v4.6.
 1/* SPDX-License-Identifier: GPL-2.0 */
 2/* Copyright Sunplus Technology Co., Ltd.
 3 *       All rights reserved.
 4 */
 5
 6#ifndef __SPL2SW_DESC_H__
 7#define __SPL2SW_DESC_H__
 8
 9void spl2sw_rx_descs_flush(struct spl2sw_common *comm);
10void spl2sw_tx_descs_clean(struct spl2sw_common *comm);
11void spl2sw_rx_descs_clean(struct spl2sw_common *comm);
12void spl2sw_descs_clean(struct spl2sw_common *comm);
13void spl2sw_descs_free(struct spl2sw_common *comm);
14void spl2sw_tx_descs_init(struct spl2sw_common *comm);
15int  spl2sw_rx_descs_init(struct spl2sw_common *comm);
16int  spl2sw_descs_alloc(struct spl2sw_common *comm);
17int  spl2sw_descs_init(struct spl2sw_common *comm);
18
19#endif