fork download
  1. root@arm:~# dmesg
  2. [ 0.000000] Booting Linux on physical CPU 0x0
  3. [ 0.000000] Initializing cgroup subsys cpuset
  4. [ 0.000000] Initializing cgroup subsys cpu
  5. [ 0.000000] Initializing cgroup subsys cpuacct
  6. [ 0.000000] Linux version 3.19.0-armv7-x0 (ralph@rdb-T520) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #4 SMP Mon Feb 16 17:37:10 PST 2015
  7. [ 0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
  8. [ 0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
  9. [ 0.000000] Machine model: TI OMAP3 BeagleBoard xM
  10. [ 0.000000] cma: Reserved 16 MiB at 0x9e800000
  11. [ 0.000000] Memory policy: Data cache writeback
  12. [ 0.000000] On node 0 totalpages: 130816
  13. [ 0.000000] free_area_init_node: node 0, pgdat c0ff1480, node_mem_map dfa71000
  14. [ 0.000000] Normal zone: 1152 pages used for memmap
  15. [ 0.000000] Normal zone: 0 pages reserved
  16. [ 0.000000] Normal zone: 130816 pages, LIFO batch:31
  17. [ 0.000000] CPU: All CPU(s) started in SVC mode.
  18. [ 0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
  19. [ 0.000000] PERCPU: Embedded 12 pages/cpu @dfa20000 s18368 r8192 d22592 u49152
  20. [ 0.000000] pcpu-alloc: s18368 r8192 d22592 u49152 alloc=12*4096
  21. [ 0.000000] pcpu-alloc: [0] 0
  22. [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 129664
  23. [ 0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc quiet
  24. [ 0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
  25. [ 0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
  26. [ 0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
  27. [ 0.000000] Memory: 484088K/523264K available (10652K kernel code, 955K rwdata, 3932K rodata, 876K init, 912K bss, 22792K reserved, 16384K cma-reserved, 0K highmem)
  28. [ 0.000000] Virtual kernel memory layout:
  29. [ 0.000000] vector : 0xffff0000 - 0xffff1000 ( 4 kB)
  30. [ 0.000000] fixmap : 0xffc00000 - 0xfff00000 (3072 kB)
  31. [ 0.000000] vmalloc : 0xe0800000 - 0xff000000 ( 488 MB)
  32. [ 0.000000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
  33. [ 0.000000] pkmap : 0xbfe00000 - 0xc0000000 ( 2 MB)
  34. [ 0.000000] modules : 0xbf000000 - 0xbfe00000 ( 14 MB)
  35. [ 0.000000] .text : 0xc0008000 - 0xc0e46440 (14586 kB)
  36. [ 0.000000] .init : 0xc0e47000 - 0xc0f22000 ( 876 kB)
  37. [ 0.000000] .data : 0xc0f22000 - 0xc1010ca8 ( 956 kB)
  38. [ 0.000000] .bss : 0xc1010ca8 - 0xc10f5064 ( 913 kB)
  39. [ 0.000000] Hierarchical RCU implementation.
  40. [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
  41. [ 0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
  42. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=1
  43. [ 0.000000] NR_IRQS:16 nr_irqs:16 16
  44. [ 0.000000] IRQ: Found an INTC at 0xfa200000 (revision 4.0) with 96 interrupts
  45. [ 0.000000] Clocking rate (Crystal/Core/MPU): 26.0/400/600 MHz
  46. [ 0.000000] OMAP clockevent source: timer1 at 32768 Hz
  47. [ 0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns
  48. [ 0.000030] OMAP clocksource: 32k_counter at 32768 Hz
  49. [ 0.000518] Console: colour dummy device 80x30
  50. [ 0.000549] Calibrating delay loop... 597.60 BogoMIPS (lpj=2988032)
  51. [ 0.118621] pid_max: default: 32768 minimum: 301
  52. [ 0.118804] Security Framework initialized
  53. [ 0.118896] AppArmor: AppArmor disabled by boot time parameter
  54. [ 0.118896] Yama: becoming mindful.
  55. [ 0.119201] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
  56. [ 0.119201] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
  57. [ 0.120330] Initializing cgroup subsys blkio
  58. [ 0.120361] Initializing cgroup subsys memory
  59. [ 0.120422] Initializing cgroup subsys devices
  60. [ 0.120452] Initializing cgroup subsys freezer
  61. [ 0.120483] Initializing cgroup subsys net_cls
  62. [ 0.120513] Initializing cgroup subsys perf_event
  63. [ 0.120513] Initializing cgroup subsys net_prio
  64. [ 0.120605] CPU: Testing write buffer coherency: ok
  65. [ 0.120666] ftrace: allocating 34962 entries in 103 pages
  66. [ 0.253997] CPU0: thread -1, cpu 0, socket -1, mpidr 0
  67. [ 0.254150] Setting up static identity map for 0x809a5f50 - 0x809a5fe8
  68. [ 0.259521] Brought up 1 CPUs
  69. [ 0.259552] SMP: Total of 1 processors activated (597.60 BogoMIPS).
  70. [ 0.259552] CPU: All CPU(s) started in SVC mode.
  71. [ 0.260528] devtmpfs: initialized
  72. [ 0.265045] VFP support v0.3: implementor 41 architecture 3 part 30 variant c rev 3
  73. [ 0.289398] omap_hwmod: mcbsp2_sidetone using broken dt data from mcbsp
  74. [ 0.290130] omap_hwmod: mcbsp3_sidetone using broken dt data from mcbsp
  75. [ 0.325561] omap_hwmod: mcbsp2: cannot be enabled for reset (3)
  76. [ 0.360290] xor: measuring software checksum speed
  77. [ 0.457855] arm4regs : 744.400 MB/sec
  78. [ 0.557647] 8regs : 582.000 MB/sec
  79. [ 0.657440] 32regs : 664.000 MB/sec
  80. [ 0.757232] neon : 1062.800 MB/sec
  81. [ 0.757232] xor: using function: neon (1062.800 MB/sec)
  82. [ 0.757354] pinctrl core: initialized pinctrl subsystem
  83. [ 0.789459] NET: Registered protocol family 16
  84. [ 0.793212] DMA: preallocated 256 KiB pool for atomic coherent allocations
  85. [ 0.794891] cpuidle: using governor ladder
  86. [ 0.794921] cpuidle: using governor menu
  87. [ 0.801971] Reprogramming SDRC clock to 400000000 Hz
  88. [ 0.808013] omap_gpio 48310000.gpio: could not find pctldev for node /ocp/pinmux@48002a00/pinmux_gpio1_pins, deferring probe
  89. [ 0.808044] platform 48310000.gpio: Driver omap_gpio requests probe deferral
  90. [ 0.809234] OMAP GPIO hardware version 2.5
  91. [ 0.815124] irq: no irq domain found for /ocp/pinmux@48002030 !
  92. [ 0.829193] omap-gpmc 6e000000.gpmc: GPMC revision 5.0
  93. [ 0.830657] platform 48058000.ssi-controller: Cannot lookup hwmod 'ssi'
  94. [ 0.834075] of_amba_device_create(): amba_device_add() failed (-19) for /etb@5401b000
  95. [ 0.834197] of_amba_device_create(): amba_device_add() failed (-19) for /etm@54010000
  96. [ 0.836853] No ATAGs?
  97. [ 0.836883] hw-breakpoint: debug architecture 0x4 unsupported.
  98. [ 0.838470] OMAP DMA hardware revision 5.0
  99. [ 1.026977] raid6: int32x1 140 MB/s
  100. [ 1.196472] raid6: int32x2 176 MB/s
  101. [ 1.366088] raid6: int32x4 175 MB/s
  102. [ 1.535705] raid6: int32x8 162 MB/s
  103. [ 1.705352] raid6: neonx1 567 MB/s
  104. [ 1.874938] raid6: neonx2 855 MB/s
  105. [ 2.044555] raid6: neonx4 1017 MB/s
  106. [ 2.214233] raid6: neonx8 601 MB/s
  107. [ 2.214263] raid6: using algorithm neonx4 (1017 MB/s)
  108. [ 2.214263] raid6: using intx1 recovery algorithm
  109. [ 2.241760] omap-dma-engine 48056000.dma-controller: OMAP DMA engine driver
  110. [ 2.242858] platform hsusb2_power_reg: Driver reg-fixed-voltage requests probe deferral
  111. [ 2.247375] omap-iommu 480bd400.mmu: 480bd400.mmu registered
  112. [ 2.249023] SCSI subsystem initialized
  113. [ 2.249420] libata version 3.00 loaded.
  114. [ 2.249877] usbcore: registered new interface driver usbfs
  115. [ 2.249999] usbcore: registered new interface driver hub
  116. [ 2.250122] usbcore: registered new device driver usb
  117. [ 2.250701] platform hsusb2_phy: Driver usb_phy_generic requests probe deferral
  118. [ 2.254455] omap_i2c 48070000.i2c: bus 0 rev4.4 at 2600 kHz
  119. [ 2.256042] omap_i2c 48072000.i2c: bus 1 rev4.4 at 400 kHz
  120. [ 2.256835] omap_i2c 48060000.i2c: bus 2 rev4.4 at 100 kHz
  121. [ 2.257598] media: Linux media interface: v0.10
  122. [ 2.257720] Linux video capture interface: v2.00
  123. [ 2.257873] pps_core: LinuxPPS API ver. 1 registered
  124. [ 2.257873] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
  125. [ 2.257934] PTP clock support registered
  126. [ 2.258941] omap-mailbox 48094000.mailbox: omap mailbox rev 0x40
  127. [ 2.260894] NetLabel: Initializing
  128. [ 2.260894] NetLabel: domain hash size = 128
  129. [ 2.260925] NetLabel: protocols = UNLABELED CIPSOv4
  130. [ 2.261016] NetLabel: unlabeled traffic allowed by default
  131. [ 2.261840] Switched to clocksource 32k_counter
  132. [ 2.388000] NET: Registered protocol family 2
  133. [ 2.389251] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
  134. [ 2.389312] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
  135. [ 2.389404] TCP: Hash tables configured (established 4096 bind 4096)
  136. [ 2.389495] TCP: reno registered
  137. [ 2.389526] UDP hash table entries: 256 (order: 1, 8192 bytes)
  138. [ 2.389556] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
  139. [ 2.389831] NET: Registered protocol family 1
  140. [ 2.390502] RPC: Registered named UNIX socket transport module.
  141. [ 2.390533] RPC: Registered udp transport module.
  142. [ 2.390533] RPC: Registered tcp transport module.
  143. [ 2.390563] RPC: Registered tcp NFSv4.1 backchannel transport module.
  144. [ 2.393676] hw perfevents: enabled with armv7_cortex_a8 PMU driver, 5 counters available
  145. [ 2.398590] futex hash table entries: 256 (order: 2, 16384 bytes)
  146. [ 2.398773] audit: initializing netlink subsys (disabled)
  147. [ 2.398956] audit: type=2000 audit(2.320:1): initialized
  148. [ 2.400787] zpool: loaded
  149. [ 2.400817] zbud: loaded
  150. [ 2.401245] VFS: Disk quotas dquot_6.5.2
  151. [ 2.401367] VFS: Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
  152. [ 2.402526] NFS: Registering the id_resolver key type
  153. [ 2.402618] Key type id_resolver registered
  154. [ 2.402618] Key type id_legacy registered
  155. [ 2.402648] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
  156. [ 2.403106] fuse init (API version 7.23)
  157. [ 2.403472] SGI XFS with ACLs, security attributes, realtime, no debug enabled
  158. [ 2.406433] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
  159. [ 2.406738] io scheduler noop registered
  160. [ 2.406738] io scheduler deadline registered
  161. [ 2.406799] io scheduler cfq registered (default)
  162. [ 2.410003] pinctrl-single 48002030.pinmux: 284 pins at pa fa002030 size 568
  163. [ 2.410369] pinctrl-single 48002a00.pinmux: 46 pins at pa fa002a00 size 92
  164. [ 2.411163] pinctrl-single 480025a0.pinmux: 46 pins at pa fa0025a0 size 92
  165. [ 2.417785] 48050000.dss supply vdda_video not found, using dummy regulator
  166. [ 2.417907] OMAP DSS rev 2.0
  167. [ 2.420471] tfp410 encoder@0: failed to parse PD gpio
  168. [ 2.420501] platform encoder@0: Driver tfp410 requests probe deferral
  169. [ 2.421081] connector-dvi connector@0: failed to find video source
  170. [ 2.421112] platform connector@0: Driver connector-dvi requests probe deferral
  171. [ 2.427001] Serial: 8250/16550 driver, 4 ports, IRQ sharing disabled
  172. [ 2.431030] omap_uart 4806a000.serial: no wakeirq for uart0
  173. [ 2.431335] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 88, base_baud = 3000000) is a OMAP UART0
  174. [ 2.432434] omap_uart 4806c000.serial: no wakeirq for uart0
  175. [ 2.432647] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 89, base_baud = 3000000) is a OMAP UART1
  176. [ 2.433715] 49020000.serial: ttyO2 at MMIO 0x49020000 (irq = 90, base_baud = 3000000) is a OMAP UART2
  177. [ 2.469604] console [ttyO2] enabled
  178. [ 2.470520] omap_uart 49042000.serial: no wakeirq for uart0
  179. [ 2.470764] 49042000.serial: ttyO3 at MMIO 0x49042000 (irq = 96, base_baud = 3000000) is a OMAP UART3
  180. [ 2.473480] [drm] Initialized drm 1.1.0 20060810
  181. [ 2.473632] usbcore: registered new interface driver udl
  182. [ 2.473663] Error: Driver 'tfp410' is already registered, aborting...
  183. [ 2.507324] twl 0-0048: PIH (irq 23) chaining IRQs 307..315
  184. [ 2.507446] twl 0-0048: power (irq 312) chaining IRQs 315..322
  185. [ 2.537994] twl4030_gpio twl4030-gpio: gpio (irq 307) chaining IRQs 323..340
  186. [ 2.545684] twl4030_usb 48070000.i2c:twl@48:twl4030-usb: Initialized TWL4030 USB module
  187. [ 2.611328] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
  188. [ 2.611389] ehci-platform: EHCI generic platform driver
  189. [ 2.611846] ehci-omap: OMAP-EHCI Host Controller driver
  190. [ 2.612457] ehci-omap 48064800.ehci: Can't get PHY device for port 1: -517
  191. [ 2.619689] platform 48064800.ehci: Driver ehci-omap requests probe deferral
  192. [ 2.619842] tegra-ehci: Tegra EHCI driver
  193. [ 2.620391] usbcore: registered new interface driver usb-storage
  194. [ 2.623748] musb-hdrc: ConfigData=0xde (UTMI-8, dyn FIFOs, bulk combine, bulk split, HB-ISO Rx, HB-ISO Tx, SoftConn)
  195. [ 2.623779] musb-hdrc: MHDRC RTL version 1.800
  196. [ 2.623779] musb-hdrc: setup fifo_mode 4
  197. [ 2.623809] musb-hdrc: 28/31 max ep, 16384/16384 memory
  198. [ 2.624023] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
  199. [ 2.624481] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
  200. [ 2.624847] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
  201. [ 2.624847] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  202. [ 2.624877] usb usb1: Product: MUSB HDRC host driver
  203. [ 2.624877] usb usb1: Manufacturer: Linux 3.19.0-armv7-x0 musb-hcd
  204. [ 2.624908] usb usb1: SerialNumber: musb-hdrc.0.auto
  205. [ 2.626007] hub 1-0:1.0: USB hub found
  206. [ 2.626098] hub 1-0:1.0: 1 port detected
  207. [ 2.629791] using random self ethernet address
  208. [ 2.629821] using random host ethernet address
  209. [ 2.630798] usb0: HOST MAC ce:bc:ec:b6:08:6f
  210. [ 2.630950] usb0: MAC c2:1a:ba:d9:61:00
  211. [ 2.630981] using random self ethernet address
  212. [ 2.631011] using random host ethernet address
  213. [ 2.631103] g_ether gadget: Ethernet Gadget, version: Memorial Day 2008
  214. [ 2.631134] g_ether gadget: g_ether ready
  215. [ 2.632049] mousedev: PS/2 mouse device common for all mice
  216. [ 2.633880] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input0
  217. [ 2.636322] i2c /dev entries driver
  218. [ 2.638275] IR XMP protocol handler initialized
  219. [ 2.641845] omap_wdt: OMAP Watchdog Timer Rev 0x31: initial timeout 60 sec
  220. [ 2.644897] Driver 'mmcblk' needs updating - please use bus_type methods
  221. [ 2.644989] sdhci: Secure Digital Host Controller Interface driver
  222. [ 2.644989] sdhci: Copyright(c) Pierre Ossman
  223. [ 2.684234] sdhci-pltfm: SDHCI platform and OF driver helper
  224. [ 2.688568] ledtrig-cpu: registered to indicate activity on CPUs
  225. [ 2.688751] hidraw: raw HID events driver (C) Jiri Kosina
  226. [ 2.690399] usbcore: registered new interface driver usbhid
  227. [ 2.690429] usbhid: USB HID core driver
  228. [ 2.690856] ashmem: initialized
  229. [ 2.698944] oprofile: using arm/armv7
  230. [ 2.699462] TCP: cubic registered
  231. [ 2.699615] NET: Registered protocol family 10
  232. [ 2.701141] mip6: Mobile IPv6
  233. [ 2.701171] NET: Registered protocol family 17
  234. [ 2.701354] Key type dns_resolver registered
  235. [ 2.701385] mpls_gso: MPLS GSO support
  236. [ 2.701782] omap2_set_init_voltage: unable to find boot up OPP for vdd_mpu_iva
  237. [ 2.709442] omap2_set_init_voltage: unable to set vdd_mpu_iva
  238. [ 2.716491] omap2_set_init_voltage: unable to find boot up OPP for vdd_core
  239. [ 2.723846] omap2_set_init_voltage: unable to set vdd_core
  240. [ 2.734161] ThumbEE CPU extension supported.
  241. [ 2.734191] Registering SWP/SWPB emulation handler
  242. [ 2.734222] SmartReflex Class3 initialized
  243. [ 2.735443] registered taskstats version 1
  244. [ 2.736785] Btrfs loaded
  245. [ 2.737792] platform omapdrm.0: Driver omapdrm requests probe deferral
  246. [ 2.741638] mmc0: host does not support reading read-only switch, assuming write-enable
  247. [ 2.743713] mmc0: new high speed SDHC card at address b368
  248. [ 2.744445] mmcblk0: mmc0:b368 NCard 7.48 GiB
  249. [ 2.746093] mmcblk0: p1 p2
  250. [ 2.842224] ehci-omap 48064800.ehci: EHCI Host Controller
  251. [ 2.842651] ehci-omap 48064800.ehci: new USB bus registered, assigned bus number 2
  252. [ 2.842956] ehci-omap 48064800.ehci: irq 93, io mem 0x48064800
  253. [ 2.862121] ehci-omap 48064800.ehci: USB 2.0 started, EHCI 1.00
  254. [ 2.862487] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
  255. [ 2.862487] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
  256. [ 2.862518] usb usb2: Product: EHCI Host Controller
  257. [ 2.862518] usb usb2: Manufacturer: Linux 3.19.0-armv7-x0 ehci_hcd
  258. [ 2.862518] usb usb2: SerialNumber: 48064800.ehci
  259. [ 2.863464] hub 2-0:1.0: USB hub found
  260. [ 2.863525] hub 2-0:1.0: 3 ports detected
  261. [ 2.864807] 48050000.dss supply vdds_dsi not found, using dummy regulator
  262. [ 2.865783] omapdrm omapdrm.0: DMM not available, disable DMM support
  263. [ 2.866882] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
  264. [ 2.866912] [drm] No driver support for vblank timestamp query.
  265. [ 2.882415] omapdrm omapdrm.0: No connectors reported connected with modes
  266. [ 2.882446] [drm] Cannot find any crtc or sizes - going 1024x768
  267. [ 2.899902] Console: switching to colour frame buffer device 128x48
  268. [ 2.912445] omapdrm omapdrm.0: fb0: omapdrm frame buffer device
  269. [ 2.912475] omapdrm omapdrm.0: registered panic notifier
  270. [ 2.912506] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
  271. [ 2.913421] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
  272. [ 2.919982] sr_init: No PMIC hook to init smartreflex
  273. [ 2.920227] smartreflex smartreflex.0: omap_sr_probe: SmartReflex driver initialized
  274. [ 2.920593] smartreflex smartreflex.1: omap_sr_probe: SmartReflex driver initialized
  275. [ 2.935852] PM: Hibernation image not present or could not be loaded.
  276. [ 2.936126] VPLL2: disabling
  277. [ 2.937316] VDAC: disabling
  278. [ 2.939056] VAUX3: disabling
  279. [ 2.945617] EXT4-fs (mmcblk0p2): INFO: recovery required on readonly filesystem
  280. [ 2.945648] EXT4-fs (mmcblk0p2): write access will be enabled during recovery
  281. [ 3.167999] EXT4-fs (mmcblk0p2): recovery complete
  282. [ 3.176239] EXT4-fs (mmcblk0p2): mounted filesystem with ordered data mode. Opts: (null)
  283. [ 3.176330] VFS: Mounted root (ext4 filesystem) readonly on device 179:2.
  284. [ 3.179656] devtmpfs: mounted
  285. [ 3.181060] Freeing unused kernel memory: 876K (c0e47000 - c0f22000)
  286. [ 3.182250] usb 2-2: new high-speed USB device number 2 using ehci-omap
  287. [ 3.333038] usb 2-2: New USB device found, idVendor=0424, idProduct=9514
  288. [ 3.333068] usb 2-2: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  289. [ 3.334075] hub 2-2:1.0: USB hub found
  290. [ 3.334625] hub 2-2:1.0: 5 ports detected
  291. [ 3.550506] random: init urandom read with 42 bits of entropy available
  292. [ 3.612396] usb 2-2.1: new high-speed USB device number 3 using ehci-omap
  293. [ 3.723815] usb 2-2.1: New USB device found, idVendor=0424, idProduct=ec00
  294. [ 3.723846] usb 2-2.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
  295. [ 3.795745] init: plymouth-upstart-bridge main process (65) terminated with status 1
  296. [ 3.795867] init: plymouth-upstart-bridge main process ended, respawning
  297. [ 3.905944] init: ureadahead main process (68) terminated with status 5
  298. [ 3.908386] init: plymouth-upstart-bridge main process (75) terminated with status 1
  299. [ 3.908477] init: plymouth-upstart-bridge main process ended, respawning
  300. [ 3.993164] init: plymouth-upstart-bridge main process (79) terminated with status 1
  301. [ 3.993255] init: plymouth-upstart-bridge main process ended, respawning
  302. [ 5.852203] systemd-udevd[190]: starting version 204
  303. [ 7.313140] twl4030_keypad 48070000.i2c:twl@48:keypad: OF: linux,keymap property not defined in /ocp/i2c@48070000/twl@48/keypad
  304. [ 7.325256] twl4030_keypad 48070000.i2c:twl@48:keypad: Failed to build keymap
  305. [ 7.467407] smsc95xx v1.0.4
  306. [ 7.568817] twl4030_keypad: probe of 48070000.i2c:twl@48:keypad failed with error -2
  307. [ 7.574096] twl4030_madc 48070000.i2c:twl@48:madc: clk disabled, enabling
  308. [ 7.578735] smsc95xx 2-2.1:1.0 eth0: register 'smsc95xx' at usb-48064800.ehci-2.1, smsc95xx USB 2.0 Ethernet, 1e:db:a2:24:14:f5
  309. [ 7.579254] usbcore: registered new interface driver smsc95xx
  310. [ 7.643737] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected.
  311. [ 7.643920] twl_rtc 48070000.i2c:twl@48:rtc: Enabling TWL-RTC
  312. [ 7.658569] twl_rtc 48070000.i2c:twl@48:rtc: rtc core: registered 48070000.i2c:twl@48 as rtc0
  313. [ 7.805114] Driver for 1-wire Dallas network protocol.
  314. [ 7.843749] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode
  315. [ 8.059356] omap-aes 480c5000.aes: OMAP AES hw accel rev: 2.6
  316. [ 8.059387] of_dma_request_slave_channel: dma-names property of node '/ocp/aes@480c5000' missing or empty
  317. [ 8.269104] omap-aes 480c5000.aes: Unable to request in DMA channel
  318. [ 8.275787] omap_aes_dma_init: error: -12
  319. [ 8.549804] input: gpio_keys as /devices/platform/gpio_keys/input/input2
  320. [ 8.702117] EXT4-fs (mmcblk0p2): re-mounted. Opts: errors=remount-ro
  321. [ 9.458648] codec register snd-soc-dummy
  322. [ 9.458709] ASoC: dai register snd-soc-dummy #1
  323. [ 9.458709] ASoC: Registered DAI 'snd-soc-dummy-dai'
  324. [ 9.458709] ASoC: Registered codec 'snd-soc-dummy'
  325. [ 9.458740] snd-soc-dummy snd-soc-dummy: ASoC: platform register snd-soc-dummy
  326. [ 9.458770] snd-soc-dummy snd-soc-dummy: ASoC: Registered platform 'snd-soc-dummy'
  327. [ 9.538726] omap_twl4030_probe mcbsp
  328. [ 9.538787] omap_twl4030_probe dfa5a674
  329. [ 9.538787] omap_twl4030_probe
  330. [ 9.541778] ASoC: binding max98090 HiFi at idx 0
  331. [ 9.541809] CPU: 0 PID: 208 Comm: systemd-udevd Not tainted 3.19.0-armv7-x0 #4
  332. [ 9.541809] Hardware name: Generic OMAP36xx (Flattened Device Tree)
  333. [ 9.541870] [<c0018b2c>] (unwind_backtrace) from [<c0013bfc>] (show_stack+0x20/0x24)
  334. [ 9.541900] [<c0013bfc>] (show_stack) from [<c099de1c>] (dump_stack+0x90/0xa0)
  335. [ 9.542144] [<c099de1c>] (dump_stack) from [<bf16fa7c>] (snd_soc_register_card+0x10d8/0x115c [snd_soc_core])
  336. [ 9.542266] [<bf16fa7c>] (snd_soc_register_card [snd_soc_core]) from [<bf17d7f8>] (devm_snd_soc_register_card+0x40/0x78 [snd_soc_core])
  337. [ 9.542327] [<bf17d7f8>] (devm_snd_soc_register_card [snd_soc_core]) from [<bf20917c>] (omap_twl4030_probe+0xd8/0x23c [snd_soc_omap_twl4030])
  338. [ 9.542388] [<bf20917c>] (omap_twl4030_probe [snd_soc_omap_twl4030]) from [<c0637658>] (platform_drv_probe+0x54/0xb4)
  339. [ 9.542388] [<c0637658>] (platform_drv_probe) from [<c063559c>] (driver_probe_device+0x14c/0x3a4)
  340. [ 9.542419] [<c063559c>] (driver_probe_device) from [<c06358e4>] (__driver_attach+0x9c/0xa0)
  341. [ 9.542419] [<c06358e4>] (__driver_attach) from [<c0633540>] (bus_for_each_dev+0x78/0xac)
  342. [ 9.542449] [<c0633540>] (bus_for_each_dev) from [<c0634f48>] (driver_attach+0x2c/0x30)
  343. [ 9.542449] [<c0634f48>] (driver_attach) from [<c0634b40>] (bus_add_driver+0x170/0x22c)
  344. [ 9.542480] [<c0634b40>] (bus_add_driver) from [<c0636120>] (driver_register+0x88/0x108)
  345. [ 9.542480] [<c0636120>] (driver_register) from [<c0637584>] (__platform_driver_register+0x64/0x6c)
  346. [ 9.542510] [<c0637584>] (__platform_driver_register) from [<bf20c01c>] (omap_twl4030_driver_init+0x1c/0x24 [snd_soc_omap_twl4030])
  347. [ 9.542541] [<bf20c01c>] (omap_twl4030_driver_init [snd_soc_omap_twl4030]) from [<c0008bac>] (do_one_initcall+0xe8/0x224)
  348. [ 9.542572] [<c0008bac>] (do_one_initcall) from [<c00d3d9c>] (load_module+0x1ccc/0x244c)
  349. [ 9.542572] [<c00d3d9c>] (load_module) from [<c00d46e0>] (SyS_finit_module+0x90/0xc0)
  350. [ 9.542602] [<c00d46e0>] (SyS_finit_module) from [<c000fb00>] (ret_fast_syscall+0x0/0x34)
  351. [ 9.542633] omap-twl4030 sound: ASoC: CPU DAI (null) not registered
  352. [ 9.747528] ASoC: dai register 48074000.mcbsp #1
  353. [ 9.747558] ASoC: Registered DAI '48074000.mcbsp'
  354. [ 9.747589] omap-mcbsp 48074000.mcbsp: ASoC: platform register 48074000.mcbsp
  355. [ 9.747589] omap-mcbsp 48074000.mcbsp: ASoC: Registered platform '48074000.mcbsp'
  356. [ 9.765991] ASoC: dai register 49022000.mcbsp #1
  357. [ 9.766021] ASoC: Registered DAI '49022000.mcbsp'
  358. [ 9.766052] omap-mcbsp 49022000.mcbsp: ASoC: platform register 49022000.mcbsp
  359. [ 9.766082] omap-mcbsp 49022000.mcbsp: ASoC: Registered platform '49022000.mcbsp'
  360. [ 9.901123] omap-twl4030 sound: devm_snd_soc_register_card() failed: -517
  361. [ 10.076538] max98090_i2c_probe
  362. [ 10.076843] codec register 1-0010
  363. [ 10.076873] ASoC: dai register 1-0010 #1
  364. [ 10.076873] ASoC: Registered DAI 'HiFi'
  365. [ 10.076873] ASoC: Registered codec 'max98090.1-0010'
  366. [ 10.097869] platform sound: Driver omap-twl4030 requests probe deferral
  367. [ 10.098999] omap_twl4030_probe mcbsp
  368. [ 10.099060] omap_twl4030_probe dfa5a674
  369. [ 10.099060] omap_twl4030_probe
  370. [ 10.099151] ASoC: binding max98090 HiFi at idx 0
  371. [ 10.099365] max98090_probe
  372. [ 10.142425] max98090 1-0010: MAX98090 REVID=0x43
  373. [ 10.144378] omap-twl4030 sound: ASoC: probe omap3beagle dai link 0 late -2
  374. [ 10.144409] omap-twl4030 sound: ASoC: probe omap3beagle dai link 0 late -1
  375. [ 10.144409] omap-twl4030 sound: ASoC: probe omap3beagle dai link 0 late 0
  376. [ 10.144439] omap-twl4030 sound: ASoC: probe omap3beagle dai link 0 late 1
  377. [ 10.144439] omap-twl4030 sound: ASoC: probe omap3beagle dai link 0 late 2
  378. [ 10.145507] omap-twl4030 sound: HiFi <-> 48074000.mcbsp mapping ok
  379. [ 10.145568] omap-twl4030 sound: ASoC: no source widget found for HSOL
  380. [ 10.152435] omap-twl4030 sound: ASoC: Failed to add route HSOL -> direct -> Headset Stereophone
  381. [ 10.161529] omap-twl4030 sound: ASoC: no source widget found for HSOR
  382. [ 10.168304] omap-twl4030 sound: ASoC: Failed to add route HSOR -> direct -> Headset Stereophone
  383. [ 10.177398] omap-twl4030 sound: ASoC: no source widget found for HFL
  384. [ 10.184082] omap-twl4030 sound: ASoC: Failed to add route HFL -> direct -> Handsfree Spk
  385. [ 10.192565] omap-twl4030 sound: ASoC: no source widget found for HFR
  386. [ 10.199188] omap-twl4030 sound: ASoC: Failed to add route HFR -> direct -> Handsfree Spk
  387. [ 10.207672] omap-twl4030 sound: ASoC: no source widget found for PREDRIVEL
  388. [ 10.214874] omap-twl4030 sound: ASoC: Failed to add route PREDRIVEL -> direct -> Ext Spk
  389. [ 10.223358] omap-twl4030 sound: ASoC: no source widget found for PREDRIVER
  390. [ 10.230560] omap-twl4030 sound: ASoC: Failed to add route PREDRIVER -> direct -> Ext Spk
  391. [ 10.239044] omap-twl4030 sound: ASoC: no source widget found for CARKITL
  392. [ 10.246063] omap-twl4030 sound: ASoC: Failed to add route CARKITL -> direct -> Carkit Spk
  393. [ 10.254638] omap-twl4030 sound: ASoC: no source widget found for CARKITR
  394. [ 10.261627] omap-twl4030 sound: ASoC: Failed to add route CARKITR -> direct -> Carkit Spk
  395. [ 10.270202] omap-twl4030 sound: ASoC: no source widget found for EARPIECE
  396. [ 10.277313] omap-twl4030 sound: ASoC: Failed to add route EARPIECE -> direct -> Earpiece Spk
  397. [ 10.286163] omap-twl4030 sound: ASoC: no sink widget found for MAINMIC
  398. [ 10.293029] omap-twl4030 sound: ASoC: Failed to add route Main Mic -> direct -> MAINMIC
  399. [ 10.301391] omap-twl4030 sound: ASoC: no source widget found for Mic Bias 1
  400. [ 10.308685] omap-twl4030 sound: ASoC: Failed to add route Mic Bias 1 -> direct -> Main Mic
  401. [ 10.317352] omap-twl4030 sound: ASoC: no sink widget found for SUBMIC
  402. [ 10.324096] omap-twl4030 sound: ASoC: Failed to add route Sub Mic -> direct -> SUBMIC
  403. [ 10.332305] omap-twl4030 sound: ASoC: no source widget found for Mic Bias 2
  404. [ 10.339569] omap-twl4030 sound: ASoC: Failed to add route Mic Bias 2 -> direct -> Sub Mic
  405. [ 10.348175] omap-twl4030 sound: ASoC: no sink widget found for HSMIC
  406. [ 10.354827] omap-twl4030 sound: ASoC: Failed to add route Headset Mic -> direct -> HSMIC
  407. [ 10.363311] omap-twl4030 sound: ASoC: no source widget found for Headset Mic Bias
  408. [ 10.371124] omap-twl4030 sound: ASoC: Failed to add route Headset Mic Bias -> direct -> Headset Mic
  409. [ 10.380615] omap-twl4030 sound: ASoC: no sink widget found for DIGIMIC0
  410. [ 10.387542] omap-twl4030 sound: ASoC: Failed to add route Digital0 Mic -> direct -> DIGIMIC0
  411. [ 10.396362] omap-twl4030 sound: ASoC: no source widget found for Mic Bias 1
  412. [ 10.403656] omap-twl4030 sound: ASoC: Failed to add route Mic Bias 1 -> direct -> Digital0 Mic
  413. [ 10.412689] omap-twl4030 sound: ASoC: no sink widget found for DIGIMIC1
  414. [ 10.419616] omap-twl4030 sound: ASoC: Failed to add route Digital1 Mic -> direct -> DIGIMIC1
  415. [ 10.428436] omap-twl4030 sound: ASoC: no source widget found for Mic Bias 2
  416. [ 10.435760] omap-twl4030 sound: ASoC: Failed to add route Mic Bias 2 -> direct -> Digital1 Mic
  417. [ 10.444763] omap-twl4030 sound: ASoC: no sink widget found for CARKITMIC
  418. [ 10.451782] omap-twl4030 sound: ASoC: Failed to add route Carkit Mic -> direct -> CARKITMIC
  419. [ 10.460540] omap-twl4030 sound: ASoC: no sink widget found for AUXL
  420. [ 10.467102] omap-twl4030 sound: ASoC: Failed to add route Line In -> direct -> AUXL
  421. [ 10.475128] omap-twl4030 sound: ASoC: no sink widget found for AUXR
  422. [ 10.481658] omap-twl4030 sound: ASoC: Failed to add route Line In -> direct -> AUXR
  423. [ 11.880584] random: nonblocking pool is initialized
  424. [ 12.032135] * : MIC1 -> (null) -> MIC1 Input :
  425. [ 12.052093] : MIC1 Input -> MIC1 Switch -> Right Receiver Mixer :
  426. [ 12.072082] : MIC1 Input -> MIC1 Switch -> Left Receiver Mixer :
  427. [ 12.092132] : MIC1 Input -> MIC1 Switch -> Right Speaker Mixer :
  428. [ 12.112243] : MIC1 Input -> MIC1 Switch -> Left Speaker Mixer :
  429. [ 12.132202] : MIC1 Input -> MIC1 Switch -> Right Headphone Mixer :
  430. [ 12.152069] : MIC1 Input -> MIC1 Switch -> Left Headphone Mixer :
  431. [ 12.172210] : MIC1 Input -> MIC1 Switch -> Right ADC Mixer :
  432. [ 12.192169] : MIC1 Input -> MIC1 Switch -> Left ADC Mixer :
  433. [ 12.212066] * : MIC1 Input <- (null) <- MIC1 Mux :
  434. [ 12.232055] : MIC1 Mux <- IN56 <- IN56 :
  435. [ 12.252197] * : MIC1 Mux <- IN12 <- IN12 :
  436. [ 12.272125] * : MIC1 Input <- (null) <- MIC1 :
  437. [ 12.292083] * : MIC2 -> (null) -> MIC2 Input :
  438. [ 12.312042] : MIC2 Input -> MIC2 Switch -> Right Receiver Mixer :
  439. [ 12.332061] : MIC2 Input -> MIC2 Switch -> Left Receiver Mixer :
  440. [ 12.352111] : MIC2 Input -> MIC2 Switch -> Right Speaker Mixer :
  441. [ 12.372070] : MIC2 Input -> MIC2 Switch -> Left Speaker Mixer :
  442. [ 12.392059] : MIC2 Input -> MIC2 Switch -> Right Headphone Mixer :
  443. [ 12.412200] : MIC2 Input -> MIC2 Switch -> Left Headphone Mixer :
  444. [ 12.432098] : MIC2 Input -> MIC2 Switch -> Right ADC Mixer :
  445. [ 12.452056] : MIC2 Input -> MIC2 Switch -> Left ADC Mixer :
  446. [ 12.472076] * : MIC2 Input <- (null) <- MIC2 Mux :
  447. [ 12.492095] : MIC2 Mux <- IN56 <- IN56 :
  448. [ 12.512145] * : MIC2 Mux <- IN34 <- IN34 :
  449. [ 12.532073] * : MIC2 Input <- (null) <- MIC2 :
  450. [ 12.552124] : DMICR -> Sidetone Right -> STENR Mux :
  451. [ 12.572082] : DMICR -> DMIC -> DMIC Mux :
  452. [ 12.592254] : DMICL -> Sidetone Left -> STENL Mux :
  453. [ 12.612152] : DMICL -> DMIC -> DMIC Mux :
  454. [ 12.632110] : IN12 -> IN12 Switch -> Right ADC Mixer :
  455. [ 12.652069] : IN12 -> IN12 Switch -> Left ADC Mixer :
  456. [ 12.672088] * : IN12 -> IN12 -> MIC1 Mux :
  457. [ 12.696594] * : MIC1 Mux -> (null) -> MIC1 Input :
  458. [ 12.712097] : IN56 -> IN56 Switch -> LINEB Mixer :
  459. [ 12.732482] : IN56 -> IN56 Switch -> Right ADC Mixer :
  460. [ 12.752075] : IN56 -> IN56 Switch -> Left ADC Mixer :
  461. [ 12.772186] : IN56 -> IN56 -> MIC2 Mux :
  462. [ 12.792205] : IN56 -> IN56 -> MIC1 Mux :
  463. [ 12.812072] : IN34 -> IN34 Switch -> LINEA Mixer :
  464. [ 12.832061] : IN34 -> IN34 Switch -> Right ADC Mixer :
  465. [ 12.852111] : IN34 -> IN34 Switch -> Left ADC Mixer :
  466. [ 12.872131] * : IN34 -> IN34 -> MIC2 Mux :
  467. [ 12.892059] * : MIC2 Mux -> (null) -> MIC2 Input :
  468. [ 12.912109] : Left ADC Mixer <- MIC2 Switch <- MIC2 Input :
  469. [ 12.932159] : Left ADC Mixer <- MIC1 Switch <- MIC1 Input :
  470. [ 12.952056] : Left ADC Mixer <- LINEB Switch <- LINEB Input :
  471. [ 12.972076] : Left ADC Mixer <- LINEA Switch <- LINEA Input :
  472. [ 12.992156] : Left ADC Mixer <- IN56 Switch <- IN56 :
  473. [ 13.019073] : Left ADC Mixer <- IN34 Switch <- IN34 :
  474. [ 13.032073] : Left ADC Mixer <- IN12 Switch <- IN12 :
  475. [ 13.052032] * : Left ADC Mixer -> (null) -> ADCL :
  476. [ 13.072113] : ADCL -> Sidetone Left -> STENL Mux :
  477. [ 13.092224] * : ADCL -> ADC -> DMIC Mux :
  478. [ 13.112091] * : DMIC Mux -> Normal -> LBENR Mux :
  479. [ 13.132141] : LBENR Mux -> Loopthrough -> LTENR Mux :
  480. [ 13.152160] * : LBENR Mux -> (null) -> AIFOUTR :
  481. [ 13.172058] * : AIFOUTR -> (null) -> HiFi Capture :
  482. [ 13.192047] * : DMIC Mux -> Normal -> LBENL Mux :
  483. [ 13.212097] : LBENL Mux -> Loopthrough -> LTENL Mux :
  484. [ 13.232269] * : LBENL Mux -> (null) -> AIFOUTL :
  485. [ 13.252349] * : AIFOUTL -> (null) -> HiFi Capture :
  486. [ 13.272064] * : LINEA Input <- (null) <- LINEA Mixer :
  487. [ 13.292114] : LINEA Mixer <- IN34 Switch <- IN34 :
  488. [ 13.312164] : LINEA Mixer <- IN5 Switch <- IN5 :
  489. [ 13.332153] : LINEA Mixer <- IN3 Switch <- IN3 :
  490. [ 13.352142] : LINEA Mixer <- IN1 Switch <- IN1 :
  491. [ 13.372100] : LINEA Input -> LINEA Switch -> Right Receiver Mixer :
  492. [ 13.392059] : LINEA Input -> LINEA Switch -> Left Receiver Mixer :
  493. [ 13.412200] : LINEA Input -> LINEA Switch -> Right Speaker Mixer :
  494. [ 13.432067] : LINEA Input -> LINEA Switch -> Left Speaker Mixer :
  495. [ 13.452056] : LINEA Input -> LINEA Switch -> Right Headphone Mixer :
  496. [ 13.472076] : LINEA Input -> LINEA Switch -> Left Headphone Mixer :
  497. [ 13.492095] : LINEA Input -> LINEA Switch -> Right ADC Mixer :
  498. [ 13.512084] : LINEA Input -> LINEA Switch -> Left ADC Mixer :
  499. [ 13.532073] * : LINEB Input <- (null) <- LINEB Mixer :
  500. [ 13.552093] : LINEB Mixer <- IN56 Switch <- IN56 :
  501. [ 13.572021] : LINEB Mixer <- IN6 Switch <- IN6 :
  502. [ 13.592041] : LINEB Mixer <- IN4 Switch <- IN4 :
  503. [ 13.612182] : LINEB Mixer <- IN2 Switch <- IN2 :
  504. [ 13.632141] : LINEB Input -> LINEB Switch -> Right Receiver Mixer :
  505. [ 13.652130] : LINEB Input -> LINEB Switch -> Left Receiver Mixer :
  506. [ 13.672119] : LINEB Input -> LINEB Switch -> Right Speaker Mixer :
  507. [ 13.692047] : LINEB Input -> LINEB Switch -> Left Speaker Mixer :
  508. [ 13.712158] : LINEB Input -> LINEB Switch -> Right Headphone Mixer :
  509. [ 13.732086] : LINEB Input -> LINEB Switch -> Left Headphone Mixer :
  510. [ 13.749847] smsc95xx 2-2.1:1.0 eth0: hardware isn't capable of remote wakeup
  511. [ 13.750122] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
  512. [ 13.752075] : LINEB Input -> LINEB Switch -> Right ADC Mixer :
  513. [ 13.772033] : LINEB Input -> LINEB Switch -> Left ADC Mixer :
  514. [ 13.792175] : Right ADC Mixer <- MIC2 Switch <- MIC2 Input :
  515. [ 13.812072] : Right ADC Mixer <- MIC1 Switch <- MIC1 Input :
  516. [ 13.832458] : Right ADC Mixer <- LINEB Switch <- LINEB Input :
  517. [ 13.852081] : Right ADC Mixer <- LINEA Switch <- LINEA Input :
  518. [ 13.872039] : Right ADC Mixer <- IN56 Switch <- IN56 :
  519. [ 13.892059] : Right ADC Mixer <- IN34 Switch <- IN34 :
  520. [ 13.912139] : Right ADC Mixer <- IN12 Switch <- IN12 :
  521. [ 13.932067] * : Right ADC Mixer -> (null) -> ADCR :
  522. [ 13.952087] : ADCR -> Sidetone Right -> STENR Mux :
  523. [ 13.972106] * : ADCR -> ADC -> DMIC Mux :
  524. [ 13.992065] : IN1 -> IN1 Switch -> LINEA Mixer :
  525. [ 14.012145] * : LINEA Mixer -> (null) -> LINEA Input :
  526. [ 14.032073] : IN3 -> IN3 Switch -> LINEA Mixer :
  527. [ 14.052032] : IN5 -> IN5 Switch -> LINEA Mixer :
  528. [ 14.072174] : IN2 -> IN2 Switch -> LINEB Mixer :
  529. [ 14.092254] * : LINEB Mixer -> (null) -> LINEB Input :
  530. [ 14.112487] : IN4 -> IN4 Switch -> LINEB Mixer :
  531. [ 14.132324] : IN6 -> IN6 Switch -> LINEB Mixer :
  532. [ 14.152069] * : ADCL <- (null) <- SHDN :
  533. [ 14.172088] * : ADCL <- (null) <- Left ADC Mixer :
  534. [ 14.192108] * : ADCR <- (null) <- SHDN :
  535. [ 14.212036] * : ADCR <- (null) <- Right ADC Mixer :
  536. [ 14.232086] * : DACR <- (null) <- SHDN :
  537. [ 14.252258] * : DACR <- (null) <- STENR Mux :
  538. [ 14.272216] : STENR Mux <- Sidetone Right <- DMICR :
  539. [ 14.292236] : STENR Mux <- Sidetone Right <- ADCR :
  540. [ 14.312103] * : DACR <- (null) <- LTENR Mux :
  541. [ 14.332031] : LTENR Mux <- Loopthrough <- LBENR Mux :
  542. [ 14.352142] * : LTENR Mux <- Normal <- AIFINR :
  543. [ 14.372253] * : AIFINR <- (null) <- HiFi Playback :
  544. [ 14.392272] * : AIFINR <- (null) <- SDIEN :
  545. [ 14.412292] * : AIFINR <- (null) <- SHDN :
  546. [ 14.432037] * : DACR -> (null) -> HP Right Out :
  547. [ 14.452178] * : HP Right Out -> (null) -> HPR :
  548. [ 14.472106] : DACR -> Right DAC Switch -> Right Receiver Mixer :
  549. [ 14.492156] : DACR -> Right DAC Switch -> Left Receiver Mixer :
  550. [ 14.512115] : DACR -> Right DAC Switch -> Right Speaker Mixer :
  551. [ 14.532043] : DACR -> Right DAC Switch -> Left Speaker Mixer :
  552. [ 14.552215] : DACR -> Right DAC Switch -> Right Headphone Mixer :
  553. [ 14.572113] : DACR -> Right DAC Switch -> Left Headphone Mixer :
  554. [ 14.592102] * : DACL <- (null) <- SHDN :
  555. [ 14.612030] * : DACL <- (null) <- STENL Mux :
  556. [ 14.632080] : STENL Mux <- Sidetone Left <- DMICL :
  557. [ 14.652130] : STENL Mux <- Sidetone Left <- ADCL :
  558. [ 14.672058] * : DACL <- (null) <- LTENL Mux :
  559. [ 14.692169] : LTENL Mux <- Loopthrough <- LBENL Mux :
  560. [ 14.712036] * : LTENL Mux <- Normal <- AIFINL :
  561. [ 14.732055] * : AIFINL <- (null) <- HiFi Playback :
  562. [ 14.752044] * : AIFINL <- (null) <- SDIEN :
  563. [ 14.772033] * : AIFINL <- (null) <- SHDN :
  564. [ 14.792053] * : DACL -> (null) -> HP Left Out :
  565. [ 14.812255] * : HP Left Out -> (null) -> HPL :
  566. [ 14.832061] : DACL -> Left DAC Switch -> Right Receiver Mixer :
  567. [ 14.852050] : DACL -> Left DAC Switch -> Left Receiver Mixer :
  568. [ 14.872009] : DACL -> Left DAC Switch -> Right Speaker Mixer :
  569. [ 14.892059] : DACL -> Left DAC Switch -> Left Speaker Mixer :
  570. [ 14.912048] : DACL -> Left DAC Switch -> Right Headphone Mixer :
  571. [ 14.932189] : DACL -> Left DAC Switch -> Left Headphone Mixer :
  572. [ 14.952087] * : AIFINR -> Normal -> LTENR Mux :
  573. [ 14.972045] * : LTENR Mux -> (null) -> DACR :
  574. [ 14.992065] : LTENR Mux -> Loopback -> LBENR Mux :
  575. [ 15.012084] * : AIFINL -> Normal -> LTENL Mux :
  576. [ 15.032073] * : LTENL Mux -> (null) -> DACL :
  577. [ 15.053558] : LTENL Mux -> Loopback -> LBENL Mux :
  578. [ 15.072082] * : AIFOUTR <- (null) <- SDOEN :
  579. [ 15.092071] * : AIFOUTR <- (null) <- SHDN :
  580. [ 15.112182] * : AIFOUTR <- (null) <- LBENR Mux :
  581. [ 15.132080] : LBENR Mux <- Loopback <- LTENR Mux :
  582. [ 15.152130] * : LBENR Mux <- Normal <- DMIC Mux :
  583. [ 15.172180] : DMIC Mux <- DMIC <- DMICR :
  584. [ 15.192199] : DMIC Mux <- DMIC <- DMICL :
  585. [ 15.212036] * : DMIC Mux <- ADC <- ADCR :
  586. [ 15.232055] * : DMIC Mux <- ADC <- ADCL :
  587. [ 15.252319] * : AIFOUTL <- (null) <- SDOEN :
  588. [ 15.272033] * : AIFOUTL <- (null) <- SHDN :
  589. [ 15.292144] * : AIFOUTL <- (null) <- LBENL Mux :
  590. [ 15.304748] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
  591. [ 15.305999] smsc95xx 2-2.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
  592. [ 15.312591] : LBENL Mux <- Loopback <- LTENL Mux :
  593. [ 15.332092] * : LBENL Mux <- Normal <- DMIC Mux :
  594. [ 15.352111] * : STENL Mux -> (null) -> DACL :
  595. [ 15.372070] * : STENR Mux -> (null) -> DACR :
  596. [ 15.392089] : Left Headphone Mixer <- LINEB Switch <- LINEB Input :
  597. [ 15.412231] : Left Headphone Mixer <- LINEA Switch <- LINEA Input :
  598. [ 15.439178] : Left Headphone Mixer <- MIC2 Switch <- MIC2 Input :
  599. [ 15.452209] : Left Headphone Mixer <- MIC1 Switch <- MIC1 Input :
  600. [ 15.472076] : Left Headphone Mixer <- Right DAC Switch <- DACR :
  601. [ 15.492095] : Left Headphone Mixer <- Left DAC Switch <- DACL :
  602. [ 15.512084] : Left Headphone Mixer -> HP Mixer -> MIXHPLSEL Mux :
  603. [ 15.532104] : Right Headphone Mixer <- LINEB Switch <- LINEB Input :
  604. [ 15.552154] : Right Headphone Mixer <- LINEA Switch <- LINEA Input :
  605. [ 15.572143] : Right Headphone Mixer <- MIC2 Switch <- MIC2 Input :
  606. [ 15.592071] : Right Headphone Mixer <- MIC1 Switch <- MIC1 Input :
  607. [ 15.612182] : Right Headphone Mixer <- Right DAC Switch <- DACR :
  608. [ 15.632110] : Right Headphone Mixer <- Left DAC Switch <- DACL :
  609. [ 15.652343] : Right Headphone Mixer -> HP Mixer -> MIXHPRSEL Mux :
  610. [ 15.672088] : Left Speaker Mixer <- LINEB Switch <- LINEB Input :
  611. [ 15.692077] : Left Speaker Mixer <- LINEA Switch <- LINEA Input :
  612. [ 15.709228] init: avahi-cups-reload main process (496) terminated with status 1
  613. [ 15.712585] : Left Speaker Mixer <- MIC2 Switch <- MIC2 Input :
  614. [ 15.732055] : Left Speaker Mixer <- MIC1 Switch <- MIC1 Input :
  615. [ 15.752105] : Left Speaker Mixer <- Right DAC Switch <- DACR :
  616. [ 15.772033] : Left Speaker Mixer <- Left DAC Switch <- DACL :
  617. [ 15.792053] * : Left Speaker Mixer -> (null) -> SPK Left Out :
  618. [ 15.812072] * : SPK Left Out -> (null) -> SPKL :
  619. [ 15.832061] : Right Speaker Mixer <- LINEB Switch <- LINEB Input :
  620. [ 15.852081] : Right Speaker Mixer <- LINEA Switch <- LINEA Input :
  621. [ 15.872070] : Right Speaker Mixer <- MIC2 Switch <- MIC2 Input :
  622. [ 15.892089] : Right Speaker Mixer <- MIC1 Switch <- MIC1 Input :
  623. [ 15.912139] : Right Speaker Mixer <- Right DAC Switch <- DACR :
  624. [ 15.932220] : Right Speaker Mixer <- Left DAC Switch <- DACL :
  625. [ 15.952178] * : Right Speaker Mixer -> (null) -> SPK Right Out :
  626. [ 15.972076] * : SPK Right Out -> (null) -> SPKR :
  627. [ 15.992065] : Left Receiver Mixer <- LINEB Switch <- LINEB Input :
  628. [ 16.012145] : Left Receiver Mixer <- LINEA Switch <- LINEA Input :
  629. [ 16.032135] : Left Receiver Mixer <- MIC2 Switch <- MIC2 Input :
  630. [ 16.052124] : Left Receiver Mixer <- MIC1 Switch <- MIC1 Input :
  631. [ 16.072113] : Left Receiver Mixer <- Right DAC Switch <- DACR :
  632. [ 16.089111] init: alsa-restore main process (536) terminated with status 19
  633. [ 16.092468] : Left Receiver Mixer <- Left DAC Switch <- DACL :
  634. [ 16.112213] * : Left Receiver Mixer -> Left Only -> LINMOD Mux :
  635. [ 16.132110] * : LINMOD Mux -> (null) -> RCV Right Out :
  636. [ 16.152069] * : RCV Right Out -> (null) -> RCVR :
  637. [ 16.172027] * : Left Receiver Mixer -> (null) -> RCV Left Out :
  638. [ 16.192108] * : RCV Left Out -> (null) -> RCVL :
  639. [ 16.212066] : Right Receiver Mixer <- LINEB Switch <- LINEB Input :
  640. [ 16.232421] : Right Receiver Mixer <- LINEA Switch <- LINEA Input :
  641. [ 16.252105] : Right Receiver Mixer <- MIC2 Switch <- MIC2 Input :
  642. [ 16.272003] : Right Receiver Mixer <- MIC1 Switch <- MIC1 Input :
  643. [ 16.292419] : Right Receiver Mixer <- Right DAC Switch <- DACR :
  644. [ 16.312042] : Right Receiver Mixer <- Left DAC Switch <- DACL :
  645. [ 16.332031] : Right Receiver Mixer -> Left and Right -> LINMOD Mux :
  646. [ 16.352111] : MIXHPLSEL Mux <- HP Mixer <- Left Headphone Mixer :
  647. [ 16.372222] * : MIXHPLSEL Mux -> (null) -> HP Left Out :
  648. [ 16.392181] * : HP Left Out <- (null) <- MIXHPLSEL Mux :
  649. [ 16.412414] * : HP Left Out <- (null) <- DACL :
  650. [ 16.432098] : MIXHPRSEL Mux <- HP Mixer <- Right Headphone Mixer :
  651. [ 16.452301] * : MIXHPRSEL Mux -> (null) -> HP Right Out :
  652. [ 16.472503] * : HP Right Out <- (null) <- MIXHPRSEL Mux :
  653. [ 16.492492] * : HP Right Out <- (null) <- DACR :
  654. [ 16.512084] * : SPK Left Out <- (null) <- Left Speaker Mixer :
  655. [ 16.532135] * : SPK Right Out <- (null) <- Right Speaker Mixer :
  656. [ 16.552093] * : RCV Left Out <- (null) <- Left Receiver Mixer :
  657. [ 16.572113] * : LINMOD Mux <- Left Only <- Left Receiver Mixer :
  658. [ 16.592071] : LINMOD Mux <- Left and Right <- Right Receiver Mixer :
  659. [ 16.612091] * : RCV Right Out <- (null) <- LINMOD Mux :
  660. [ 16.632141] * : HPL <- (null) <- HP Left Out :
  661. [ 16.652069] * : HPR <- (null) <- HP Right Out :
  662. [ 16.672119] * : SPKL <- (null) <- SPK Left Out :
  663. [ 16.692077] * : SPKR <- (null) <- SPK Right Out :
  664. [ 16.712188] * : RCVL <- (null) <- RCV Left Out :
  665. [ 16.732025] * : RCVR <- (null) <- RCV Right Out :
  666. [ 16.752105] * : HiFi Capture <- (null) <- AIFOUTL :
  667. [ 16.772033] * : HiFi Capture <- (null) <- AIFOUTR :
  668. [ 16.792175] * : HiFi Playback -> (null) -> AIFINL :
  669. [ 16.812164] * : HiFi Playback -> (null) -> AIFINR :
  670. [ 16.812347] max98090_set_bias_level coming here
  671. [ 21.050048] init: plymouth-upstart-bridge main process ended, respawning
  672. [ 29.989776] max98090_dai_set_sysclk coming here
  673. [ 29.990264] max98090_dai_set_fmt coming here
  674. [ 29.990905] max98090_dai_hw_params coming here
  675. [ 29.990997] max98090 1-0010: Found supported PCLK to LRCLK rates 0xa
  676. [ 29.991424] max98090_configure_dmic coming here
  677. [ 29.991455] max98090_find_closest_pclk coming here
  678. [ 30.012481] * : AIFINL <- (null) <- HiFi Playback :
  679. [ 30.032409] * : AIFINL <- (null) <- SDIEN :
  680. [ 30.052490] * : AIFINL <- (null) <- SHDN :
  681. [ 30.072479] * : AIFINR <- (null) <- HiFi Playback :
  682. [ 30.092376] * : AIFINR <- (null) <- SDIEN :
  683. [ 30.112670] * : AIFINR <- (null) <- SHDN :
  684. [ 30.132415] * : DACR <- (null) <- SHDN :
  685. [ 30.152038] * : DACR <- (null) <- STENR Mux :
  686. [ 30.172363] * : DACR <- (null) <- LTENR Mux :
  687. [ 30.192382] : LTENR Mux <- Loopthrough <- LBENR Mux :
  688. [ 30.212371] * : LTENR Mux <- Normal <- AIFINR :
  689. [ 30.232360] : LTENL Mux <- Loopthrough <- LBENL Mux :
  690. [ 30.252380] * : LTENL Mux <- Normal <- AIFINL :
  691. [ 30.272369] * : DACL <- (null) <- SHDN :
  692. [ 30.292388] * : DACL <- (null) <- STENL Mux :
  693. [ 30.312377] * : DACL <- (null) <- LTENL Mux :
  694. [ 30.332366] * : HP Left Out <- (null) <- MIXHPLSEL Mux :
  695. [ 30.352325] * : HP Left Out <- (null) <- DACL :
  696. [ 30.372375] * : HP Right Out <- (null) <- MIXHPRSEL Mux :
  697. [ 30.392364] * : HP Right Out <- (null) <- DACR :
  698. [ 30.412384] * : HPL <- (null) <- HP Left Out :
  699. [ 30.432373] * : HPR <- (null) <- HP Right Out :
  700. [ 30.432586] max98090_set_bias_level coming here
  701. [ 30.433715] max98090_set_bias_level coming here
  702. [ 30.435272] max98090_dai_trigger coming here
  703. [ 50.534332] max98090_dai_trigger coming here
  704. [ 55.562408] * : AIFINL <- (null) <- HiFi Playback :
  705. [ 55.582458] * : AIFINL <- (null) <- SDIEN :
  706. [ 55.602386] * : AIFINL <- (null) <- SHDN :
  707. [ 55.622344] * : AIFINR <- (null) <- HiFi Playback :
  708. [ 55.642395] * : AIFINR <- (null) <- SDIEN :
  709. [ 55.662384] * : AIFINR <- (null) <- SHDN :
  710. [ 55.682403] * : DACR <- (null) <- SHDN :
  711. [ 55.702362] * : DACR <- (null) <- STENR Mux :
  712. [ 55.722381] * : DACR <- (null) <- LTENR Mux :
  713. [ 55.742401] : LTENR Mux <- Loopthrough <- LBENR Mux :
  714. [ 55.762390] * : LTENR Mux <- Normal <- AIFINR :
  715. [ 55.782379] * : DACL <- (null) <- SHDN :
  716. [ 55.802368] * : DACL <- (null) <- STENL Mux :
  717. [ 55.822357] * : DACL <- (null) <- LTENL Mux :
  718. [ 55.842376] : LTENL Mux <- Loopthrough <- LBENL Mux :
  719. [ 55.862365] * : LTENL Mux <- Normal <- AIFINL :
  720. [ 55.882476] * : HP Left Out <- (null) <- MIXHPLSEL Mux :
  721. [ 55.902404] * : HP Left Out <- (null) <- DACL :
  722. [ 55.922363] * : HP Right Out <- (null) <- MIXHPRSEL Mux :
  723. [ 55.942382] * : HP Right Out <- (null) <- DACR :
  724. [ 55.962371] * : HPL <- (null) <- HP Left Out :
  725. [ 55.982360] * : HPR <- (null) <- HP Right Out :
  726. [ 55.982574] max98090_set_bias_level coming here
  727. [ 55.983734] max98090_set_bias_level coming here
  728. [ 161.580169] max98090_dai_set_sysclk coming here
  729. [ 161.580230] max98090_dai_set_fmt coming here
  730. [ 161.580261] max98090_dai_hw_params coming here
  731. [ 161.580352] max98090 1-0010: Found supported PCLK to LRCLK rates 0xa
  732. [ 161.580383] max98090_configure_dmic coming here
  733. [ 161.580413] max98090_find_closest_pclk coming here
  734. [ 161.592773] * : AIFINL <- (null) <- HiFi Playback :
  735. [ 161.612396] * : AIFINL <- (null) <- SDIEN :
  736. [ 161.632385] * : AIFINL <- (null) <- SHDN :
  737. [ 161.652404] * : AIFINR <- (null) <- HiFi Playback :
  738. [ 161.672363] * : AIFINR <- (null) <- SDIEN :
  739. [ 161.692565] * : AIFINR <- (null) <- SHDN :
  740. [ 161.712371] * : DACR <- (null) <- SHDN :
  741. [ 161.732330] * : DACR <- (null) <- STENR Mux :
  742. [ 161.752380] * : DACR <- (null) <- LTENR Mux :
  743. [ 161.772369] : LTENR Mux <- Loopthrough <- LBENR Mux :
  744. [ 161.792388] * : LTENR Mux <- Normal <- AIFINR :
  745. [ 161.812377] : LTENL Mux <- Loopthrough <- LBENL Mux :
  746. [ 161.832336] * : LTENL Mux <- Normal <- AIFINL :
  747. [ 161.852386] * : DACL <- (null) <- SHDN :
  748. [ 161.872375] * : DACL <- (null) <- STENL Mux :
  749. [ 161.892456] * : DACL <- (null) <- LTENL Mux :
  750. [ 161.912445] * : HP Left Out <- (null) <- MIXHPLSEL Mux :
  751. [ 161.932342] * : HP Left Out <- (null) <- DACL :
  752. [ 161.952362] * : HP Right Out <- (null) <- MIXHPRSEL Mux :
  753. [ 161.972381] * : HP Right Out <- (null) <- DACR :
  754. [ 161.992462] * : HPL <- (null) <- HP Left Out :
  755. [ 162.012390] * : HPR <- (null) <- HP Right Out :
  756. [ 162.012603] max98090_set_bias_level coming here
  757. [ 162.013732] max98090_set_bias_level coming here
  758. [ 162.014526] max98090_dai_trigger coming here
  759. [ 182.114318] max98090_dai_trigger coming here
  760. [ 187.142395] * : AIFINL <- (null) <- HiFi Playback :
  761. [ 187.162170] * : AIFINL <- (null) <- SDIEN :
  762. [ 187.182403] * : AIFINL <- (null) <- SHDN :
  763. [ 187.202362] * : AIFINR <- (null) <- HiFi Playback :
  764. [ 187.222381] * : AIFINR <- (null) <- SDIEN :
  765. [ 187.242370] * : AIFINR <- (null) <- SHDN :
  766. [ 187.262390] * : DACR <- (null) <- SHDN :
  767. [ 187.282379] * : DACR <- (null) <- STENR Mux :
  768. [ 187.302368] * : DACR <- (null) <- LTENR Mux :
  769. [ 187.322265] : LTENR Mux <- Loopthrough <- LBENR Mux :
  770. [ 187.342437] * : LTENR Mux <- Normal <- AIFINR :
  771. [ 187.362365] * : DACL <- (null) <- SHDN :
  772. [ 187.382354] * : DACL <- (null) <- STENL Mux :
  773. [ 187.402343] * : DACL <- (null) <- LTENL Mux :
  774. [ 187.422363] : LTENL Mux <- Loopthrough <- LBENL Mux :
  775. [ 187.442382] * : LTENL Mux <- Normal <- AIFINL :
  776. [ 187.462371] * : HP Left Out <- (null) <- MIXHPLSEL Mux :
  777. [ 187.482330] * : HP Left Out <- (null) <- DACL :
  778. [ 187.502380] * : HP Right Out <- (null) <- MIXHPRSEL Mux :
  779. [ 187.522338] * : HP Right Out <- (null) <- DACR :
  780. [ 187.542388] * : HPL <- (null) <- HP Left Out :
  781. [ 187.562347] * : HPR <- (null) <- HP Right Out :
  782. [ 187.562591] max98090_set_bias_level coming here
  783. [ 187.563751] max98090_set_bias_level coming here
  784. [ 198.189819] max98090_dai_set_sysclk coming here
  785. [ 198.189880] max98090_dai_set_fmt coming here
  786. [ 198.189910] max98090_dai_hw_params coming here
  787. [ 198.190002] max98090 1-0010: Found supported PCLK to LRCLK rates 0xa
  788. [ 198.190032] max98090_configure_dmic coming here
  789. [ 198.190032] max98090_find_closest_pclk coming here
  790. [ 198.202758] * : AIFINL <- (null) <- HiFi Playback :
  791. [ 198.222442] * : AIFINL <- (null) <- SDIEN :
  792. [ 198.242370] * : AIFINL <- (null) <- SHDN :
  793. [ 198.262390] * : AIFINR <- (null) <- HiFi Playback :
  794. [ 198.282379] * : AIFINR <- (null) <- SDIEN :
  795. [ 198.302368] * : AIFINR <- (null) <- SHDN :
  796. [ 198.322387] * : DACR <- (null) <- SHDN :
  797. [ 198.342376] * : DACR <- (null) <- STENR Mux :
  798. [ 198.362365] * : DACR <- (null) <- LTENR Mux :
  799. [ 198.382385] : LTENR Mux <- Loopthrough <- LBENR Mux :
  800. [ 198.402374] * : LTENR Mux <- Normal <- AIFINR :
  801. [ 198.422363] : LTENL Mux <- Loopthrough <- LBENL Mux :
  802. [ 198.442382] * : LTENL Mux <- Normal <- AIFINL :
  803. [ 198.462371] * : DACL <- (null) <- SHDN :
  804. [ 198.482360] * : DACL <- (null) <- STENL Mux :
  805. [ 198.502380] * : DACL <- (null) <- LTENL Mux :
  806. [ 198.522369] * : HP Left Out <- (null) <- MIXHPLSEL Mux :
  807. [ 198.542388] * : HP Left Out <- (null) <- DACL :
  808. [ 198.562377] * : HP Right Out <- (null) <- MIXHPRSEL Mux :
  809. [ 198.582366] * : HP Right Out <- (null) <- DACR :
  810. [ 198.602386] * : HPL <- (null) <- HP Left Out :
  811. [ 198.622375] * : HPR <- (null) <- HP Right Out :
  812. [ 198.622589] max98090_set_bias_level coming here
  813. [ 198.623748] max98090_set_bias_level coming here
  814. [ 198.624542] max98090_dai_trigger coming here
  815. [ 218.724365] max98090_dai_trigger coming here
  816. [ 223.752410] * : AIFINL <- (null) <- HiFi Playback :
  817. [ 223.772399] * : AIFINL <- (null) <- SDIEN :
  818. [ 223.792510] * : AIFINL <- (null) <- SHDN :
  819. [ 223.812377] * : AIFINR <- (null) <- HiFi Playback :
  820. [ 223.832336] * : AIFINR <- (null) <- SDIEN :
  821. [ 223.852355] * : AIFINR <- (null) <- SHDN :
  822. [ 223.872375] * : DACR <- (null) <- SHDN :
  823. [ 223.892395] * : DACR <- (null) <- STENR Mux :
  824. [ 223.912384] * : DACR <- (null) <- LTENR Mux :
  825. [ 223.932373] : LTENR Mux <- Loopthrough <- LBENR Mux :
  826. [ 223.952362] * : LTENR Mux <- Normal <- AIFINR :
  827. [ 223.972351] * : DACL <- (null) <- SHDN :
  828. [ 223.992340] * : DACL <- (null) <- STENL Mux :
  829. [ 224.012390] * : DACL <- (null) <- LTENL Mux :
  830. [ 224.032348] : LTENL Mux <- Loopthrough <- LBENL Mux :
  831. [ 224.052337] * : LTENL Mux <- Normal <- AIFINL :
  832. [ 224.072387] * : HP Left Out <- (null) <- MIXHPLSEL Mux :
  833. [ 224.092407] * : HP Left Out <- (null) <- DACL :
  834. [ 224.112426] * : HP Right Out <- (null) <- MIXHPRSEL Mux :
  835. [ 224.132415] * : HP Right Out <- (null) <- DACR :
  836. [ 224.152374] * : HPL <- (null) <- HP Left Out :
  837. [ 224.172363] * : HPR <- (null) <- HP Right Out :
  838. [ 224.172576] max98090_set_bias_level coming here
  839. [ 224.173736] max98090_set_bias_level coming here
  840.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.c:1:5: error: stray '@' in program
 root@arm:~# dmesg
     ^
prog.c:1:1: error: unknown type name 'root'
 root@arm:~# dmesg
 ^
prog.c:1:9: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
 root@arm:~# dmesg
         ^
prog.c:1:11: error: stray '#' in program
 root@arm:~# dmesg
           ^
prog.c:6:30: error: too many decimal points in number
 [    0.000000] Linux version 3.19.0-armv7-x0 (ralph@rdb-T520) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #4 SMP Mon Feb 16 17:37:10 PST 2015
                              ^
prog.c:6:52: error: stray '@' in program
 [    0.000000] Linux version 3.19.0-armv7-x0 (ralph@rdb-T520) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #4 SMP Mon Feb 16 17:37:10 PST 2015
                                                    ^
prog.c:6:76: error: too many decimal points in number
 [    0.000000] Linux version 3.19.0-armv7-x0 (ralph@rdb-T520) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #4 SMP Mon Feb 16 17:37:10 PST 2015
                                                                            ^
prog.c:6:125: error: too many decimal points in number
 [    0.000000] Linux version 3.19.0-armv7-x0 (ralph@rdb-T520) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #4 SMP Mon Feb 16 17:37:10 PST 2015
                                                                                                                             ^
prog.c:6:172: error: stray '#' in program
 [    0.000000] Linux version 3.19.0-armv7-x0 (ralph@rdb-T520) (gcc version 4.9.2 20140904 (prerelease) (crosstool-NG linaro-1.13.1-4.9-2014.09 - Linaro GCC 4.9-2014.09) ) #4 SMP Mon Feb 16 17:37:10 PST 2015
                                                                                                                                                                            ^
prog.c:7:38: error: invalid suffix "fc082" on integer constant
 [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
                                      ^
prog.c:7:71: error: invalid suffix "c5387d" on integer constant
 [    0.000000] CPU: ARMv7 Processor [413fc082] revision 2 (ARMv7), cr=10c5387d
                                                                       ^
prog.c:18:57: error: invalid suffix "mhz_clk" on integer constant
 [    0.000000] OMAP3630 ES1.2 (l2cache iva sgx neon isp 192mhz_clk )
                                                         ^
prog.c:19:46: error: stray '@' in program
 [    0.000000] PERCPU: Embedded 12 pages/cpu @dfa20000 s18368 r8192 d22592 u49152
                                              ^
prog.c:23:51: error: invalid suffix "n8" on integer constant
 [    0.000000] Kernel command line: console=ttyO2,115200n8 root=/dev/mmcblk0p2 ro rootfstype=ext4 rootwait fixrtc quiet
                                                   ^
prog.c:27:1: warning: large fixed-point constant implicitly truncated to fixed-point type [-Woverflow]
 [    0.000000] Memory: 484088K/523264K available (10652K kernel code, 955K rwdata, 3932K rodata, 876K init, 912K bss, 22792K reserved, 16384K cma-reserved, 0K highmem)
 ^
prog.c:27:1: warning: large fixed-point constant implicitly truncated to fixed-point type [-Woverflow]
prog.c:47:40: error: invalid suffix "kHz" on integer constant
 [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns
                                        ^
prog.c:47:58: error: invalid suffix "ns" on integer constant
 [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns
                                                          ^
prog.c:47:79: error: invalid suffix "ns" on integer constant
 [    0.000000] sched_clock: 32 bits at 32kHz, resolution 30517ns, wraps every 65536000000000ns
                                                                               ^
prog.c:48:34: error: invalid suffix "k_counter" on integer constant
 [    0.000030] OMAP clocksource: 32k_counter at 32768 Hz
                                  ^
prog.c:49:45: error: invalid suffix "x30" on integer constant
 [    0.000518] Console: colour dummy device 80x30
                                             ^
prog.c:78:19: error: invalid suffix "regs" on integer constant
 [    0.557647]    8regs     :   582.000 MB/sec
                   ^
prog.c:79:19: error: invalid suffix "regs" on integer constant
 [    0.657440]    32regs    :   664.000 MB/sec
                   ^
prog.c:88:26: error: invalid suffix "gpio" on floating constant
 [    0.808013] omap_gpio 48310000.gpio: could not find pctldev for node /ocp/pinmux@48002a00/pinmux_gpio1_pins, deferring probe
                          ^
prog.c:88:84: error: stray '@' in program
 [    0.808013] omap_gpio 48310000.gpio: could not find pctldev for node /ocp/pinmux@48002a00/pinmux_gpio1_pins, deferring probe
                                                                                    ^
prog.c:88:85: error: invalid suffix "a00" on integer constant
 [    0.808013] omap_gpio 48310000.gpio: could not find pctldev for node /ocp/pinmux@48002a00/pinmux_gpio1_pins, deferring probe
                                                                                     ^
prog.c:89:25: error: invalid suffix "gpio" on floating constant
 [    0.808044] platform 48310000.gpio: Driver omap_gpio requests probe deferral
                         ^
prog.c:91:56: error: stray '@' in program
 [    0.815124] irq: no irq domain found for /ocp/pinmux@48002030 !
                                                        ^
prog.c:92:26: error: invalid suffix ".gpmc" on floating constant
 [    0.829193] omap-gpmc 6e000000.gpmc: GPMC revision 5.0
                          ^
prog.c:93:25: error: invalid suffix "ssi" on floating constant
 [    0.830657] platform 48058000.ssi-controller: Cannot lookup hwmod 'ssi'
                         ^
prog.c:93:70: warning: multi-character character constant [-Wmultichar]
 [    0.830657] platform 48058000.ssi-controller: Cannot lookup hwmod 'ssi'
                                                                      ^
prog.c:94:80: error: stray '@' in program
 [    0.834075] of_amba_device_create(): amba_device_add() failed (-19) for /etb@5401b000
                                                                                ^
prog.c:94:81: error: invalid suffix "b000" on integer constant
 [    0.834075] of_amba_device_create(): amba_device_add() failed (-19) for /etb@5401b000
                                                                                 ^
prog.c:95:80: error: stray '@' in program
 [    0.834197] of_amba_device_create(): amba_device_add() failed (-19) for /etm@54010000
                                                                                ^
prog.c:109:32: error: invalid suffix "dma" on floating constant
 [    2.241760] omap-dma-engine 48056000.dma-controller: OMAP DMA engine driver
                                ^
prog.c:111:27: error: invalid suffix "bd400.mmu" on integer constant
 [    2.247375] omap-iommu 480bd400.mmu: 480bd400.mmu registered
                           ^
prog.c:111:41: error: invalid suffix "bd400.mmu" on integer constant
 [    2.247375] omap-iommu 480bd400.mmu: 480bd400.mmu registered
                                         ^
prog.c:118:25: error: invalid suffix "i2c" on floating constant
 [    2.254455] omap_i2c 48070000.i2c: bus 0 rev4.4 at 2600 kHz
                         ^
prog.c:119:25: error: invalid suffix "i2c" on floating constant
 [    2.256042] omap_i2c 48072000.i2c: bus 1 rev4.4 at 400 kHz
                         ^
prog.c:120:25: error: invalid suffix "i2c" on floating constant
 [    2.256835] omap_i2c 48060000.i2c: bus 2 rev4.4 at 100 kHz
                         ^
prog.c:124:40: error: too many decimal points in number
 [    2.257873] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
                                        ^
prog.c:124:94: error: stray '@' in program
 [    2.257873] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
                                                                                              ^
prog.c:126:29: error: invalid suffix "mailbox" on floating constant
 [    2.258941] omap-mailbox 48094000.mailbox: omap mailbox rev 0x40
                             ^
prog.c:131:40: error: invalid suffix "k_counter" on integer constant
 [    2.261840] Switched to clocksource 32k_counter
                                        ^
prog.c:150:40: error: too many decimal points in number
 [    2.401245] VFS: Disk quotas dquot_6.5.2
                                        ^
prog.c:162:31: error: invalid suffix "pinmux" on floating constant
 [    2.410003] pinctrl-single 48002030.pinmux: 284 pins at pa fa002030 size 568
                               ^
prog.c:163:31: error: invalid suffix "a00.pinmux" on integer constant
 [    2.410369] pinctrl-single 48002a00.pinmux: 46 pins at pa fa002a00 size 92
                               ^
prog.c:164:31: error: invalid suffix "a0.pinmux" on integer constant
 [    2.411163] pinctrl-single 480025a0.pinmux: 46 pins at pa fa0025a0 size 92
                               ^
prog.c:165:16: error: invalid suffix "dss" on floating constant
 [    2.417785] 48050000.dss supply vdda_video not found, using dummy regulator
                ^
prog.c:167:30: error: stray '@' in program
 [    2.420471] tfp410 encoder@0: failed to parse PD gpio
                              ^
prog.c:168:32: error: stray '@' in program
 [    2.420501] platform encoder@0: Driver tfp410 requests probe deferral
                                ^
prog.c:169:39: error: stray '@' in program
 [    2.421081] connector-dvi connector@0: failed to find video source
                                       ^
prog.c:170:34: error: stray '@' in program
 [    2.421112] platform connector@0: Driver connector-dvi requests probe deferral
                                  ^
prog.c:172:26: error: invalid suffix "a000.serial" on integer constant
 [    2.431030] omap_uart 4806a000.serial: no wakeirq for uart0
                          ^
prog.c:173:16: error: invalid suffix "a000.serial" on integer constant
 [    2.431335] 4806a000.serial: ttyO0 at MMIO 0x4806a000 (irq = 88, base_baud = 3000000) is a OMAP UART0
                ^
prog.c:174:26: error: invalid suffix "c000.serial" on integer constant
 [    2.432434] omap_uart 4806c000.serial: no wakeirq for uart0
                          ^
prog.c:175:16: error: invalid suffix "c000.serial" on integer constant
 [    2.432647] 4806c000.serial: ttyO1 at MMIO 0x4806c000 (irq = 89, base_baud = 3000000) is a OMAP UART1
                ^
prog.c:176:16: error: invalid suffix "serial" on floating constant
 [    2.433715] 49020000.serial: ttyO2 at MMIO 0x49020000 (irq = 90, base_baud = 3000000) is a OMAP UART2
                ^
prog.c:178:26: error: invalid suffix "serial" on floating constant
 [    2.470520] omap_uart 49042000.serial: no wakeirq for uart0
                          ^
prog.c:179:16: error: invalid suffix "serial" on floating constant
 [    2.470764] 49042000.serial: ttyO3 at MMIO 0x49042000 (irq = 96, base_baud = 3000000) is a OMAP UART3
                ^
prog.c:180:38: error: too many decimal points in number
 [    2.473480] [drm] Initialized drm 1.1.0 20060810
                                      ^
prog.c:182:30: warning: character constant too long for its type
 [    2.473663] Error: Driver 'tfp410' is already registered, aborting...
                              ^
prog.c:183:22: error: invalid digit "8" in octal constant
 [    2.507324] twl 0-0048: PIH (irq 23) chaining IRQs 307..315
                      ^
prog.c:183:55: error: too many decimal points in number
 [    2.507324] twl 0-0048: PIH (irq 23) chaining IRQs 307..315
                                                       ^
prog.c:184:22: error: invalid digit "8" in octal constant
 [    2.507446] twl 0-0048: power (irq 312) chaining IRQs 315..322
                      ^
prog.c:184:58: error: too many decimal points in number
 [    2.507446] twl 0-0048: power (irq 312) chaining IRQs 315..322
                                                          ^
prog.c:185:72: error: too many decimal points in number
 [    2.537994] twl4030_gpio twl4030-gpio: gpio (irq 307) chaining IRQs 323..340
                                                                        ^
prog.c:186:28: error: invalid suffix "i2c" on floating constant
 [    2.545684] twl4030_usb 48070000.i2c:twl@48:twl4030-usb: Initialized TWL4030 USB module
                            ^
prog.c:186:44: error: stray '@' in program
 [    2.545684] twl4030_usb 48070000.i2c:twl@48:twl4030-usb: Initialized TWL4030 USB module
                                            ^
prog.c:187:34: warning: character constant too long for its type
 [    2.611328] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
                                  ^
prog.c:190:26: error: exponent has no digits
 [    2.612457] ehci-omap 48064800.ehci: Can't get PHY device for port 1: -517
                          ^
prog.c:190:44: warning: missing terminating ' character
 [    2.612457] ehci-omap 48064800.ehci: Can't get PHY device for port 1: -517
                                            ^
prog.c:190:1: error: missing terminating ' character
 [    2.612457] ehci-omap 48064800.ehci: Can't get PHY device for port 1: -517
 ^
prog.c:191:25: error: exponent has no digits
 [    2.619689] platform 48064800.ehci: Driver ehci-omap requests probe deferral
                         ^
prog.c:198:35: error: too many decimal points in number
 [    2.624023] musb-hdrc musb-hdrc.0.auto: MUSB HDRC host driver
                                   ^
prog.c:199:35: error: too many decimal points in number
 [    2.624481] musb-hdrc musb-hdrc.0.auto: new USB bus registered, assigned bus number 1
                                   ^
prog.c:200:57: error: invalid suffix "d6b" on integer constant
 [    2.624847] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
                                                         ^
prog.c:203:46: error: too many decimal points in number
 [    2.624877] usb usb1: Manufacturer: Linux 3.19.0-armv7-x0 musb-hcd
                                              ^
prog.c:204:49: error: too many decimal points in number
 [    2.624908] usb usb1: SerialNumber: musb-hdrc.0.auto
                                                 ^
prog.c:209:43: error: invalid digit "8" in octal constant
 [    2.630798] usb0: HOST MAC ce:bc:ec:b6:08:6f
                                           ^
prog.c:209:46: error: invalid suffix "f" on integer constant
 [    2.630798] usb0: HOST MAC ce:bc:ec:b6:08:6f
                                              ^
prog.c:210:29: error: invalid suffix "a" on integer constant
 [    2.630950] usb0: MAC c2:1a:ba:d9:61:00
                             ^
prog.c:216:62: error: invalid suffix "ocp" on floating constant
 [    2.633880] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input0
                                                              ^
prog.c:216:75: error: invalid suffix "i2c" on floating constant
 [    2.633880] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input0
                                                                           ^
prog.c:216:96: error: invalid digit "8" in octal constant
 [    2.633880] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input0
                                                                                                ^
prog.c:216:101: error: invalid suffix "i2c" on floating constant
 [    2.633880] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input0
                                                                                                     ^
prog.c:216:117: error: stray '@' in program
 [    2.633880] input: twl4030_pwrbutton as /devices/platform/68000000.ocp/48070000.i2c/i2c-0/0-0048/48070000.i2c:twl@48:pwrbutton/input/input0
                                                                                                                     ^
prog.c:220:23: warning: character constant too long for its type
 [    2.644897] Driver 'mmcblk' needs updating - please use bus_type methods
                       ^
prog.c:250:26: error: exponent has no digits
 [    2.842224] ehci-omap 48064800.ehci: EHCI Host Controller
                          ^
prog.c:251:26: error: exponent has no digits
 [    2.842651] ehci-omap 48064800.ehci: new USB bus registered, assigned bus number 2
                          ^
prog.c:252:26: error: exponent has no digits
 [    2.842956] ehci-omap 48064800.ehci: irq 93, io mem 0x48064800
                          ^
prog.c:253:26: error: exponent has no digits
 [    2.862121] ehci-omap 48064800.ehci: USB 2.0 started, EHCI 1.00
                          ^
prog.c:254:57: error: invalid suffix "d6b" on integer constant
 [    2.862487] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
                                                         ^
prog.c:257:46: error: too many decimal points in number
 [    2.862518] usb usb2: Manufacturer: Linux 3.19.0-armv7-x0 ehci_hcd
                                              ^
prog.c:258:40: error: exponent has no digits
 [    2.862518] usb usb2: SerialNumber: 48064800.ehci
                                        ^
prog.c:261:16: error: invalid suffix "dss" on floating constant
 [    2.864807] 48050000.dss supply vdds_dsi not found, using dummy regulator
                ^
prog.c:263:63: error: too many decimal points in number
 [    2.866882] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
                                                               ^
prog.c:266:60: error: invalid suffix "x768" on integer constant
 [    2.882446] [drm] Cannot find any crtc or sizes - going 1024x768
                                                            ^
prog.c:267:65: error: invalid suffix "x48" on integer constant
 [    2.899902] Console: switching to colour frame buffer device 128x48
                                                                 ^
prog.c:270:42: error: too many decimal points in number
 [    2.912506] [drm] Initialized omapdrm 1.0.0 20110917 on minor 0
                                          ^
prog.c:303:31: error: invalid suffix "i2c" on floating constant
 [    7.313140] twl4030_keypad 48070000.i2c:twl@48:keypad: OF: linux,keymap property not defined in /ocp/i2c@48070000/twl@48/keypad
                               ^
prog.c:303:47: error: stray '@' in program
 [    7.313140] twl4030_keypad 48070000.i2c:twl@48:keypad: OF: linux,keymap property not defined in /ocp/i2c@48070000/twl@48/keypad
                                               ^
prog.c:303:108: error: stray '@' in program
 [    7.313140] twl4030_keypad 48070000.i2c:twl@48:keypad: OF: linux,keymap property not defined in /ocp/i2c@48070000/twl@48/keypad
                                                                                                            ^
prog.c:303:121: error: stray '@' in program
 [    7.313140] twl4030_keypad 48070000.i2c:twl@48:keypad: OF: linux,keymap property not defined in /ocp/i2c@48070000/twl@48/keypad
                                                                                                                         ^
prog.c:304:31: error: invalid suffix "i2c" on floating constant
 [    7.325256] twl4030_keypad 48070000.i2c:twl@48:keypad: Failed to build keymap
                               ^
prog.c:304:47: error: stray '@' in program
 [    7.325256] twl4030_keypad 48070000.i2c:twl@48:keypad: Failed to build keymap
                                               ^
prog.c:305:27: error: too many decimal points in number
 [    7.467407] smsc95xx v1.0.4
                           ^
prog.c:306:41: error: invalid suffix "i2c" on floating constant
 [    7.568817] twl4030_keypad: probe of 48070000.i2c:twl@48:keypad failed with error -2
                                         ^
prog.c:306:57: error: stray '@' in program
 [    7.568817] twl4030_keypad: probe of 48070000.i2c:twl@48:keypad failed with error -2
                                                         ^
prog.c:307:29: error: invalid suffix "i2c" on floating constant
 [    7.574096] twl4030_madc 48070000.i2c:twl@48:madc: clk disabled, enabling
                             ^
prog.c:307:45: error: stray '@' in program
 [    7.574096] twl4030_madc 48070000.i2c:twl@48:madc: clk disabled, enabling
                                             ^
prog.c:308:50: warning: character constant too long for its type
 [    7.578735] smsc95xx 2-2.1:1.0 eth0: register 'smsc95xx' at usb-48064800.ehci-2.1, smsc95xx USB 2.0 Ethernet, 1e:db:a2:24:14:f5
                                                  ^
prog.c:308:68: error: exponent has no digits
 [    7.578735] smsc95xx 2-2.1:1.0 eth0: register 'smsc95xx' at usb-48064800.ehci-2.1, smsc95xx USB 2.0 Ethernet, 1e:db:a2:24:14:f5
                                                                    ^
prog.c:308:114: error: exponent has no digits
 [    7.578735] smsc95xx 2-2.1:1.0 eth0: register 'smsc95xx' at usb-48064800.ehci-2.1, smsc95xx USB 2.0 Ethernet, 1e:db:a2:24:14:f5
                                                                                                                  ^
prog.c:310:24: error: invalid suffix "i2c" on floating constant
 [    7.643737] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected.
                        ^
prog.c:310:40: error: stray '@' in program
 [    7.643737] twl_rtc 48070000.i2c:twl@48:rtc: Power up reset detected.
                                        ^
prog.c:311:24: error: invalid suffix "i2c" on floating constant
 [    7.643920] twl_rtc 48070000.i2c:twl@48:rtc: Enabling TWL-RTC
                        ^
prog.c:311:40: error: stray '@' in program
 [    7.643920] twl_rtc 48070000.i2c:twl@48:rtc: Enabling TWL-RTC
                                        ^
prog.c:312:24: error: invalid suffix "i2c" on floating constant
 [    7.658569] twl_rtc 48070000.i2c:twl@48:rtc: rtc core: registered 48070000.i2c:twl@48 as rtc0
                        ^
prog.c:312:40: error: stray '@' in program
 [    7.658569] twl_rtc 48070000.i2c:twl@48:rtc: rtc core: registered 48070000.i2c:twl@48 as rtc0
                                        ^
prog.c:312:70: error: invalid suffix "i2c" on floating constant
 [    7.658569] twl_rtc 48070000.i2c:twl@48:rtc: rtc core: registered 48070000.i2c:twl@48 as rtc0
                                                                      ^
prog.c:312:86: error: stray '@' in program
 [    7.658569] twl_rtc 48070000.i2c:twl@48:rtc: rtc core: registered 48070000.i2c:twl@48 as rtc0
                                                                                      ^
prog.c:314:25: error: invalid suffix "b2000.1w" on integer constant
 [    7.843749] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode
                         ^
prog.c:314:60: error: too many decimal points in number
 [    7.843749] omap_hdq 480b2000.1w: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode
                                                            ^
prog.c:315:25: error: invalid suffix "c5000.aes" on integer constant
 [    8.059356] omap-aes 480c5000.aes: OMAP AES hw accel rev: 2.6
                         ^
prog.c:316:73: warning: character constant too long for its type
 [    8.059387] of_dma_request_slave_channel: dma-names property of node '/ocp/aes@480c5000' missing or empty
                                                                         ^
prog.c:317:25: error: invalid suffix "c5000.aes" on integer constant
 [    8.269104] omap-aes 480c5000.aes: Unable to request in DMA channel
                         ^
prog.c:322:49: error: stray '#' in program
 [    9.458709] ASoC: dai register snd-soc-dummy #1
                                                 ^
prog.c:323:37: warning: character constant too long for its type
 [    9.458709] ASoC: Registered DAI 'snd-soc-dummy-dai'
                                     ^
prog.c:324:39: warning: character constant too long for its type
 [    9.458709] ASoC: Registered codec 'snd-soc-dummy'
                                       ^
prog.c:326:71: warning: character constant too long for its type
 [    9.458770] snd-soc-dummy snd-soc-dummy: ASoC: Registered platform 'snd-soc-dummy'
                                                                       ^
prog.c:331:64: error: too many decimal points in number
 [    9.541809] CPU: 0 PID: 208 Comm: systemd-udevd Not tainted 3.19.0-armv7-x0 #4
                                                                ^
prog.c:331:80: error: stray '#' in program
 [    9.541809] CPU: 0 PID: 208 Comm: systemd-udevd Not tainted 3.19.0-armv7-x0 #4
                                                                                ^
prog.c:352:35: error: invalid suffix "mcbsp" on floating constant
 [    9.747528] ASoC: dai register 48074000.mcbsp #1
                                   ^
prog.c:352:50: error: stray '#' in program
 [    9.747528] ASoC: dai register 48074000.mcbsp #1
                                                  ^
prog.c:353:37: warning: character constant too long for its type
 [    9.747558] ASoC: Registered DAI '48074000.mcbsp'
                                     ^
prog.c:354:27: error: invalid suffix "mcbsp" on floating constant
 [    9.747589] omap-mcbsp 48074000.mcbsp: ASoC: platform register 48074000.mcbsp
                           ^
prog.c:354:67: error: invalid suffix "mcbsp" on floating constant
 [    9.747589] omap-mcbsp 48074000.mcbsp: ASoC: platform register 48074000.mcbsp
                                                                   ^
prog.c:355:27: error: invalid suffix "mcbsp" on floating constant
 [    9.747589] omap-mcbsp 48074000.mcbsp: ASoC: Registered platform '48074000.mcbsp'
                           ^
prog.c:355:69: warning: character constant too long for its type
 [    9.747589] omap-mcbsp 48074000.mcbsp: ASoC: Registered platform '48074000.mcbsp'
                                                                     ^
prog.c:356:35: error: invalid suffix "mcbsp" on floating constant
 [    9.765991] ASoC: dai register 49022000.mcbsp #1
                                   ^
prog.c:356:50: error: stray '#' in program
 [    9.765991] ASoC: dai register 49022000.mcbsp #1
                                                  ^
prog.c:357:37: warning: character constant too long for its type
 [    9.766021] ASoC: Registered DAI '49022000.mcbsp'
                                     ^
prog.c:358:27: error: invalid suffix "mcbsp" on floating constant
 [    9.766052] omap-mcbsp 49022000.mcbsp: ASoC: platform register 49022000.mcbsp
                           ^
prog.c:358:67: error: invalid suffix "mcbsp" on floating constant
 [    9.766052] omap-mcbsp 49022000.mcbsp: ASoC: platform register 49022000.mcbsp
                                                                   ^
prog.c:359:27: error: invalid suffix "mcbsp" on floating constant
 [    9.766082] omap-mcbsp 49022000.mcbsp: ASoC: Registered platform '49022000.mcbsp'
                           ^
prog.c:359:69: warning: character constant too long for its type
 [    9.766082] omap-mcbsp 49022000.mcbsp: ASoC: Registered platform '49022000.mcbsp'
                                                                     ^
prog.c:363:42: error: stray '#' in program
 [   10.076873] ASoC: dai register 1-0010 #1
                                          ^
prog.c:364:37: warning: multi-character character constant [-Wmultichar]
 [   10.076873] ASoC: Registered DAI 'HiFi'
                                     ^
prog.c:365:39: warning: character constant too long for its type
 [   10.076873] ASoC: Registered codec 'max98090.1-0010'
                                       ^
prog.c:378:45: error: invalid suffix "mcbsp" on floating constant
 [   10.145507] omap-twl4030 sound: HiFi <-> 48074000.mcbsp mapping ok
                                             ^
prog.c:510:53: warning: missing terminating ' character
 [   13.749847] smsc95xx 2-2.1:1.0 eth0: hardware isn't capable of remote wakeup
                                                     ^
prog.c:510:1: error: missing terminating ' character
 [   13.749847] smsc95xx 2-2.1:1.0 eth0: hardware isn't capable of remote wakeup
 ^
prog.c:591:50: error: invalid suffix "Mbps" on integer constant
 [   15.305999] smsc95xx 2-2.1:1.0 eth0: link up, 100Mbps, full-duplex, lpa 0xC1E1
                                                  ^
stdout
Standard output is empty