Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __SOUND_PCM_DRM_ELD_H
0003 #define __SOUND_PCM_DRM_ELD_H
0004 
0005 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
0006 
0007 #endif