Blame view

sound/soc/cirrus/ep93xx-pcm.h 235 Bytes
9952f6918   Thomas Gleixner   treewide: Replace...
1
  /* SPDX-License-Identifier: GPL-2.0-only */
6f2032a18   Stephen Warren   ASoC: ep93xx: get...
2
3
  /*
   * Copyright (c) 2013, NVIDIA CORPORATION.  All rights reserved.
6f2032a18   Stephen Warren   ASoC: ep93xx: get...
4
5
6
7
8
9
10
11
   */
  
  #ifndef __EP93XX_PCM_H__
  #define __EP93XX_PCM_H__
  
  int devm_ep93xx_pcm_platform_register(struct device *dev);
  
  #endif