blob: ce2319839a1e535e14a73a0162e7ac64a846cf38 [file] [log] [blame]
Thomas Gleixner9952f692019-05-28 10:10:04 -07001/* SPDX-License-Identifier: GPL-2.0-only */
Stephen Warrenede38882013-12-10 12:35:24 -07002/*
3 * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved.
Stephen Warrenede38882013-12-10 12:35:24 -07004 */
5
6#ifndef __SPEAR_PCM_H__
7#define __SPEAR_PCM_H__
8
Stephen Warrene1771bc2013-12-10 12:35:25 -07009int devm_spear_pcm_platform_register(struct device *dev,
10 struct snd_dmaengine_pcm_config *config,
11 bool (*filter)(struct dma_chan *chan, void *slave));
Stephen Warrenede38882013-12-10 12:35:24 -070012
13#endif