The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/sound/alc5632.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 ALC5632 audio CODEC
    2 
    3 This device supports I2C only.
    4 
    5 Required properties:
    6 
    7   - compatible : "realtek,alc5632"
    8 
    9   - reg : the I2C address of the device.
   10 
   11   - gpio-controller : Indicates this device is a GPIO controller.
   12 
   13   - #gpio-cells : Should be two. The first cell is the pin number and the
   14     second cell is used to specify optional parameters (currently unused).
   15 
   16 Pins on the device (for linking into audio routes):
   17 
   18   * SPK_OUTP
   19   * SPK_OUTN
   20   * HP_OUT_L
   21   * HP_OUT_R
   22   * AUX_OUT_P
   23   * AUX_OUT_N
   24   * LINE_IN_L
   25   * LINE_IN_R
   26   * PHONE_P
   27   * PHONE_N
   28   * MIC1_P
   29   * MIC1_N
   30   * MIC2_P
   31   * MIC2_N
   32   * MICBIAS1
   33   * DMICDAT
   34 
   35 Example:
   36 
   37 alc5632: alc5632@1e {
   38         compatible = "realtek,alc5632";
   39         reg = <0x1a>;
   40 
   41         gpio-controller;
   42         #gpio-cells = <2>;
   43 };

Cache object: 97c3623e596e0a2152ab1c098d8b222c


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.