https://github.com/torvalds/linux
Raw File
Tip revision: b562e44f507e863c6792946e4e1b1449fbbac85d authored by Linus Torvalds on 14 March 2016, 04:28:54 UTC
Linux 4.5
Tip revision: b562e44
pcm_drm_eld.h
#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
back to top