Searched refs:snd_pcm_hw_constraint_eld (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/sound/core/ |
H A D | pcm_drm_eld.c | 80 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld) in snd_pcm_hw_constraint_eld() function 96 EXPORT_SYMBOL_GPL(snd_pcm_hw_constraint_eld); variable
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | pcm_drm_eld.c | 147 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld) in snd_pcm_hw_constraint_eld() function 163 EXPORT_SYMBOL_GPL(snd_pcm_hw_constraint_eld); variable
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | pcm_drm_eld.h | 5 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | pcm_drm_eld.h | 5 int snd_pcm_hw_constraint_eld(struct snd_pcm_runtime *runtime, void *eld);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-ahb-audio.c | 330 ret = snd_pcm_hw_constraint_eld(runtime, eld); in dw_hdmi_open()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-ahb-audio.c | 330 ret = snd_pcm_hw_constraint_eld(runtime, eld); in dw_hdmi_open()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | hdmi-codec.c | 413 ret = snd_pcm_hw_constraint_eld(substream->runtime, hcp->eld); in hdmi_codec_startup()
|
H A D | hdac_hdmi.c | 627 return snd_pcm_hw_constraint_eld(substream->runtime, in hdac_hdmi_pcm_open()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | hdmi-codec.c | 457 ret = snd_pcm_hw_constraint_eld(substream->runtime, hcp->eld); in hdmi_codec_startup()
|
H A D | hdac_hdmi.c | 627 return snd_pcm_hw_constraint_eld(substream->runtime, in hdac_hdmi_pcm_open()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 958 ret = snd_pcm_hw_constraint_eld(substream->runtime, connector->eld); in vc4_hdmi_audio_startup()
|
Completed in 16 milliseconds