xref: /kernel/linux/linux-5.10/sound/soc/spear/spear_pcm.h (revision 8c2ecf20)
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /kernel/linux/linux-5.10/sound/soc/spear/
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

Indexes created Thu Nov 07 10:32:03 CST 2024