162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
462306a36Sopenharmony_ci */
562306a36Sopenharmony_ci
662306a36Sopenharmony_ci#ifndef __SPEAR_PCM_H__
762306a36Sopenharmony_ci#define __SPEAR_PCM_H__
862306a36Sopenharmony_ci
962306a36Sopenharmony_ciint devm_spear_pcm_platform_register(struct device *dev,
1062306a36Sopenharmony_ci			struct snd_dmaengine_pcm_config *config,
1162306a36Sopenharmony_ci			bool (*filter)(struct dma_chan *chan, void *slave));
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci#endif
14