xref: /openbmc/linux/sound/soc/cirrus/ep93xx-pcm.h (revision 75bf465f0bc33e9b776a46d6a1b9b990f5fb7c37)
1*9952f691SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */
26f2032a1SStephen Warren /*
36f2032a1SStephen Warren  * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
46f2032a1SStephen Warren  */
56f2032a1SStephen Warren 
66f2032a1SStephen Warren #ifndef __EP93XX_PCM_H__
76f2032a1SStephen Warren #define __EP93XX_PCM_H__
86f2032a1SStephen Warren 
96f2032a1SStephen Warren int devm_ep93xx_pcm_platform_register(struct device *dev);
106f2032a1SStephen Warren 
116f2032a1SStephen Warren #endif
12