18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
28c2ecf20Sopenharmony_ci/*
38c2ecf20Sopenharmony_ci * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
48c2ecf20Sopenharmony_ci */
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_ci#ifndef __SPEAR_PCM_H__
78c2ecf20Sopenharmony_ci#define __SPEAR_PCM_H__
88c2ecf20Sopenharmony_ci
98c2ecf20Sopenharmony_ciint devm_spear_pcm_platform_register(struct device *dev,
108c2ecf20Sopenharmony_ci			struct snd_dmaengine_pcm_config *config,
118c2ecf20Sopenharmony_ci			bool (*filter)(struct dma_chan *chan, void *slave));
128c2ecf20Sopenharmony_ci
138c2ecf20Sopenharmony_ci#endif
14