https://github.com/torvalds/linux
Raw File
Tip revision: 0bbac3facb5d6cc0171c45c9873a2dc96bea9680 authored by Linus Torvalds on 14 April 2024, 20:38:39 UTC
Linux 6.9-rc4
Tip revision: 0bbac3f
tda998x.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef _DT_BINDINGS_TDA998X_H
#define _DT_BINDINGS_TDA998X_H

#define TDA998x_SPDIF	1
#define TDA998x_I2S	2

#endif /*_DT_BINDINGS_TDA998X_H */
back to top