linux/sound/soc/ti/omap-mcbsp.h

/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * omap-mcbsp.h
 *
 * Copyright (C) 2008 Nokia Corporation
 *
 * Contact: Jarkko Nikula <[email protected]>
 *          Peter Ujfalusi <[email protected]>
 */

#ifndef __OMAP_MCBSP_H__
#define __OMAP_MCBSP_H__

#include <sound/dmaengine_pcm.h>

/* Source clocks for McBSP sample rate generator */
enum omap_mcbsp_clksrg_clk {};

/* McBSP dividers */
enum omap_mcbsp_div {};

int omap_mcbsp_st_add_controls(struct snd_soc_pcm_runtime *rtd, int port_id);

#endif /* __OMAP_MCBSP_H__ */