/*1cs5345.h - definition for cs5345 inputs and outputs23Copyright (C) 2007 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 _CS5345_H_21#define _CS5345_H_2223/* CS5345 HW inputs */24#define CS5345_IN_MIC 025#define CS5345_IN_1 126#define CS5345_IN_2 227#define CS5345_IN_3 328#define CS5345_IN_4 429#define CS5345_IN_5 530#define CS5345_IN_6 63132#define CS5345_MCLK_1 0x0033#define CS5345_MCLK_1_5 0x1034#define CS5345_MCLK_2 0x2035#define CS5345_MCLK_3 0x3036#define CS5345_MCLK_4 0x403738#endif394041