![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 cs53l32a.h - definition for cs53l32a inputs and outputs 0004 0005 Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl) 0006 0007 */ 0008 0009 #ifndef _CS53L32A_H_ 0010 #define _CS53L32A_H_ 0011 0012 /* There are 2 physical inputs, but the second input can be 0013 placed in two modes, the first mode bypasses the PGA (gain), 0014 the second goes through the PGA. Hence there are three 0015 possible inputs to choose from. */ 0016 0017 /* CS53L32A HW inputs */ 0018 #define CS53L32A_IN0 0 0019 #define CS53L32A_IN1 1 0020 #define CS53L32A_IN2 2 0021 0022 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |