Searched refs:sync_audio_rate (Results 1 – 3 of 3) sorted by relevance
43 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate); member
115 if (!acomp || !acomp->ops || !acomp->ops->sync_audio_rate) in snd_hdac_sync_audio_rate()124 return acomp->ops->sync_audio_rate(acomp->dev, port, pipe, rate); in snd_hdac_sync_audio_rate()
901 .sync_audio_rate = i915_audio_component_sync_audio_rate,