Home
last modified time | relevance | path

Searched refs:snd_pcm_hw_constraint_eld (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/sound/core/
Dpcm_drm_eld.c83 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld) in snd_pcm_hw_constraint_eld() function
99 EXPORT_SYMBOL_GPL(snd_pcm_hw_constraint_eld);
/linux-4.4.14/include/sound/
Dpcm_drm_eld.h4 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
/linux-4.4.14/drivers/gpu/drm/bridge/
Ddw_hdmi-ahb-audio.c334 ret = snd_pcm_hw_constraint_eld(runtime, dw->data.eld); in dw_hdmi_open()