Home
last modified time | relevance | path

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

/openbmc/linux/include/drm/
H A Ddrm_audio_component.h50 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate); member
/openbmc/linux/sound/hda/
H A Dhdac_component.c128 if (!acomp || !acomp->ops || !acomp->ops->sync_audio_rate) in snd_hdac_sync_audio_rate()
137 return acomp->ops->sync_audio_rate(acomp->dev, port, pipe, rate); in snd_hdac_sync_audio_rate()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_audio.c1171 .sync_audio_rate = i915_audio_component_sync_audio_rate,