~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/linux/mfd/abx500/ab8500-codec.h

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/linux/mfd/abx500/ab8500-codec.h (Architecture m68k) and /include/linux/mfd/abx500/ab8500-codec.h (Architecture mips)


  1 /* SPDX-License-Identifier: GPL-2.0-only */         1 /* SPDX-License-Identifier: GPL-2.0-only */
  2 /*                                                  2 /*
  3  * Copyright (C) ST-Ericsson SA 2012                3  * Copyright (C) ST-Ericsson SA 2012
  4  *                                                  4  *
  5  * Author: Ola Lilja <ola.o.lilja@stericsson.c      5  * Author: Ola Lilja <ola.o.lilja@stericsson.com>
  6  *         for ST-Ericsson.                         6  *         for ST-Ericsson.
  7  *                                                  7  *
  8  * License terms:                                   8  * License terms:
  9  */                                                 9  */
 10                                                    10 
 11 #ifndef AB8500_CORE_CODEC_H                        11 #ifndef AB8500_CORE_CODEC_H
 12 #define AB8500_CORE_CODEC_H                        12 #define AB8500_CORE_CODEC_H
 13                                                    13 
 14 /* Mic-types */                                    14 /* Mic-types */
 15 enum amic_type {                                   15 enum amic_type {
 16         AMIC_TYPE_SINGLE_ENDED,                    16         AMIC_TYPE_SINGLE_ENDED,
 17         AMIC_TYPE_DIFFERENTIAL                     17         AMIC_TYPE_DIFFERENTIAL
 18 };                                                 18 };
 19                                                    19 
 20 /* Mic-biases */                                   20 /* Mic-biases */
 21 enum amic_micbias {                                21 enum amic_micbias {
 22         AMIC_MICBIAS_VAMIC1,                       22         AMIC_MICBIAS_VAMIC1,
 23         AMIC_MICBIAS_VAMIC2,                       23         AMIC_MICBIAS_VAMIC2,
 24         AMIC_MICBIAS_UNKNOWN                       24         AMIC_MICBIAS_UNKNOWN
 25 };                                                 25 };
 26                                                    26 
 27 /* Bias-voltage */                                 27 /* Bias-voltage */
 28 enum ear_cm_voltage {                              28 enum ear_cm_voltage {
 29         EAR_CMV_0_95V,                             29         EAR_CMV_0_95V,
 30         EAR_CMV_1_10V,                             30         EAR_CMV_1_10V,
 31         EAR_CMV_1_27V,                             31         EAR_CMV_1_27V,
 32         EAR_CMV_1_58V,                             32         EAR_CMV_1_58V,
 33         EAR_CMV_UNKNOWN                            33         EAR_CMV_UNKNOWN
 34 };                                                 34 };
 35                                                    35 
 36 /* Analog microphone settings */                   36 /* Analog microphone settings */
 37 struct amic_settings {                             37 struct amic_settings {
 38         enum amic_type mic1_type;                  38         enum amic_type mic1_type;
 39         enum amic_type mic2_type;                  39         enum amic_type mic2_type;
 40         enum amic_micbias mic1a_micbias;           40         enum amic_micbias mic1a_micbias;
 41         enum amic_micbias mic1b_micbias;           41         enum amic_micbias mic1b_micbias;
 42         enum amic_micbias mic2_micbias;            42         enum amic_micbias mic2_micbias;
 43 };                                                 43 };
 44                                                    44 
 45 /* Platform data structure for the audio-parts     45 /* Platform data structure for the audio-parts of the AB8500 */
 46 struct ab8500_codec_platform_data {                46 struct ab8500_codec_platform_data {
 47         struct amic_settings amics;                47         struct amic_settings amics;
 48         enum ear_cm_voltage ear_cmv;               48         enum ear_cm_voltage ear_cmv;
 49 };                                                 49 };
 50                                                    50 
 51 #endif                                             51 #endif
 52                                                    52 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php