About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog

Documentation / devicetree / bindings / sound / max98926.txt


Based on kernel version 4.10.8. Page generated on 2017-04-01 14:43 EST.

1	max98926 audio CODEC
2	
3	This device supports I2C.
4	
5	Required properties:
6	
7	  - compatible : "maxim,max98926"
8	
9	  - vmon-slot-no : slot number used to send voltage information
10	                   or in inteleave mode this will be used as
11	                   interleave slot.
12	
13	  - imon-slot-no : slot number used to send current information
14	
15	  - interleave-mode : When using two MAX98926 in a system it is
16	                      possible to create ADC data that that will
17	                      overflow the frame size. Digital Audio Interleave
18	                      mode provides a means to output VMON and IMON data
19	                      from two devices on a single DOUT line when running
20	                      smaller frames sizes such as 32 BCLKS per LRCLK or
21	                      48 BCLKS per LRCLK.
22	
23	  - reg : the I2C address of the device for I2C
24	
25	Example:
26	
27	codec: max98926@1a {
28	   compatible = "maxim,max98926";
29	   vmon-slot-no = <0>;
30	   imon-slot-no = <2>;
31	   reg = <0x1a>;
32	};
Hide Line Numbers


About Kernel Documentation Linux Kernel Contact Linux Resources Linux Blog