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