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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/sound/omap-abe-twl6040.txt

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

  1 * Texas Instruments OMAP4+ and twl6040 based audio setups
  2 
  3 Required properties:
  4 - compatible: "ti,abe-twl6040"
  5 - ti,model: Name of the sound card ( for example "SDP4430")
  6 - ti,mclk-freq: MCLK frequency for HPPLL operation
  7 - ti,mcpdm: phandle for the McPDM node
  8 - ti,twl6040: phandle for the twl6040 core node
  9 - ti,audio-routing: List of connections between audio components.
 10   Each entry is a pair of strings, the first being the connection's sink,
 11   the second being the connection's source.
 12 
 13 Optional properties:
 14 - ti,dmic: phandle for the OMAP dmic node if the machine have it connected
 15 - ti,jack-detection: Need to be present if the board capable to detect jack
 16   insertion, removal.
 17 
 18 Available audio endpoints for the audio-routing table:
 19 
 20 Board connectors:
 21  * Headset Stereophone
 22  * Earphone Spk
 23  * Ext Spk
 24  * Line Out
 25  * Vibrator
 26  * Headset Mic
 27  * Main Handset Mic
 28  * Sub Handset Mic
 29  * Line In
 30  * Digital Mic
 31 
 32 twl6040 pins:
 33  * HSOL
 34  * HSOR
 35  * EP
 36  * HFL
 37  * HFR
 38  * AUXL
 39  * AUXR
 40  * VIBRAL
 41  * VIBRAR
 42  * HSMIC
 43  * MAINMIC
 44  * SUBMIC
 45  * AFML
 46  * AFMR
 47 
 48  * Headset Mic Bias
 49  * Main Mic Bias
 50  * Digital Mic1 Bias
 51  * Digital Mic2 Bias
 52 
 53 Digital mic pins:
 54  * DMic
 55 
 56 Example:
 57 
 58 sound {
 59         compatible = "ti,abe-twl6040";
 60         ti,model = "SDP4430";
 61 
 62         ti,jack-detection;
 63         ti,mclk-freq = <38400000>;
 64 
 65         ti,mcpdm = <&mcpdm>;
 66         ti,dmic = <&dmic>;
 67 
 68         ti,twl6040 = <&twl6040>;
 69 
 70         /* Audio routing */
 71         ti,audio-routing =
 72                 "Headset Stereophone", "HSOL",
 73                 "Headset Stereophone", "HSOR",
 74                 "Earphone Spk", "EP",
 75                 "Ext Spk", "HFL",
 76                 "Ext Spk", "HFR",
 77                 "Line Out", "AUXL",
 78                 "Line Out", "AUXR",
 79                 "Vibrator", "VIBRAL",
 80                 "Vibrator", "VIBRAR",
 81                 "HSMIC", "Headset Mic",
 82                 "Headset Mic", "Headset Mic Bias",
 83                 "MAINMIC", "Main Handset Mic",
 84                 "Main Handset Mic", "Main Mic Bias",
 85                 "SUBMIC", "Sub Handset Mic",
 86                 "Sub Handset Mic", "Main Mic Bias",
 87                 "AFML", "Line In",
 88                 "AFMR", "Line In",
 89                 "DMic", "Digital Mic",
 90                 "Digital Mic", "Digital Mic1 Bias";
 91 };

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