blob: 28a55a8beb287ca3b4fbdd945982df3e24544c9f [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001/* SPDX-License-Identifier: GPL-2.0 */
Russell King838d1632015-05-09 11:26:42 +01002#ifndef __SOUND_PCM_DRM_ELD_H
3#define __SOUND_PCM_DRM_ELD_H
4
5int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
6
7#endif