1 1.1 jmcneill /* $NetBSD: tda998x.h,v 1.1.1.2 2017/11/30 19:40:51 jmcneill Exp $ */ 2 1.1 jmcneill 3 1.1.1.2 jmcneill /* SPDX-License-Identifier: GPL-2.0 */ 4 1.1 jmcneill #ifndef _DT_BINDINGS_TDA998X_H 5 1.1 jmcneill #define _DT_BINDINGS_TDA998X_H 6 1.1 jmcneill 7 1.1 jmcneill #define TDA998x_SPDIF 1 8 1.1 jmcneill #define TDA998x_I2S 2 9 1.1 jmcneill 10 1.1 jmcneill #endif /*_DT_BINDINGS_TDA998X_H */ 11