tegra_pcm.h (94bd217e2d683719ab21a4ac117d8a1b91cbedc9) | tegra_pcm.h (518de86ba106185212ec30fea501be024a12f5db) |
---|---|
1/* 2 * tegra_pcm.h - Definitions for Tegra PCM driver 3 * 4 * Author: Stephen Warren <swarren@nvidia.com> | 1/* 2 * tegra_pcm.h - Definitions for Tegra PCM driver 3 * 4 * Author: Stephen Warren <swarren@nvidia.com> |
5 * Copyright (C) 2010 - NVIDIA, Inc. | 5 * Copyright (C) 2010,2012 - NVIDIA, Inc. |
6 * 7 * Based on code copyright/by: 8 * 9 * Copyright (c) 2009-2010, NVIDIA Corporation. 10 * Scott Peterson <speterson@nvidia.com> 11 * 12 * Copyright (C) 2010 Google, Inc. 13 * Iliyan Malchev <malchev@google.com> --- 33 unchanged lines hidden (view full) --- 47 int dma_pos; 48 int dma_pos_end; 49 int period_index; 50 int dma_req_idx; 51 struct tegra_dma_req dma_req[2]; 52 struct tegra_dma_channel *dma_chan; 53}; 54 | 6 * 7 * Based on code copyright/by: 8 * 9 * Copyright (c) 2009-2010, NVIDIA Corporation. 10 * Scott Peterson <speterson@nvidia.com> 11 * 12 * Copyright (C) 2010 Google, Inc. 13 * Iliyan Malchev <malchev@google.com> --- 33 unchanged lines hidden (view full) --- 47 int dma_pos; 48 int dma_pos_end; 49 int period_index; 50 int dma_req_idx; 51 struct tegra_dma_req dma_req[2]; 52 struct tegra_dma_channel *dma_chan; 53}; 54 |
55int tegra_pcm_platform_register(struct device *dev); 56void tegra_pcm_platform_unregister(struct device *dev); 57 |
|
55#endif | 58#endif |