/*1cs53l32a.h - definition for cs53l32a inputs and outputs23Copyright (C) 2006 Hans Verkuil ([email protected])45This program is free software; you can redistribute it and/or modify6it under the terms of the GNU General Public License as published by7the Free Software Foundation; either version 2 of the License, or8(at your option) any later version.910This program is distributed in the hope that it will be useful,11but WITHOUT ANY WARRANTY; without even the implied warranty of12MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the13GNU General Public License for more details.1415You should have received a copy of the GNU General Public License16along with this program; if not, write to the Free Software17Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.18*/1920#ifndef _CS53L32A_H_21#define _CS53L32A_H_2223/* There are 2 physical inputs, but the second input can be24placed in two modes, the first mode bypasses the PGA (gain),25the second goes through the PGA. Hence there are three26possible inputs to choose from. */2728/* CS53L32A HW inputs */29#define CS53L32A_IN0 030#define CS53L32A_IN1 131#define CS53L32A_IN2 23233#endif343536