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/ics43432.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 Invensense ICS-43432-compatible MEMS microphone with I2S output.
    2 
    3 There are no software configuration options for this device, indeed, the only
    4 host connection is the I2S interface. Apart from requirements on clock
    5 frequency (460 kHz to 3.379 MHz according to the data sheet) there must be
    6 64 clock cycles in each stereo output frame; 24 of the 32 available bits
    7 contain audio data. A hardware pin determines if the device outputs data
    8 on the left or right channel of the I2S frame.
    9 
   10 Required properties:
   11   - compatible: should be one of the following.
   12      "invensense,ics43432": For the Invensense ICS43432
   13      "cui,cmm-4030d-261": For the CUI CMM-4030D-261-I2S-TR
   14 
   15 Example:
   16 
   17         ics43432: ics43432 {
   18                 compatible = "invensense,ics43432";
   19         };

Cache object: 3e0849414c64b357f8f371bbaf39afad


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