162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-or-later */
262306a36Sopenharmony_ci/*
362306a36Sopenharmony_ci    cs53l32a.h - definition for cs53l32a inputs and outputs
462306a36Sopenharmony_ci
562306a36Sopenharmony_ci    Copyright (C) 2006 Hans Verkuil (hverkuil@xs4all.nl)
662306a36Sopenharmony_ci
762306a36Sopenharmony_ci*/
862306a36Sopenharmony_ci
962306a36Sopenharmony_ci#ifndef _CS53L32A_H_
1062306a36Sopenharmony_ci#define _CS53L32A_H_
1162306a36Sopenharmony_ci
1262306a36Sopenharmony_ci/* There are 2 physical inputs, but the second input can be
1362306a36Sopenharmony_ci   placed in two modes, the first mode bypasses the PGA (gain),
1462306a36Sopenharmony_ci   the second goes through the PGA. Hence there are three
1562306a36Sopenharmony_ci   possible inputs to choose from. */
1662306a36Sopenharmony_ci
1762306a36Sopenharmony_ci/* CS53L32A HW inputs */
1862306a36Sopenharmony_ci#define CS53L32A_IN0 0
1962306a36Sopenharmony_ci#define CS53L32A_IN1 1
2062306a36Sopenharmony_ci#define CS53L32A_IN2 2
2162306a36Sopenharmony_ci
2262306a36Sopenharmony_ci#endif
23