Searched refs:sync_audio_rate (Results 1 – 3 of 3) sorted by relevance
48 int (*sync_audio_rate)(struct device *, int port, int rate); member
715 .sync_audio_rate = i915_audio_component_sync_audio_rate,
1826 if (acomp && acomp->ops && acomp->ops->sync_audio_rate) in generic_hdmi_playback_pcm_prepare()1827 acomp->ops->sync_audio_rate(acomp->dev, in generic_hdmi_playback_pcm_prepare()