Blame view

include/sound/pcm_drm_eld.h 183 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  /* SPDX-License-Identifier: GPL-2.0 */
838d1631b   Russell King   ALSA: pcm: add DR...
2
3
4
5
6
7
  #ifndef __SOUND_PCM_DRM_ELD_H
  #define __SOUND_PCM_DRM_ELD_H
  
  int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
  
  #endif