![]() |
|
|||
0001 /* SPDX-License-Identifier: GPL-2.0-or-later */ 0002 /* 0003 cs5345.h - definition for cs5345 inputs and outputs 0004 0005 Copyright (C) 2007 Hans Verkuil (hverkuil@xs4all.nl) 0006 0007 */ 0008 0009 #ifndef _CS5345_H_ 0010 #define _CS5345_H_ 0011 0012 /* CS5345 HW inputs */ 0013 #define CS5345_IN_MIC 0 0014 #define CS5345_IN_1 1 0015 #define CS5345_IN_2 2 0016 #define CS5345_IN_3 3 0017 #define CS5345_IN_4 4 0018 #define CS5345_IN_5 5 0019 #define CS5345_IN_6 6 0020 0021 #define CS5345_MCLK_1 0x00 0022 #define CS5345_MCLK_1_5 0x10 0023 #define CS5345_MCLK_2 0x20 0024 #define CS5345_MCLK_3 0x30 0025 #define CS5345_MCLK_4 0x40 0026 0027 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.1.0 LXR engine. The LXR team |
![]() ![]() |