ARM: dts: omap5: Add bus_dma_limit for L3 bus
[linux/fpc-iii.git] / sound / soc / codecs / pcm179x.h
blob0039ca8ee7420265bc831be7a40a35affdc9b27c
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * definitions for PCM179X
5 * Copyright 2013 Amarula Solutions
6 */
8 #ifndef __PCM179X_H__
9 #define __PCM179X_H__
11 #define PCM1792A_FORMATS (SNDRV_PCM_FMTBIT_S32_LE | SNDRV_PCM_FMTBIT_S24_LE | \
12 SNDRV_PCM_FMTBIT_S16_LE)
14 extern const struct regmap_config pcm179x_regmap_config;
16 int pcm179x_common_init(struct device *dev, struct regmap *regmap);
18 #endif