1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __DRM_I2C_TDA998X_H__
3 #define __DRM_I2C_TDA998X_H__
5 #include <linux/hdmi.h>
6 #include <dt-bindings/display/tda998x.h>
10 AFMT_SPDIF
= TDA998x_SPDIF
,
11 AFMT_I2S
= TDA998x_I2S
,
14 struct tda998x_audio_params
{
17 unsigned sample_width
;
19 struct hdmi_audio_infoframe cea
;
23 struct tda998x_encoder_params
{
37 struct tda998x_audio_params audio_params
;