kernel/drivers/media/platform/rockchip/hdmirx/rk_hdmirx.h
.. .. @@ -228,6 +228,7 @@ 228 228 #define AUDIO_PROC_CONFIG3 0x048c 229 229 #define AUDIO_PROC_STATUS1 0x0490 230 230 #define AUD_SAMPLE_PRESENT GENMASK(20, 17) 231 +#define AUD_SAMPLE_FLAT GENMASK(16, 13)231 232 #define SCDC_CONFIG 0x0580 232 233 #define HPDLOW BIT(1) 233 234 #define POWERPROVIDED BIT(0)