/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __INCLUDED_TEA6420__ #define __INCLUDED_TEA6420__ /* input pins */ #define TEA6420_OUTPUT1 … #define TEA6420_OUTPUT2 … #define TEA6420_OUTPUT3 … #define TEA6420_OUTPUT4 … /* output pins */ #define TEA6420_INPUT1 … #define TEA6420_INPUT2 … #define TEA6420_INPUT3 … #define TEA6420_INPUT4 … #define TEA6420_INPUT5 … #define TEA6420_INPUT6 … /* gain on the output pins, ORed with the output pin */ #define TEA6420_GAIN0 … #define TEA6420_GAIN2 … #define TEA6420_GAIN4 … #define TEA6420_GAIN6 … #endif