~ [ 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 (Version linux-6.12-rc7) and /include/linux/mfd/abx500/ab8500-codec.h (Version linux-5.0.21)


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

~ [ 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