/* SPDX-License-Identifier: GPL-2.0-only */ /* * TI DaVinci Audio Serial Port support * * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com/ */ #ifndef __DAVINCI_ASP_H #define __DAVINCI_ASP_H #include <linux/genalloc.h> struct davinci_mcasp_pdata { … }; /* TODO: Fix arch/arm/mach-davinci/ users and remove this define */ #define snd_platform_data … enum { … }; #define INACTIVE_MODE … #define TX_MODE … #define RX_MODE … #define DAVINCI_MCASP_IIS_MODE … #define DAVINCI_MCASP_DIT_MODE … #endif