linux/include/linux/platform_data/omap-twl4030.h

/* SPDX-License-Identifier: GPL-2.0-only */
/**
 * omap-twl4030.h - ASoC machine driver for TI SoC based boards with twl4030
 *		    codec, header.
 *
 * Copyright (C) 2012 Texas Instruments Incorporated - https://www.ti.com
 * All rights reserved.
 *
 * Author: Peter Ujfalusi <[email protected]>
 */

#ifndef _OMAP_TWL4030_H_
#define _OMAP_TWL4030_H_

/* To select if only one channel is connected in a stereo port */
#define OMAP_TWL4030_LEFT
#define OMAP_TWL4030_RIGHT

struct omap_tw4030_pdata {};

#endif /* _OMAP_TWL4030_H_ */