Lines Matching +full:convert +full:- +full:rate
1 // SPDX-License-Identifier: MIT
11 * struct drm_audio_component_ops - Ops implemented by DRM driver, called by hda driver
42 * @sync_audio_rate: set n/cts based on the sample rate
45 * sample rate, it will call this function to set n/cts
47 int (*sync_audio_rate)(struct device *, int port, int pipe, int rate);
65 * struct drm_audio_component_audio_ops - Ops implemented by hda driver, called by DRM driver
82 * @pin2port: Check and convert from pin node to port number
84 * Called by HDA driver to check and convert from the pin widget node
91 * Called at binding master component, for HDA codec-specific
98 * Called at unbinding master component, for HDA codec-specific
105 * struct drm_audio_component - Used for direct communication between DRM and hda drivers