huangcm
2025-02-26 a813214788f6e7b512df54f1c659cd0bdc9ac175
1
2
3
4
5
6
#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