Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
Russell King | 838d163 | 2015-05-09 11:26:42 +0100 | [diff] [blame] | 2 | #ifndef __SOUND_PCM_DRM_ELD_H |
3 | #define __SOUND_PCM_DRM_ELD_H | ||||
4 | |||||
5 | int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld); | ||||
6 | |||||
7 | #endif |