1 #ifndef __DRM_I2C_TDA998X_H__
2 #define __DRM_I2C_TDA998X_H__
4 #include <linux/hdmi.h>
5 #include <dt-bindings/display/tda998x.h>
9 AFMT_SPDIF
= TDA998x_SPDIF
,
10 AFMT_I2S
= TDA998x_I2S
,
13 struct tda998x_audio_params
{
16 unsigned sample_width
;
18 struct hdmi_audio_infoframe cea
;
22 struct tda998x_encoder_params
{
36 struct tda998x_audio_params audio_params
;