18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci cs53l32a.h - definition for cs53l32a inputs and outputs 48c2ecf20Sopenharmony_ci 58c2ecf20Sopenharmony_ci Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) 68c2ecf20Sopenharmony_ci 78c2ecf20Sopenharmony_ci*/ 88c2ecf20Sopenharmony_ci 98c2ecf20Sopenharmony_ci#ifndef _CS53L32A_H_ 108c2ecf20Sopenharmony_ci#define _CS53L32A_H_ 118c2ecf20Sopenharmony_ci 128c2ecf20Sopenharmony_ci/* There are 2 physical inputs, but the second input can be 138c2ecf20Sopenharmony_ci placed in two modes, the first mode bypasses the PGA (gain), 148c2ecf20Sopenharmony_ci the second goes through the PGA. Hence there are three 158c2ecf20Sopenharmony_ci possible inputs to choose from. */ 168c2ecf20Sopenharmony_ci 178c2ecf20Sopenharmony_ci/* CS53L32A HW inputs */ 188c2ecf20Sopenharmony_ci#define CS53L32A_IN0 0 198c2ecf20Sopenharmony_ci#define CS53L32A_IN1 1 208c2ecf20Sopenharmony_ci#define CS53L32A_IN2 2 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci#endif 23