brintos

brintos / linux-shallow public Read only

0
0
Text · 444 B · 8a46a91 Raw
20 lines · c
1/* SPDX-License-Identifier: GPL-2.0 */2/*3 * Copyright (c) 2011 Samsung Electronics Co., Ltd4 *		http://www.samsung.com5 */6 7#ifndef __SND_SOC_SAMSUNG_IDMA_H_8#define __SND_SOC_SAMSUNG_IDMA_H_9 10extern void idma_reg_addr_init(void __iomem *regs, dma_addr_t addr);11 12/* dma_state */13#define LPAM_DMA_STOP	014#define LPAM_DMA_START	115 16#define MAX_IDMA_PERIOD (128 * 1024)17#define MAX_IDMA_BUFFER (160 * 1024)18 19#endif /* __SND_SOC_SAMSUNG_IDMA_H_ */20