Guest User

pa-infot-root

a guest
May 16th, 2020
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 80.09 KB | None | 0 0
  1. ________________
  2. > pulseaudio_ps_do
  3. ikarus 16894 1.0 0.0 884632 8468 ? S<sl 11:17 0:00 /usr/bin/pulseaudio --daemonize=no
  4. root 20864 0.0 0.0 3060 516 pts/0 S+ 11:18 0:00 grep pulseaudio
  5. ________________
  6. > which pulseaudio
  7. /usr/bin/pulseaudio
  8. ________________
  9. > pidof pulseaudio
  10. 16894
  11. ________________
  12. > pulseaudio --version
  13. pulseaudio 13.0
  14. ________________
  15. > pactl info
  16. ________________
  17. > pactl list
  18. ________________
  19. > cat /etc/pulse/daemon.conf
  20. # This file is part of PulseAudio.
  21. #
  22. # PulseAudio is free software; you can redistribute it and/or modify
  23. # it under the terms of the GNU Lesser General Public License as published by
  24. # the Free Software Foundation; either version 2 of the License, or
  25. # (at your option) any later version.
  26. #
  27. # PulseAudio is distributed in the hope that it will be useful, but
  28. # WITHOUT ANY WARRANTY; without even the implied warranty of
  29. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  30. # General Public License for more details.
  31. #
  32. # You should have received a copy of the GNU Lesser General Public License
  33. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  34.  
  35. ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
  36. ## more information. Default values are commented out. Use either ; or # for
  37. ## commenting.
  38.  
  39. ; daemonize = no
  40. ; fail = yes
  41. ; allow-module-loading = yes
  42. ; allow-exit = yes
  43. ; use-pid-file = yes
  44. ; system-instance = no
  45. ; local-server-type = user
  46. ; enable-shm = yes
  47. ; enable-memfd = yes
  48. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  49. ; lock-memory = no
  50. ; cpu-limit = no
  51.  
  52. ; high-priority = yes
  53. ; nice-level = -11
  54.  
  55. ; realtime-scheduling = yes
  56. ; realtime-priority = 5
  57.  
  58. ; exit-idle-time = 20
  59. ; scache-idle-time = 20
  60.  
  61. ; dl-search-path = (depends on architecture)
  62.  
  63. ; load-default-script-file = yes
  64. ; default-script-file = /etc/pulse/default.pa
  65.  
  66. ; log-target = auto
  67. ; log-level = notice
  68. ; log-meta = no
  69. ; log-time = no
  70. ; log-backtrace = 0
  71.  
  72. ; resample-method = speex-float-1
  73. ; avoid-resampling = false
  74. ; enable-remixing = yes
  75. ; remixing-use-all-sink-channels = yes
  76. ; enable-lfe-remixing = no
  77. ; lfe-crossover-freq = 0
  78.  
  79. flat-volumes = no
  80. ; flat-volumes = yes
  81.  
  82. ; rlimit-fsize = -1
  83. ; rlimit-data = -1
  84. ; rlimit-stack = -1
  85. ; rlimit-core = -1
  86. ; rlimit-as = -1
  87. ; rlimit-rss = -1
  88. ; rlimit-nproc = -1
  89. ; rlimit-nofile = 256
  90. ; rlimit-memlock = -1
  91. ; rlimit-locks = -1
  92. ; rlimit-sigpending = -1
  93. ; rlimit-msgqueue = -1
  94. ; rlimit-nice = 31
  95. ; rlimit-rtprio = 9
  96. ; rlimit-rttime = 200000
  97.  
  98. ; default-sample-format = s16le
  99. ; default-sample-rate = 44100
  100. ; alternate-sample-rate = 48000
  101. ; default-sample-channels = 2
  102. ; default-channel-map = front-left,front-right
  103.  
  104. ; default-fragments = 4
  105. ; default-fragment-size-msec = 25
  106.  
  107. ; enable-deferred-volume = yes
  108. ; deferred-volume-safety-margin-usec = 8000
  109. ; deferred-volume-extra-delay-usec = 0
  110. ________________
  111. > cat /etc/pulse/client.conf
  112. # This file is part of PulseAudio.
  113. #
  114. # PulseAudio is free software; you can redistribute it and/or modify
  115. # it under the terms of the GNU Lesser General Public License as published by
  116. # the Free Software Foundation; either version 2 of the License, or
  117. # (at your option) any later version.
  118. #
  119. # PulseAudio is distributed in the hope that it will be useful, but
  120. # WITHOUT ANY WARRANTY; without even the implied warranty of
  121. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  122. # General Public License for more details.
  123. #
  124. # You should have received a copy of the GNU Lesser General Public License
  125. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  126.  
  127. ## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
  128. ## more information. Default values are commented out. Use either ; or # for
  129. ## commenting.
  130.  
  131. ; default-sink =
  132. ; default-source =
  133. ; default-server =
  134. ; default-dbus-server =
  135.  
  136. autospawn = no
  137. ; autospawn = yes
  138. ; daemon-binary = /usr/bin/pulseaudio
  139. ; extra-arguments = --log-target=syslog
  140.  
  141. ; cookie-file =
  142.  
  143. ; enable-shm = yes
  144. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  145.  
  146. ; auto-connect-localhost = no
  147. ; auto-connect-display = no
  148. ________________
  149. > cat /etc/pulse/default.pa
  150. #!/usr/bin/pulseaudio -nF
  151. #
  152. # This file is part of PulseAudio.
  153. #
  154. # PulseAudio is free software; you can redistribute it and/or modify it
  155. # under the terms of the GNU Lesser General Public License as published by
  156. # the Free Software Foundation; either version 2 of the License, or
  157. # (at your option) any later version.
  158. #
  159. # PulseAudio is distributed in the hope that it will be useful, but
  160. # WITHOUT ANY WARRANTY; without even the implied warranty of
  161. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  162. # General Public License for more details.
  163. #
  164. # You should have received a copy of the GNU Lesser General Public License
  165. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  166.  
  167. # This startup script is used only if PulseAudio is started per-user
  168. # (i.e. not in system mode)
  169.  
  170. .fail
  171.  
  172. ### Automatically restore the volume of streams and devices
  173. load-module module-device-restore
  174. load-module module-stream-restore
  175. load-module module-card-restore
  176.  
  177. ### Automatically augment property information from .desktop files
  178. ### stored in /usr/share/application
  179. load-module module-augment-properties
  180.  
  181. ### Should be after module-*-restore but before module-*-detect
  182. load-module module-switch-on-port-available
  183.  
  184. ### Load audio drivers statically
  185. ### (it's probably better to not load these drivers manually, but instead
  186. ### use module-udev-detect -- see below -- for doing this automatically)
  187. #load-module module-alsa-sink
  188. #load-module module-alsa-source device=hw:1,0
  189. #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
  190. #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
  191. #load-module module-null-sink
  192. #load-module module-pipe-sink
  193.  
  194. ### Automatically load driver modules depending on the hardware available
  195. .ifexists module-udev-detect.so
  196. load-module module-udev-detect
  197. .else
  198. ### Use the static hardware detection module (for systems that lack udev support)
  199. load-module module-detect
  200. .endif
  201.  
  202. ### Automatically connect sink and source if JACK server is present
  203. .ifexists module-jackdbus-detect.so
  204. .nofail
  205. load-module module-jackdbus-detect channels=2
  206. .fail
  207. .endif
  208.  
  209. ### Automatically load driver modules for Bluetooth hardware
  210. #.ifexists module-bluetooth-policy.so
  211. #load-module module-bluetooth-policy
  212. #.endif
  213.  
  214. #.ifexists module-bluetooth-discover.so
  215. #load-module module-bluetooth-discover
  216. #.endif
  217.  
  218. ### Load several protocols
  219. load-module module-dbus-protocol
  220. .ifexists module-esound-protocol-unix.so
  221. load-module module-esound-protocol-unix
  222. .endif
  223. load-module module-native-protocol-unix
  224.  
  225. ### Network access (may be configured with paprefs, so leave this commented
  226. ### here if you plan to use paprefs)
  227. #load-module module-esound-protocol-tcp
  228. #load-module module-native-protocol-tcp
  229. #load-module module-zeroconf-publish
  230.  
  231. ### Load the RTP receiver module (also configured via paprefs, see above)
  232. #load-module module-rtp-recv
  233.  
  234. ### Load the RTP sender module (also configured via paprefs, see above)
  235. #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
  236. #load-module module-rtp-send source=rtp.monitor
  237.  
  238. ### Load additional modules from GSettings. This can be configured with the paprefs tool.
  239. ### Please keep in mind that the modules configured by paprefs might conflict with manually
  240. ### loaded modules.
  241. .ifexists module-gsettings.so
  242. .nofail
  243. load-module module-gsettings
  244. .fail
  245. .endif
  246.  
  247.  
  248. ### Automatically restore the default sink/source when changed by the user
  249. ### during runtime
  250. ### NOTE: This should be loaded as early as possible so that subsequent modules
  251. ### that look up the default sink/source get the right value
  252. load-module module-default-device-restore
  253.  
  254. ### Automatically move streams to the default sink if the sink they are
  255. ### connected to dies, similar for sources
  256. load-module module-rescue-streams
  257.  
  258. ### Make sure we always have a sink around, even if it is a null sink.
  259. load-module module-always-sink
  260.  
  261. ### Honour intended role device property
  262. load-module module-intended-roles
  263.  
  264. ### Automatically suspend sinks/sources that become idle for too long
  265. load-module module-suspend-on-idle
  266.  
  267. ### If autoexit on idle is enabled we want to make sure we only quit
  268. ### when no local session needs us anymore.
  269. .ifexists module-console-kit.so
  270. load-module module-console-kit
  271. .endif
  272. .ifexists module-systemd-login.so
  273. load-module module-systemd-login
  274. .endif
  275.  
  276. ### Enable positioned event sounds
  277. load-module module-position-event-sounds
  278.  
  279. ### Cork music/video streams when a phone stream is active
  280. load-module module-role-cork
  281.  
  282. ### Modules to allow autoloading of filters (such as echo cancellation)
  283. ### on demand. module-filter-heuristics tries to determine what filters
  284. ### make sense, and module-filter-apply does the heavy-lifting of
  285. ### loading modules and rerouting streams.
  286. load-module module-filter-heuristics
  287. load-module module-filter-apply
  288.  
  289. ### Make some devices default
  290. #set-default-sink output
  291. #set-default-source input
  292. ________________
  293. > cat /etc/pulse/system.pa
  294. #!/usr/bin/pulseaudio -nF
  295. #
  296. # This file is part of PulseAudio.
  297. #
  298. # PulseAudio is free software; you can redistribute it and/or modify it
  299. # under the terms of the GNU Lesser General Public License as published by
  300. # the Free Software Foundation; either version 2 of the License, or
  301. # (at your option) any later version.
  302. #
  303. # PulseAudio is distributed in the hope that it will be useful, but
  304. # WITHOUT ANY WARRANTY; without even the implied warranty of
  305. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  306. # General Public License for more details.
  307. #
  308. # You should have received a copy of the GNU Lesser General Public License
  309. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  310.  
  311. # This startup script is used only if PulseAudio is started in system
  312. # mode.
  313.  
  314. ### Automatically restore the volume of streams and devices
  315. load-module module-device-restore
  316. load-module module-stream-restore
  317. load-module module-card-restore
  318.  
  319. ### Automatically load driver modules depending on the hardware available
  320. .ifexists module-udev-detect.so
  321. load-module module-udev-detect
  322. .else
  323. ### Use the static hardware detection module (for systems that lack udev/hal support)
  324. load-module module-detect
  325. .endif
  326.  
  327. ### Load several protocols
  328. .ifexists module-esound-protocol-unix.so
  329. load-module module-esound-protocol-unix
  330. .endif
  331. load-module module-native-protocol-unix
  332.  
  333. ### Automatically restore the default sink/source when changed by the user
  334. ### during runtime
  335. ### NOTE: This should be loaded as early as possible so that subsequent modules
  336. ### that look up the default sink/source get the right value
  337. load-module module-default-device-restore
  338.  
  339. ### Automatically move streams to the default sink if the sink they are
  340. ### connected to dies, similar for sources
  341. load-module module-rescue-streams
  342.  
  343. ### Make sure we always have a sink around, even if it is a null sink.
  344. load-module module-always-sink
  345.  
  346. ### Automatically suspend sinks/sources that become idle for too long
  347. load-module module-suspend-on-idle
  348.  
  349. ### Enable positioned event sounds
  350. load-module module-position-event-sounds
  351. ________________
  352. > ls -alt /dev/snd/*
  353. crw-rw----+ 1 root audio 116, 15 May 16 11:16 /dev/snd/controlC1
  354. crw-rw----+ 1 root audio 116, 14 May 16 11:16 /dev/snd/hwC1D0
  355. crw-rw----+ 1 root audio 116, 11 May 16 11:16 /dev/snd/pcmC1D0c
  356. crw-rw----+ 1 root audio 116, 10 May 16 11:16 /dev/snd/pcmC1D0p
  357. crw-rw----+ 1 root audio 116, 12 May 16 11:16 /dev/snd/pcmC1D1p
  358. crw-rw----+ 1 root audio 116, 13 May 16 11:16 /dev/snd/pcmC1D2c
  359. crw-rw----+ 1 root audio 116, 9 May 16 11:16 /dev/snd/controlC0
  360. crw-rw----+ 1 root audio 116, 8 May 16 11:16 /dev/snd/hwC0D0
  361. crw-rw----+ 1 root audio 116, 6 May 16 11:16 /dev/snd/pcmC0D10p
  362. crw-rw----+ 1 root audio 116, 7 May 16 11:16 /dev/snd/pcmC0D11p
  363. crw-rw----+ 1 root audio 116, 2 May 16 11:16 /dev/snd/pcmC0D3p
  364. crw-rw----+ 1 root audio 116, 3 May 16 11:16 /dev/snd/pcmC0D7p
  365. crw-rw----+ 1 root audio 116, 4 May 16 11:16 /dev/snd/pcmC0D8p
  366. crw-rw----+ 1 root audio 116, 5 May 16 11:16 /dev/snd/pcmC0D9p
  367. crw-rw----+ 1 root audio 116, 33 May 16 11:16 /dev/snd/timer
  368. crw-rw----+ 1 root audio 116, 1 May 16 11:16 /dev/snd/seq
  369.  
  370. /dev/snd/by-path:
  371. total 0
  372. drwxr-xr-x 2 root root 80 May 16 11:16 .
  373. lrwxrwxrwx 1 root root 12 May 16 11:16 pci-0000:0c:00.3 -> ../controlC1
  374. drwxr-xr-x 3 root root 380 May 16 11:16 ..
  375. lrwxrwxrwx 1 root root 12 May 16 11:16 pci-0000:09:00.1 -> ../controlC0
  376. ________________
  377. > lsof /dev/snd/*
  378. ________________
  379. > jacks_do
  380. card=0
  381. numid=25,iface=CARD,name='HDMI/DP,pcm=10 Jack'
  382. ; type=BOOLEAN,access=r-------,values=1
  383. : values=off
  384. numid=31,iface=CARD,name='HDMI/DP,pcm=11 Jack'
  385. ; type=BOOLEAN,access=r-------,values=1
  386. : values=off
  387. numid=1,iface=CARD,name='HDMI/DP,pcm=3 Jack'
  388. ; type=BOOLEAN,access=r-------,values=1
  389. : values=on
  390. numid=7,iface=CARD,name='HDMI/DP,pcm=7 Jack'
  391. ; type=BOOLEAN,access=r-------,values=1
  392. : values=off
  393. numid=13,iface=CARD,name='HDMI/DP,pcm=8 Jack'
  394. ; type=BOOLEAN,access=r-------,values=1
  395. : values=off
  396. numid=19,iface=CARD,name='HDMI/DP,pcm=9 Jack'
  397. ; type=BOOLEAN,access=r-------,values=1
  398. : values=off
  399. card=1
  400. numid=41,iface=CARD,name='Front Headphone Jack'
  401. ; type=BOOLEAN,access=r-------,values=1
  402. : values=off
  403. numid=35,iface=CARD,name='Front Mic Jack'
  404. ; type=BOOLEAN,access=r-------,values=1
  405. : values=off
  406. numid=37,iface=CARD,name='Line Jack'
  407. ; type=BOOLEAN,access=r-------,values=1
  408. : values=off
  409. numid=40,iface=CARD,name='Line Out CLFE Jack'
  410. ; type=BOOLEAN,access=r-------,values=1
  411. : values=on
  412. numid=38,iface=CARD,name='Line Out Front Jack'
  413. ; type=BOOLEAN,access=r-------,values=1
  414. : values=on
  415. numid=39,iface=CARD,name='Line Out Surround Jack'
  416. ; type=BOOLEAN,access=r-------,values=1
  417. : values=on
  418. numid=36,iface=CARD,name='Rear Mic Jack'
  419. ; type=BOOLEAN,access=r-------,values=1
  420. : values=off
  421. numid=42,iface=CARD,name='SPDIF Phantom Jack'
  422. ; type=BOOLEAN,access=r-------,values=1
  423. : values=on
  424. ________________
  425. > aplay -L
  426. surround21
  427. 2.1 Surround output to Front and Subwoofer speakers
  428. surround40
  429. 4.0 Surround output to Front and Rear speakers
  430. surround41
  431. 4.1 Surround output to Front, Rear and Subwoofer speakers
  432. surround50
  433. 5.0 Surround output to Front, Center and Rear speakers
  434. surround51
  435. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  436. surround71
  437. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  438. null
  439. Discard all samples (playback) or generate zero samples (capture)
  440. samplerate
  441. Rate Converter Plugin Using Samplerate Library
  442. speexrate
  443. Rate Converter Plugin Using Speex Resampler
  444. jack
  445. JACK Audio Connection Kit
  446. oss
  447. Open Sound System
  448. pipewire
  449. PipeWire Sound Server
  450. pulse
  451. PulseAudio Sound Server
  452. speex
  453. Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
  454. upmix
  455. Plugin for channel upmix (4,6,8)
  456. vdownmix
  457. Plugin for channel downmix (stereo) with a simple spacialization
  458. default
  459. Default ALSA Output (currently PulseAudio Sound Server)
  460. hdmi:CARD=HDMI,DEV=0
  461. HDA ATI HDMI, HDMI 0
  462. HDMI Audio Output
  463. hdmi:CARD=HDMI,DEV=1
  464. HDA ATI HDMI, HDMI 1
  465. HDMI Audio Output
  466. hdmi:CARD=HDMI,DEV=2
  467. HDA ATI HDMI, HDMI 2
  468. HDMI Audio Output
  469. hdmi:CARD=HDMI,DEV=3
  470. HDA ATI HDMI, HDMI 3
  471. HDMI Audio Output
  472. hdmi:CARD=HDMI,DEV=4
  473. HDA ATI HDMI, HDMI 4
  474. HDMI Audio Output
  475. hdmi:CARD=HDMI,DEV=5
  476. HDA ATI HDMI, HDMI 5
  477. HDMI Audio Output
  478. usbstream:CARD=HDMI
  479. HDA ATI HDMI
  480. USB Stream Output
  481. sysdefault:CARD=Generic
  482. HD-Audio Generic, ALC1220 Analog
  483. Default Audio Device
  484. front:CARD=Generic,DEV=0
  485. HD-Audio Generic, ALC1220 Analog
  486. Front speakers
  487. surround21:CARD=Generic,DEV=0
  488. HD-Audio Generic, ALC1220 Analog
  489. 2.1 Surround output to Front and Subwoofer speakers
  490. surround40:CARD=Generic,DEV=0
  491. HD-Audio Generic, ALC1220 Analog
  492. 4.0 Surround output to Front and Rear speakers
  493. surround41:CARD=Generic,DEV=0
  494. HD-Audio Generic, ALC1220 Analog
  495. 4.1 Surround output to Front, Rear and Subwoofer speakers
  496. surround50:CARD=Generic,DEV=0
  497. HD-Audio Generic, ALC1220 Analog
  498. 5.0 Surround output to Front, Center and Rear speakers
  499. surround51:CARD=Generic,DEV=0
  500. HD-Audio Generic, ALC1220 Analog
  501. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  502. surround71:CARD=Generic,DEV=0
  503. HD-Audio Generic, ALC1220 Analog
  504. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  505. iec958:CARD=Generic,DEV=0
  506. HD-Audio Generic, ALC1220 Digital
  507. IEC958 (S/PDIF) Digital Audio Output
  508. usbstream:CARD=Generic
  509. HD-Audio Generic
  510. USB Stream Output
  511. ________________
  512. > arecord -L
  513. surround21
  514. 2.1 Surround output to Front and Subwoofer speakers
  515. surround40
  516. 4.0 Surround output to Front and Rear speakers
  517. surround41
  518. 4.1 Surround output to Front, Rear and Subwoofer speakers
  519. surround50
  520. 5.0 Surround output to Front, Center and Rear speakers
  521. surround51
  522. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  523. surround71
  524. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  525. null
  526. Discard all samples (playback) or generate zero samples (capture)
  527. samplerate
  528. Rate Converter Plugin Using Samplerate Library
  529. speexrate
  530. Rate Converter Plugin Using Speex Resampler
  531. jack
  532. JACK Audio Connection Kit
  533. oss
  534. Open Sound System
  535. pipewire
  536. PipeWire Sound Server
  537. pulse
  538. PulseAudio Sound Server
  539. speex
  540. Plugin using Speex DSP (resample, agc, denoise, echo, dereverb)
  541. upmix
  542. Plugin for channel upmix (4,6,8)
  543. vdownmix
  544. Plugin for channel downmix (stereo) with a simple spacialization
  545. default
  546. Default ALSA Output (currently PulseAudio Sound Server)
  547. usbstream:CARD=HDMI
  548. HDA ATI HDMI
  549. USB Stream Output
  550. sysdefault:CARD=Generic
  551. HD-Audio Generic, ALC1220 Analog
  552. Default Audio Device
  553. front:CARD=Generic,DEV=0
  554. HD-Audio Generic, ALC1220 Analog
  555. Front speakers
  556. usbstream:CARD=Generic
  557. HD-Audio Generic
  558. USB Stream Output
  559. ________________
  560. > alsa_info_do
  561. upload=true&script=true&cardinfo=
  562. !!################################
  563. !!ALSA Information Script v 0.4.64
  564. !!################################
  565.  
  566. !!Script ran on: Sat May 16 09:18:16 UTC 2020
  567.  
  568.  
  569. !!Linux Distribution
  570. !!------------------
  571.  
  572. Arch Linux \r (\l) DISTRIB_ID=Arch DISTRIB_DESCRIPTION="Arch Linux" NAME="Arch Linux" PRETTY_NAME="Arch Linux" ID=arch HOME_URL="https://www.archlinux.org/" DOCUMENTATION_URL="https://wiki.archlinux.org/" SUPPORT_URL="https://bbs.archlinux.org/" BUG_REPORT_URL="https://bugs.archlinux.org/" LOGO=archlinux
  573.  
  574.  
  575. !!DMI Information
  576. !!---------------
  577.  
  578. Manufacturer: System manufacturer
  579. Product Name: System Product Name
  580. Product Version: System Version
  581. Firmware Version: 7704
  582. Board Vendor: ASUSTeK COMPUTER INC.
  583. Board Name: CROSSHAIR VI HERO
  584.  
  585.  
  586. !!ACPI Device Status Information
  587. !!---------------
  588.  
  589. /sys/bus/acpi/devices/AMDI0030:00/status 15
  590. /sys/bus/acpi/devices/AMDIF030:00/status 15
  591. /sys/bus/acpi/devices/MSFT0101:00/status 15
  592. /sys/bus/acpi/devices/PNP0103:00/status 15
  593. /sys/bus/acpi/devices/PNP0A08:00/status 15
  594. /sys/bus/acpi/devices/PNP0C01:00/status 15
  595. /sys/bus/acpi/devices/PNP0C02:01/status 15
  596. /sys/bus/acpi/devices/PNP0C02:03/status 15
  597. /sys/bus/acpi/devices/PNP0C0C:00/status 11
  598. /sys/bus/acpi/devices/PNP0C0F:00/status 11
  599. /sys/bus/acpi/devices/PNP0C0F:01/status 11
  600. /sys/bus/acpi/devices/PNP0C0F:02/status 11
  601. /sys/bus/acpi/devices/PNP0C0F:03/status 11
  602. /sys/bus/acpi/devices/PNP0C0F:04/status 11
  603. /sys/bus/acpi/devices/PNP0C0F:05/status 11
  604. /sys/bus/acpi/devices/PNP0C0F:06/status 11
  605. /sys/bus/acpi/devices/PNP0C0F:07/status 11
  606.  
  607.  
  608. !!Kernel Information
  609. !!------------------
  610.  
  611. Kernel release: 5.6.13-arch1-1
  612. Operating System: GNU/Linux
  613. Architecture: x86_64
  614. Processor: unknown
  615. SMP Enabled: Yes
  616.  
  617.  
  618. !!ALSA Version
  619. !!------------
  620.  
  621. Driver version: k5.6.13-arch1-1
  622. Library version: 1.2.2
  623. Utilities version: 1.2.2
  624.  
  625.  
  626. !!Loaded ALSA modules
  627. !!-------------------
  628.  
  629. snd_hda_intel
  630. snd_hda_intel
  631.  
  632.  
  633. !!Sound Servers on this system
  634. !!----------------------------
  635.  
  636. Pulseaudio:
  637. Installed - Yes (/usr/bin/pulseaudio)
  638. Running - Yes
  639.  
  640. Jack:
  641. Installed - Yes (/usr/bin/jackd)
  642. Running - No
  643.  
  644.  
  645. !!Soundcards recognised by ALSA
  646. !!-----------------------------
  647.  
  648. 0 [HDMI ]: HDA-Intel - HDA ATI HDMI
  649. HDA ATI HDMI at 0xfcca0000 irq 92
  650. 1 [Generic ]: HDA-Intel - HD-Audio Generic
  651. HD-Audio Generic at 0xfce00000 irq 94
  652.  
  653.  
  654. !!PCI Soundcards installed in the system
  655. !!--------------------------------------
  656.  
  657. 09:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Vega 10 HDMI Audio [Radeon Vega 56/64] [1002:aaf8]
  658. Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Vega 10 HDMI Audio [Radeon Vega 56/64] [1002:aaf8]
  659. 0c:00.3 Audio device [0403]: Advanced Micro Devices, Inc. [AMD] Family 17h (Models 00h-0fh) HD Audio Controller [1022:1457]
  660. Subsystem: ASUSTeK Computer Inc. Family 17h (Models 00h-0fh) HD Audio Controller [1043:8735]
  661.  
  662.  
  663. !!Loaded sound module options
  664. !!---------------------------
  665.  
  666. !!Module: snd_hda_intel
  667. align_buffer_size : -1
  668. bdl_pos_adj : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  669. beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
  670. dmic_detect : Y
  671. enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
  672. enable_msi : -1
  673. id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  674. index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  675. jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  676. model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  677. patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  678. pm_blacklist : Y
  679. position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  680. power_save : 0
  681. power_save_controller : Y
  682. probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  683. probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  684. single_cmd : -1
  685. snoop : -1
  686.  
  687. !!Module: snd_hda_intel
  688. align_buffer_size : -1
  689. bdl_pos_adj : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  690. beep_mode : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
  691. dmic_detect : Y
  692. enable : Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y,Y
  693. enable_msi : -1
  694. id : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  695. index : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  696. jackpoll_ms : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  697. model : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  698. patch : (null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null),(null)
  699. pm_blacklist : Y
  700. position_fix : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  701. power_save : 0
  702. power_save_controller : Y
  703. probe_mask : -1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1,-1
  704. probe_only : 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0
  705. single_cmd : -1
  706. snoop : -1
  707.  
  708.  
  709. !!HDA-Intel Codec information
  710. !!---------------------------
  711. --startcollapse--
  712.  
  713. Codec: ATI R6xx HDMI
  714. Address: 0
  715. AFG Function Id: 0x1 (unsol 0)
  716. Vendor Id: 0x1002aa01
  717. Subsystem Id: 0x00aa0100
  718. Revision Id: 0x100700
  719. No Modem Function Group found
  720. Default PCM:
  721. rates [0x70]: 32000 44100 48000
  722. bits [0x2]: 16
  723. formats [0x1]: PCM
  724. Default Amp-In caps: N/A
  725. Default Amp-Out caps: N/A
  726. State of AFG node 0x01:
  727. Power states: D0 D3 CLKSTOP EPSS
  728. Power: setting=D0, actual=D0, Clock-stop-OK
  729. GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
  730. Node 0x02 [Audio Output] wcaps 0x221: Stereo Digital Stripe
  731. Converter: stream=0, channel=0
  732. Digital:
  733. Digital category: 0x0
  734. IEC Coding Type: 0x0
  735. Node 0x03 [Pin Complex] wcaps 0x400381: Stereo Digital
  736. Control: name="IEC958 Playback Con Mask", index=0, device=0
  737. Control: name="IEC958 Playback Pro Mask", index=0, device=0
  738. Control: name="IEC958 Playback Default", index=0, device=0
  739. Control: name="IEC958 Playback Switch", index=0, device=0
  740. Pincap 0x00000094: OUT Detect HDMI
  741. Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  742. Conn = Digital, Color = Unknown
  743. DefAssociation = 0xf, Sequence = 0x0
  744. Pin-ctls: 0x40: OUT
  745. Unsolicited: tag=00, enabled=0
  746. Connection: 1
  747. 0x02
  748. Node 0x04 [Audio Output] wcaps 0x221: Stereo Digital Stripe
  749. Converter: stream=0, channel=0
  750. Digital:
  751. Digital category: 0x0
  752. IEC Coding Type: 0x0
  753. Node 0x05 [Pin Complex] wcaps 0x400381: Stereo Digital
  754. Control: name="IEC958 Playback Con Mask", index=1, device=0
  755. Control: name="IEC958 Playback Pro Mask", index=1, device=0
  756. Control: name="IEC958 Playback Default", index=1, device=0
  757. Control: name="IEC958 Playback Switch", index=1, device=0
  758. Pincap 0x00000094: OUT Detect HDMI
  759. Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  760. Conn = Digital, Color = Unknown
  761. DefAssociation = 0xf, Sequence = 0x0
  762. Pin-ctls: 0x40: OUT
  763. Unsolicited: tag=00, enabled=0
  764. Connection: 1
  765. 0x04
  766. Node 0x06 [Audio Output] wcaps 0x221: Stereo Digital Stripe
  767. Converter: stream=0, channel=0
  768. Digital:
  769. Digital category: 0x0
  770. IEC Coding Type: 0x0
  771. Node 0x07 [Pin Complex] wcaps 0x400381: Stereo Digital
  772. Control: name="IEC958 Playback Con Mask", index=2, device=0
  773. Control: name="IEC958 Playback Pro Mask", index=2, device=0
  774. Control: name="IEC958 Playback Default", index=2, device=0
  775. Control: name="IEC958 Playback Switch", index=2, device=0
  776. Pincap 0x00000094: OUT Detect HDMI
  777. Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  778. Conn = Digital, Color = Unknown
  779. DefAssociation = 0xf, Sequence = 0x0
  780. Pin-ctls: 0x40: OUT
  781. Unsolicited: tag=00, enabled=0
  782. Connection: 1
  783. 0x06
  784. Node 0x08 [Audio Output] wcaps 0x221: Stereo Digital Stripe
  785. Converter: stream=0, channel=0
  786. Digital:
  787. Digital category: 0x0
  788. IEC Coding Type: 0x0
  789. Node 0x09 [Pin Complex] wcaps 0x400381: Stereo Digital
  790. Control: name="IEC958 Playback Con Mask", index=3, device=0
  791. Control: name="IEC958 Playback Pro Mask", index=3, device=0
  792. Control: name="IEC958 Playback Default", index=3, device=0
  793. Control: name="IEC958 Playback Switch", index=3, device=0
  794. Pincap 0x00000094: OUT Detect HDMI
  795. Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  796. Conn = Digital, Color = Unknown
  797. DefAssociation = 0xf, Sequence = 0x0
  798. Pin-ctls: 0x40: OUT
  799. Unsolicited: tag=00, enabled=0
  800. Connection: 1
  801. 0x08
  802. Node 0x0a [Audio Output] wcaps 0x221: Stereo Digital Stripe
  803. Converter: stream=0, channel=0
  804. Digital:
  805. Digital category: 0x0
  806. IEC Coding Type: 0x0
  807. Node 0x0b [Pin Complex] wcaps 0x400381: Stereo Digital
  808. Control: name="IEC958 Playback Con Mask", index=4, device=0
  809. Control: name="IEC958 Playback Pro Mask", index=4, device=0
  810. Control: name="IEC958 Playback Default", index=4, device=0
  811. Control: name="IEC958 Playback Switch", index=4, device=0
  812. Pincap 0x00000094: OUT Detect HDMI
  813. Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  814. Conn = Digital, Color = Unknown
  815. DefAssociation = 0xf, Sequence = 0x0
  816. Pin-ctls: 0x40: OUT
  817. Unsolicited: tag=00, enabled=0
  818. Connection: 1
  819. 0x0a
  820. Node 0x0c [Audio Output] wcaps 0x221: Stereo Digital Stripe
  821. Converter: stream=0, channel=0
  822. Digital:
  823. Digital category: 0x0
  824. IEC Coding Type: 0x0
  825. Node 0x0d [Pin Complex] wcaps 0x400381: Stereo Digital
  826. Control: name="IEC958 Playback Con Mask", index=5, device=0
  827. Control: name="IEC958 Playback Pro Mask", index=5, device=0
  828. Control: name="IEC958 Playback Default", index=5, device=0
  829. Control: name="IEC958 Playback Switch", index=5, device=0
  830. Pincap 0x00000094: OUT Detect HDMI
  831. Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  832. Conn = Digital, Color = Unknown
  833. DefAssociation = 0xf, Sequence = 0x0
  834. Pin-ctls: 0x40: OUT
  835. Unsolicited: tag=00, enabled=0
  836. Connection: 1
  837. 0x0c
  838. Node 0x0e [Audio Output] wcaps 0x221: Stereo Digital Stripe
  839. Converter: stream=0, channel=0
  840. Digital:
  841. Digital category: 0x0
  842. IEC Coding Type: 0x0
  843. Node 0x0f [Pin Complex] wcaps 0x400381: Stereo Digital
  844. Pincap 0x00000094: OUT Detect HDMI
  845. Pin Default 0x585600f0: [N/A] Digital Out at Int HDMI
  846. Conn = Digital, Color = Unknown
  847. DefAssociation = 0xf, Sequence = 0x0
  848. Pin-ctls: 0x40: OUT
  849. Unsolicited: tag=00, enabled=0
  850. Connection: 1
  851. 0x0e
  852. Codec: Realtek ALC1220
  853. Address: 0
  854. AFG Function Id: 0x1 (unsol 1)
  855. Vendor Id: 0x10ec1220
  856. Subsystem Id: 0x10438735
  857. Revision Id: 0x100003
  858. No Modem Function Group found
  859. Default PCM:
  860. rates [0x5f0]: 32000 44100 48000 88200 96000 192000
  861. bits [0xe]: 16 20 24
  862. formats [0x1]: PCM
  863. Default Amp-In caps: N/A
  864. Default Amp-Out caps: N/A
  865. State of AFG node 0x01:
  866. Power states: D0 D1 D2 D3 D3cold CLKSTOP EPSS
  867. Power: setting=D0, actual=D0
  868. GPIO: io=8, o=0, i=0, unsolicited=1, wake=0
  869. IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  870. IO[1]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  871. IO[2]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  872. IO[3]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  873. IO[4]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  874. IO[5]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  875. IO[6]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  876. IO[7]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  877. Node 0x02 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  878. Control: name="Front Playback Volume", index=0, device=0
  879. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  880. Device: name="ALC1220 Analog", type="Audio", device=0
  881. Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  882. Amp-Out vals: [0x3c 0x3c]
  883. Converter: stream=0, channel=0
  884. PCM:
  885. rates [0x7e0]: 44100 48000 88200 96000 176400 192000
  886. bits [0x1e]: 16 20 24 32
  887. formats [0x1]: PCM
  888. Power states: D0 D1 D2 D3 EPSS
  889. Power: setting=D0, actual=D0
  890. Node 0x03 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  891. Control: name="Surround Playback Volume", index=0, device=0
  892. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  893. Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  894. Amp-Out vals: [0x3c 0x3c]
  895. Converter: stream=0, channel=0
  896. PCM:
  897. rates [0x7e0]: 44100 48000 88200 96000 176400 192000
  898. bits [0x1e]: 16 20 24 32
  899. formats [0x1]: PCM
  900. Power states: D0 D1 D2 D3 EPSS
  901. Power: setting=D0, actual=D0
  902. Node 0x04 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  903. Control: name="Center Playback Volume", index=0, device=0
  904. ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  905. Control: name="LFE Playback Volume", index=0, device=0
  906. ControlAmp: chs=2, dir=Out, idx=0, ofs=0
  907. Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  908. Amp-Out vals: [0x3c 0x3c]
  909. Converter: stream=0, channel=0
  910. PCM:
  911. rates [0x7e0]: 44100 48000 88200 96000 176400 192000
  912. bits [0x1e]: 16 20 24 32
  913. formats [0x1]: PCM
  914. Power states: D0 D1 D2 D3 EPSS
  915. Power: setting=D0, actual=D0
  916. Node 0x05 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  917. Control: name="Headphone Playback Volume", index=0, device=0
  918. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  919. Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  920. Amp-Out vals: [0x3c 0x3c]
  921. Converter: stream=0, channel=0
  922. PCM:
  923. rates [0x7e0]: 44100 48000 88200 96000 176400 192000
  924. bits [0x1e]: 16 20 24 32
  925. formats [0x1]: PCM
  926. Power states: D0 D1 D2 D3 EPSS
  927. Power: setting=D0, actual=D0
  928. Node 0x06 [Audio Output] wcaps 0x611: Stereo Digital
  929. Control: name="IEC958 Playback Con Mask", index=0, device=0
  930. Control: name="IEC958 Playback Pro Mask", index=0, device=0
  931. Control: name="IEC958 Playback Default", index=0, device=0
  932. Control: name="IEC958 Playback Switch", index=0, device=0
  933. Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
  934. Device: name="ALC1220 Digital", type="SPDIF", device=1
  935. Converter: stream=0, channel=0
  936. Digital:
  937. Digital category: 0x0
  938. IEC Coding Type: 0x0
  939. PCM:
  940. rates [0x5f0]: 32000 44100 48000 88200 96000 192000
  941. bits [0xe]: 16 20 24
  942. formats [0x1]: PCM
  943. Power states: D0 D1 D2 D3 EPSS
  944. Power: setting=D0, actual=D0
  945. Node 0x07 [Vendor Defined Widget] wcaps 0xf00000: Mono
  946. Node 0x08 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  947. Control: name="Capture Volume", index=0, device=0
  948. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  949. Control: name="Capture Switch", index=0, device=0
  950. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  951. Device: name="ALC1220 Analog", type="Audio", device=0
  952. Amp-In caps: ofs=0x17, nsteps=0x3f, stepsize=0x02, mute=1
  953. Amp-In vals: [0x27 0x27]
  954. Converter: stream=0, channel=0
  955. SDI-Select: 0
  956. PCM:
  957. rates [0x7e0]: 44100 48000 88200 96000 176400 192000
  958. bits [0xe]: 16 20 24
  959. formats [0x1]: PCM
  960. Power states: D0 D1 D2 D3 EPSS
  961. Power: setting=D0, actual=D0
  962. Connection: 1
  963. 0x23
  964. Node 0x09 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  965. Control: name="Capture Volume", index=1, device=0
  966. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  967. Control: name="Capture Switch", index=1, device=0
  968. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  969. Device: name="ALC1220 Alt Analog", type="Audio", device=2
  970. Amp-In caps: ofs=0x17, nsteps=0x3f, stepsize=0x02, mute=1
  971. Amp-In vals: [0x80 0x80]
  972. Converter: stream=0, channel=0
  973. SDI-Select: 0
  974. PCM:
  975. rates [0x7e0]: 44100 48000 88200 96000 176400 192000
  976. bits [0x1e]: 16 20 24 32
  977. formats [0x1]: PCM
  978. Power states: D0 D1 D2 D3 EPSS
  979. Power: setting=D0, actual=D0
  980. Connection: 1
  981. 0x22
  982. Node 0x0a [Vendor Defined Widget] wcaps 0xf00000: Mono
  983. Node 0x0b [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  984. Control: name="Front Mic Playback Volume", index=0, device=0
  985. ControlAmp: chs=3, dir=In, idx=1, ofs=0
  986. Control: name="Front Mic Playback Switch", index=0, device=0
  987. ControlAmp: chs=3, dir=In, idx=1, ofs=0
  988. Control: name="Rear Mic Playback Volume", index=0, device=0
  989. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  990. Control: name="Rear Mic Playback Switch", index=0, device=0
  991. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  992. Control: name="Line Playback Volume", index=0, device=0
  993. ControlAmp: chs=3, dir=In, idx=2, ofs=0
  994. Control: name="Line Playback Switch", index=0, device=0
  995. ControlAmp: chs=3, dir=In, idx=2, ofs=0
  996. Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
  997. Amp-In vals: [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  998. Connection: 8
  999. 0x18 0x19 0x1a 0x1b 0x1d 0x15 0x16 0x17
  1000. Node 0x0c [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  1001. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1002. Amp-In vals: [0x00 0x00] [0x80 0x80]
  1003. Connection: 2
  1004. 0x02 0x0b
  1005. Node 0x0d [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  1006. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1007. Amp-In vals: [0x00 0x00] [0x80 0x80]
  1008. Connection: 2
  1009. 0x03 0x0b
  1010. Node 0x0e [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  1011. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1012. Amp-In vals: [0x00 0x00] [0x80 0x80]
  1013. Connection: 2
  1014. 0x04 0x0b
  1015. Node 0x0f [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  1016. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1017. Amp-In vals: [0x00 0x00] [0x80 0x80]
  1018. Connection: 2
  1019. 0x05 0x0b
  1020. Node 0x10 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1021. Node 0x11 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1022. Node 0x12 [Pin Complex] wcaps 0x40040b: Stereo Amp-In
  1023. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  1024. Amp-In vals: [0x00 0x00]
  1025. Pincap 0x00000020: IN
  1026. Pin Default 0x411111f0: [N/A] Speaker at Ext Rear
  1027. Conn = 1/8, Color = Black
  1028. DefAssociation = 0xf, Sequence = 0x0
  1029. Misc = NO_PRESENCE
  1030. Pin-ctls: 0x00:
  1031. Power states: D0 D1 D2 D3 EPSS
  1032. Power: setting=D0, actual=D0
  1033. Node 0x13 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1034. Node 0x14 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1035. Control: name="Front Playback Switch", index=0, device=0
  1036. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1037. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1038. Amp-Out vals: [0x00 0x00]
  1039. Pincap 0x0001001c: OUT HP EAPD Detect
  1040. EAPD 0x2: EAPD
  1041. Pin Default 0x01014010: [Jack] Line Out at Ext Rear
  1042. Conn = 1/8, Color = Green
  1043. DefAssociation = 0x1, Sequence = 0x0
  1044. Pin-ctls: 0x40: OUT
  1045. Unsolicited: tag=05, enabled=1
  1046. Power states: D0 D1 D2 D3 EPSS
  1047. Power: setting=D0, actual=D0
  1048. Connection: 1
  1049. 0x0c
  1050. Node 0x15 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1051. Control: name="Surround Playback Switch", index=0, device=0
  1052. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1053. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1054. Amp-Out vals: [0x00 0x00]
  1055. Pincap 0x00000034: IN OUT Detect
  1056. Pin Default 0x01011012: [Jack] Line Out at Ext Rear
  1057. Conn = 1/8, Color = Black
  1058. DefAssociation = 0x1, Sequence = 0x2
  1059. Pin-ctls: 0x40: OUT
  1060. Unsolicited: tag=06, enabled=1
  1061. Power states: D0 D1 D2 D3 EPSS
  1062. Power: setting=D0, actual=D0
  1063. Connection: 1
  1064. 0x0d
  1065. Node 0x16 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1066. Control: name="Center Playback Switch", index=0, device=0
  1067. ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  1068. Control: name="LFE Playback Switch", index=0, device=0
  1069. ControlAmp: chs=2, dir=Out, idx=0, ofs=0
  1070. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1071. Amp-Out vals: [0x00 0x00]
  1072. Pincap 0x00000034: IN OUT Detect
  1073. Pin Default 0x01016011: [Jack] Line Out at Ext Rear
  1074. Conn = 1/8, Color = Orange
  1075. DefAssociation = 0x1, Sequence = 0x1
  1076. Pin-ctls: 0x40: OUT
  1077. Unsolicited: tag=07, enabled=1
  1078. Power states: D0 D1 D2 D3 EPSS
  1079. Power: setting=D0, actual=D0
  1080. Connection: 1
  1081. 0x0e
  1082. Node 0x17 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1083. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1084. Amp-Out vals: [0x80 0x80]
  1085. Pincap 0x00000034: IN OUT Detect
  1086. Pin Default 0x40170000: [N/A] Speaker at Ext N/A
  1087. Conn = Analog, Color = Unknown
  1088. DefAssociation = 0x0, Sequence = 0x0
  1089. Pin-ctls: 0x20: IN
  1090. Unsolicited: tag=00, enabled=0
  1091. Power states: D0 D1 D2 D3 EPSS
  1092. Power: setting=D0, actual=D0
  1093. Connection: 1
  1094. 0x0f
  1095. Node 0x18 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  1096. Control: name="Rear Mic Boost Volume", index=0, device=0
  1097. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1098. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  1099. Amp-In vals: [0x00 0x00]
  1100. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1101. Amp-Out vals: [0x80 0x80]
  1102. Pincap 0x00003734: IN OUT Detect
  1103. Vref caps: HIZ 50 GRD 80 100
  1104. Pin Default 0x01a19040: [Jack] Mic at Ext Rear
  1105. Conn = 1/8, Color = Pink
  1106. DefAssociation = 0x4, Sequence = 0x0
  1107. Pin-ctls: 0x24: IN VREF_80
  1108. Unsolicited: tag=03, enabled=1
  1109. Power states: D0 D1 D2 D3 EPSS
  1110. Power: setting=D0, actual=D0
  1111. Connection: 5
  1112. 0x0c* 0x0d 0x0e 0x0f 0x26
  1113. Node 0x19 [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  1114. Control: name="Front Mic Boost Volume", index=0, device=0
  1115. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1116. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  1117. Amp-In vals: [0x00 0x00]
  1118. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1119. Amp-Out vals: [0x80 0x80]
  1120. Pincap 0x0000373c: IN OUT HP Detect
  1121. Vref caps: HIZ 50 GRD 80 100
  1122. Pin Default 0x02a19050: [Jack] Mic at Ext Front
  1123. Conn = 1/8, Color = Pink
  1124. DefAssociation = 0x5, Sequence = 0x0
  1125. Pin-ctls: 0x24: IN VREF_80
  1126. Unsolicited: tag=02, enabled=1
  1127. Power states: D0 D1 D2 D3 EPSS
  1128. Power: setting=D0, actual=D0
  1129. Connection: 5
  1130. 0x0c* 0x0d 0x0e 0x0f 0x26
  1131. Node 0x1a [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  1132. Control: name="Line Boost Volume", index=0, device=0
  1133. ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1134. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  1135. Amp-In vals: [0x00 0x00]
  1136. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1137. Amp-Out vals: [0x80 0x80]
  1138. Pincap 0x00003734: IN OUT Detect
  1139. Vref caps: HIZ 50 GRD 80 100
  1140. Pin Default 0x0181304f: [Jack] Line In at Ext Rear
  1141. Conn = 1/8, Color = Blue
  1142. DefAssociation = 0x4, Sequence = 0xf
  1143. Pin-ctls: 0x20: IN VREF_HIZ
  1144. Unsolicited: tag=04, enabled=1
  1145. Power states: D0 D1 D2 D3 EPSS
  1146. Power: setting=D0, actual=D0
  1147. Connection: 5
  1148. 0x0c* 0x0d 0x0e 0x0f 0x26
  1149. Node 0x1b [Pin Complex] wcaps 0x40058f: Stereo Amp-In Amp-Out
  1150. Control: name="Headphone Playback Switch", index=0, device=0
  1151. ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1152. Amp-In caps: ofs=0x00, nsteps=0x03, stepsize=0x27, mute=0
  1153. Amp-In vals: [0x00 0x00]
  1154. Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1155. Amp-Out vals: [0x00 0x00]
  1156. Pincap 0x0001373c: IN OUT HP EAPD Detect
  1157. Vref caps: HIZ 50 GRD 80 100
  1158. EAPD 0x2: EAPD
  1159. Pin Default 0x0221401f: [Jack] HP Out at Ext Front
  1160. Conn = 1/8, Color = Green
  1161. DefAssociation = 0x1, Sequence = 0xf
  1162. Pin-ctls: 0xc0: OUT HP VREF_HIZ
  1163. Unsolicited: tag=01, enabled=1
  1164. Power states: D0 D1 D2 D3 EPSS
  1165. Power: setting=D0, actual=D0
  1166. Connection: 5
  1167. 0x0c 0x0d 0x0e 0x0f* 0x26
  1168. Node 0x1c [Vendor Defined Widget] wcaps 0xf00000: Mono
  1169. Node 0x1d [Pin Complex] wcaps 0x400400: Mono
  1170. Pincap 0x00000020: IN
  1171. Pin Default 0x40e7e629: [N/A] Reserved at Ext N/A
  1172. Conn = Analog, Color = White
  1173. DefAssociation = 0x2, Sequence = 0x9
  1174. Pin-ctls: 0x20: IN
  1175. Power states: D0 D1 D2 D3 EPSS
  1176. Power: setting=D0, actual=D0
  1177. Node 0x1e [Pin Complex] wcaps 0x400781: Stereo Digital
  1178. Pincap 0x00000010: OUT
  1179. Pin Default 0x01456130: [Jack] SPDIF Out at Ext Rear
  1180. Conn = Optical, Color = Orange
  1181. DefAssociation = 0x3, Sequence = 0x0
  1182. Misc = NO_PRESENCE
  1183. Pin-ctls: 0x40: OUT
  1184. Unsolicited: tag=00, enabled=0
  1185. Power states: D0 D1 D2 D3 EPSS
  1186. Power: setting=D0, actual=D0
  1187. Connection: 1
  1188. 0x06
  1189. Node 0x1f [Vendor Defined Widget] wcaps 0xf00000: Mono
  1190. Node 0x20 [Vendor Defined Widget] wcaps 0xf00040: Mono
  1191. Processing caps: benign=0, ncoeff=105
  1192. Node 0x21 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1193. Node 0x22 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  1194. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1195. Amp-In vals: [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  1196. Connection: 10
  1197. 0x18 0x19 0x1a 0x1b 0x1d 0x15 0x16 0x17 0x12 0x0b
  1198. Node 0x23 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  1199. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1200. Amp-In vals: [0x80 0x80] [0x00 0x00] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  1201. Connection: 10
  1202. 0x18 0x19 0x1a 0x1b 0x1d 0x15 0x16 0x17 0x12 0x0b
  1203. Node 0x24 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1204. Node 0x25 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  1205. Amp-Out caps: ofs=0x57, nsteps=0x57, stepsize=0x02, mute=0
  1206. Amp-Out vals: [0x57 0x57]
  1207. Converter: stream=0, channel=0
  1208. PCM:
  1209. rates [0x7e0]: 44100 48000 88200 96000 176400 192000
  1210. bits [0x1e]: 16 20 24 32
  1211. formats [0x1]: PCM
  1212. Power states: D0 D1 D2 D3 EPSS
  1213. Power: setting=D0, actual=D0
  1214. Node 0x26 [Audio Mixer] wcaps 0x20010b: Stereo Amp-In
  1215. Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1216. Amp-In vals: [0x00 0x00] [0x80 0x80]
  1217. Connection: 2
  1218. 0x25 0x0b
  1219. --endcollapse--
  1220.  
  1221.  
  1222. !!ALSA Device nodes
  1223. !!-----------------
  1224.  
  1225. crw-rw----+ 1 root audio 116, 9 May 16 11:16 /dev/snd/controlC0
  1226. crw-rw----+ 1 root audio 116, 15 May 16 11:16 /dev/snd/controlC1
  1227. crw-rw----+ 1 root audio 116, 8 May 16 11:16 /dev/snd/hwC0D0
  1228. crw-rw----+ 1 root audio 116, 14 May 16 11:16 /dev/snd/hwC1D0
  1229. crw-rw----+ 1 root audio 116, 6 May 16 11:16 /dev/snd/pcmC0D10p
  1230. crw-rw----+ 1 root audio 116, 7 May 16 11:16 /dev/snd/pcmC0D11p
  1231. crw-rw----+ 1 root audio 116, 2 May 16 11:16 /dev/snd/pcmC0D3p
  1232. crw-rw----+ 1 root audio 116, 3 May 16 11:16 /dev/snd/pcmC0D7p
  1233. crw-rw----+ 1 root audio 116, 4 May 16 11:16 /dev/snd/pcmC0D8p
  1234. crw-rw----+ 1 root audio 116, 5 May 16 11:16 /dev/snd/pcmC0D9p
  1235. crw-rw----+ 1 root audio 116, 11 May 16 11:16 /dev/snd/pcmC1D0c
  1236. crw-rw----+ 1 root audio 116, 10 May 16 11:16 /dev/snd/pcmC1D0p
  1237. crw-rw----+ 1 root audio 116, 12 May 16 11:16 /dev/snd/pcmC1D1p
  1238. crw-rw----+ 1 root audio 116, 13 May 16 11:16 /dev/snd/pcmC1D2c
  1239. crw-rw----+ 1 root audio 116, 1 May 16 11:16 /dev/snd/seq
  1240. crw-rw----+ 1 root audio 116, 33 May 16 11:16 /dev/snd/timer
  1241.  
  1242. /dev/snd/by-path:
  1243. total 0
  1244. drwxr-xr-x 2 root root 80 May 16 11:16 .
  1245. drwxr-xr-x 3 root root 380 May 16 11:16 ..
  1246. lrwxrwxrwx 1 root root 12 May 16 11:16 pci-0000:09:00.1 -> ../controlC0
  1247. lrwxrwxrwx 1 root root 12 May 16 11:16 pci-0000:0c:00.3 -> ../controlC1
  1248.  
  1249.  
  1250. !!Aplay/Arecord output
  1251. !!--------------------
  1252.  
  1253. APLAY
  1254.  
  1255. **** List of PLAYBACK Hardware Devices ****
  1256. card 0: HDMI [HDA ATI HDMI], device 3: HDMI 0 [HDMI 0]
  1257. Subdevices: 1/1
  1258. Subdevice #0: subdevice #0
  1259. card 0: HDMI [HDA ATI HDMI], device 7: HDMI 1 [HDMI 1]
  1260. Subdevices: 1/1
  1261. Subdevice #0: subdevice #0
  1262. card 0: HDMI [HDA ATI HDMI], device 8: HDMI 2 [HDMI 2]
  1263. Subdevices: 1/1
  1264. Subdevice #0: subdevice #0
  1265. card 0: HDMI [HDA ATI HDMI], device 9: HDMI 3 [HDMI 3]
  1266. Subdevices: 1/1
  1267. Subdevice #0: subdevice #0
  1268. card 0: HDMI [HDA ATI HDMI], device 10: HDMI 4 [HDMI 4]
  1269. Subdevices: 1/1
  1270. Subdevice #0: subdevice #0
  1271. card 0: HDMI [HDA ATI HDMI], device 11: HDMI 5 [HDMI 5]
  1272. Subdevices: 1/1
  1273. Subdevice #0: subdevice #0
  1274. card 1: Generic [HD-Audio Generic], device 0: ALC1220 Analog [ALC1220 Analog]
  1275. Subdevices: 1/1
  1276. Subdevice #0: subdevice #0
  1277. card 1: Generic [HD-Audio Generic], device 1: ALC1220 Digital [ALC1220 Digital]
  1278. Subdevices: 1/1
  1279. Subdevice #0: subdevice #0
  1280.  
  1281. ARECORD
  1282.  
  1283. **** List of CAPTURE Hardware Devices ****
  1284. card 1: Generic [HD-Audio Generic], device 0: ALC1220 Analog [ALC1220 Analog]
  1285. Subdevices: 1/1
  1286. Subdevice #0: subdevice #0
  1287. card 1: Generic [HD-Audio Generic], device 2: ALC1220 Alt Analog [ALC1220 Alt Analog]
  1288. Subdevices: 1/1
  1289. Subdevice #0: subdevice #0
  1290.  
  1291. !!Amixer output
  1292. !!-------------
  1293.  
  1294. !!-------Mixer controls for card HDMI
  1295.  
  1296. Card hw:0 'HDMI'/'HDA ATI HDMI at 0xfcca0000 irq 92'
  1297. Mixer name : 'ATI R6xx HDMI'
  1298. Components : 'HDA:1002aa01,00aa0100,00100700'
  1299. Controls : 42
  1300. Simple ctrls : 6
  1301. Simple mixer control 'IEC958',0
  1302. Capabilities: pswitch pswitch-joined
  1303. Playback channels: Mono
  1304. Mono: Playback [off]
  1305. Simple mixer control 'IEC958',1
  1306. Capabilities: pswitch pswitch-joined
  1307. Playback channels: Mono
  1308. Mono: Playback [off]
  1309. Simple mixer control 'IEC958',2
  1310. Capabilities: pswitch pswitch-joined
  1311. Playback channels: Mono
  1312. Mono: Playback [off]
  1313. Simple mixer control 'IEC958',3
  1314. Capabilities: pswitch pswitch-joined
  1315. Playback channels: Mono
  1316. Mono: Playback [off]
  1317. Simple mixer control 'IEC958',4
  1318. Capabilities: pswitch pswitch-joined
  1319. Playback channels: Mono
  1320. Mono: Playback [off]
  1321. Simple mixer control 'IEC958',5
  1322. Capabilities: pswitch pswitch-joined
  1323. Playback channels: Mono
  1324. Mono: Playback [off]
  1325.  
  1326. !!-------Mixer controls for card Generic
  1327.  
  1328. Card hw:1 'Generic'/'HD-Audio Generic at 0xfce00000 irq 94'
  1329. Mixer name : 'Realtek ALC1220'
  1330. Components : 'HDA:10ec1220,10438735,00100003'
  1331. Controls : 46
  1332. Simple ctrls : 20
  1333. Simple mixer control 'Master',0
  1334. Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  1335. Playback channels: Mono
  1336. Limits: Playback 0 - 87
  1337. Mono: Playback 60 [69%] [-20.25dB] [on]
  1338. Simple mixer control 'Headphone',0
  1339. Capabilities: pvolume pswitch
  1340. Playback channels: Front Left - Front Right
  1341. Limits: Playback 0 - 87
  1342. Mono:
  1343. Front Left: Playback 87 [100%] [0.00dB] [on]
  1344. Front Right: Playback 87 [100%] [0.00dB] [on]
  1345. Simple mixer control 'Front',0
  1346. Capabilities: pvolume pswitch
  1347. Playback channels: Front Left - Front Right
  1348. Limits: Playback 0 - 87
  1349. Mono:
  1350. Front Left: Playback 87 [100%] [0.00dB] [on]
  1351. Front Right: Playback 87 [100%] [0.00dB] [on]
  1352. Simple mixer control 'Front Mic',0
  1353. Capabilities: pvolume pswitch
  1354. Playback channels: Front Left - Front Right
  1355. Limits: Playback 0 - 31
  1356. Mono:
  1357. Front Left: Playback 0 [0%] [-34.50dB] [off]
  1358. Front Right: Playback 0 [0%] [-34.50dB] [off]
  1359. Simple mixer control 'Front Mic Boost',0
  1360. Capabilities: volume
  1361. Playback channels: Front Left - Front Right
  1362. Capture channels: Front Left - Front Right
  1363. Limits: 0 - 3
  1364. Front Left: 0 [0%] [0.00dB]
  1365. Front Right: 0 [0%] [0.00dB]
  1366. Simple mixer control 'Surround',0
  1367. Capabilities: pvolume pswitch
  1368. Playback channels: Front Left - Front Right
  1369. Limits: Playback 0 - 87
  1370. Mono:
  1371. Front Left: Playback 87 [100%] [0.00dB] [on]
  1372. Front Right: Playback 87 [100%] [0.00dB] [on]
  1373. Simple mixer control 'Center',0
  1374. Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  1375. Playback channels: Mono
  1376. Limits: Playback 0 - 87
  1377. Mono: Playback 87 [100%] [0.00dB] [on]
  1378. Simple mixer control 'LFE',0
  1379. Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  1380. Playback channels: Mono
  1381. Limits: Playback 0 - 87
  1382. Mono: Playback 87 [100%] [0.00dB] [on]
  1383. Simple mixer control 'Line',0
  1384. Capabilities: pvolume pswitch
  1385. Playback channels: Front Left - Front Right
  1386. Limits: Playback 0 - 31
  1387. Mono:
  1388. Front Left: Playback 0 [0%] [-34.50dB] [off]
  1389. Front Right: Playback 0 [0%] [-34.50dB] [off]
  1390. Simple mixer control 'Line Boost',0
  1391. Capabilities: volume
  1392. Playback channels: Front Left - Front Right
  1393. Capture channels: Front Left - Front Right
  1394. Limits: 0 - 3
  1395. Front Left: 0 [0%] [0.00dB]
  1396. Front Right: 0 [0%] [0.00dB]
  1397. Simple mixer control 'IEC958',0
  1398. Capabilities: pswitch pswitch-joined
  1399. Playback channels: Mono
  1400. Mono: Playback [off]
  1401. Simple mixer control 'IEC958 Default PCM',0
  1402. Capabilities: pswitch pswitch-joined
  1403. Playback channels: Mono
  1404. Mono: Playback [on]
  1405. Simple mixer control 'Capture',0
  1406. Capabilities: cvolume cswitch
  1407. Capture channels: Front Left - Front Right
  1408. Limits: Capture 0 - 63
  1409. Front Left: Capture 39 [62%] [12.00dB] [on]
  1410. Front Right: Capture 39 [62%] [12.00dB] [on]
  1411. Simple mixer control 'Capture',1
  1412. Capabilities: cvolume cswitch
  1413. Capture channels: Front Left - Front Right
  1414. Limits: Capture 0 - 63
  1415. Front Left: Capture 0 [0%] [-17.25dB] [off]
  1416. Front Right: Capture 0 [0%] [-17.25dB] [off]
  1417. Simple mixer control 'Auto-Mute Mode',0
  1418. Capabilities: enum
  1419. Items: 'Disabled' 'Enabled'
  1420. Item0: 'Enabled'
  1421. Simple mixer control 'Input Source',0
  1422. Capabilities: cenum
  1423. Items: 'Front Mic' 'Rear Mic' 'Line'
  1424. Item0: 'Front Mic'
  1425. Simple mixer control 'Input Source',1
  1426. Capabilities: cenum
  1427. Items: 'Front Mic' 'Rear Mic' 'Line'
  1428. Item0: 'Front Mic'
  1429. Simple mixer control 'Loopback Mixing',0
  1430. Capabilities: enum
  1431. Items: 'Disabled' 'Enabled'
  1432. Item0: 'Disabled'
  1433. Simple mixer control 'Rear Mic',0
  1434. Capabilities: pvolume pswitch
  1435. Playback channels: Front Left - Front Right
  1436. Limits: Playback 0 - 31
  1437. Mono:
  1438. Front Left: Playback 0 [0%] [-34.50dB] [off]
  1439. Front Right: Playback 0 [0%] [-34.50dB] [off]
  1440. Simple mixer control 'Rear Mic Boost',0
  1441. Capabilities: volume
  1442. Playback channels: Front Left - Front Right
  1443. Capture channels: Front Left - Front Right
  1444. Limits: 0 - 3
  1445. Front Left: 0 [0%] [0.00dB]
  1446. Front Right: 0 [0%] [0.00dB]
  1447.  
  1448.  
  1449. !!Alsactl output
  1450. !!--------------
  1451.  
  1452. --startcollapse--
  1453. state.HDMI {
  1454. control.1 {
  1455. iface CARD
  1456. name 'HDMI/DP,pcm=3 Jack'
  1457. value true
  1458. comment {
  1459. access read
  1460. type BOOLEAN
  1461. count 1
  1462. }
  1463. }
  1464. control.2 {
  1465. iface MIXER
  1466. name 'IEC958 Playback Con Mask'
  1467. value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1468. comment {
  1469. access read
  1470. type IEC958
  1471. count 1
  1472. }
  1473. }
  1474. control.3 {
  1475. iface MIXER
  1476. name 'IEC958 Playback Pro Mask'
  1477. value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1478. comment {
  1479. access read
  1480. type IEC958
  1481. count 1
  1482. }
  1483. }
  1484. control.4 {
  1485. iface MIXER
  1486. name 'IEC958 Playback Default'
  1487. value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1488. comment {
  1489. access 'read write'
  1490. type IEC958
  1491. count 1
  1492. }
  1493. }
  1494. control.5 {
  1495. iface MIXER
  1496. name 'IEC958 Playback Switch'
  1497. value false
  1498. comment {
  1499. access 'read write'
  1500. type BOOLEAN
  1501. count 1
  1502. }
  1503. }
  1504. control.6 {
  1505. iface PCM
  1506. device 3
  1507. name ELD
  1508. value '1000070067140001000000000000000005e37732553332373757420907070000'
  1509. comment {
  1510. access 'read volatile'
  1511. type BYTES
  1512. count 32
  1513. }
  1514. }
  1515. control.7 {
  1516. iface CARD
  1517. name 'HDMI/DP,pcm=7 Jack'
  1518. value false
  1519. comment {
  1520. access read
  1521. type BOOLEAN
  1522. count 1
  1523. }
  1524. }
  1525. control.8 {
  1526. iface MIXER
  1527. name 'IEC958 Playback Con Mask'
  1528. index 1
  1529. value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1530. comment {
  1531. access read
  1532. type IEC958
  1533. count 1
  1534. }
  1535. }
  1536. control.9 {
  1537. iface MIXER
  1538. name 'IEC958 Playback Pro Mask'
  1539. index 1
  1540. value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1541. comment {
  1542. access read
  1543. type IEC958
  1544. count 1
  1545. }
  1546. }
  1547. control.10 {
  1548. iface MIXER
  1549. name 'IEC958 Playback Default'
  1550. index 1
  1551. value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1552. comment {
  1553. access 'read write'
  1554. type IEC958
  1555. count 1
  1556. }
  1557. }
  1558. control.11 {
  1559. iface MIXER
  1560. name 'IEC958 Playback Switch'
  1561. index 1
  1562. value false
  1563. comment {
  1564. access 'read write'
  1565. type BOOLEAN
  1566. count 1
  1567. }
  1568. }
  1569. control.12 {
  1570. iface PCM
  1571. device 7
  1572. name ELD
  1573. value ''
  1574. comment {
  1575. access 'read volatile'
  1576. type BYTES
  1577. count 0
  1578. }
  1579. }
  1580. control.13 {
  1581. iface CARD
  1582. name 'HDMI/DP,pcm=8 Jack'
  1583. value false
  1584. comment {
  1585. access read
  1586. type BOOLEAN
  1587. count 1
  1588. }
  1589. }
  1590. control.14 {
  1591. iface MIXER
  1592. name 'IEC958 Playback Con Mask'
  1593. index 2
  1594. value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1595. comment {
  1596. access read
  1597. type IEC958
  1598. count 1
  1599. }
  1600. }
  1601. control.15 {
  1602. iface MIXER
  1603. name 'IEC958 Playback Pro Mask'
  1604. index 2
  1605. value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1606. comment {
  1607. access read
  1608. type IEC958
  1609. count 1
  1610. }
  1611. }
  1612. control.16 {
  1613. iface MIXER
  1614. name 'IEC958 Playback Default'
  1615. index 2
  1616. value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1617. comment {
  1618. access 'read write'
  1619. type IEC958
  1620. count 1
  1621. }
  1622. }
  1623. control.17 {
  1624. iface MIXER
  1625. name 'IEC958 Playback Switch'
  1626. index 2
  1627. value false
  1628. comment {
  1629. access 'read write'
  1630. type BOOLEAN
  1631. count 1
  1632. }
  1633. }
  1634. control.18 {
  1635. iface PCM
  1636. device 8
  1637. name ELD
  1638. value ''
  1639. comment {
  1640. access 'read volatile'
  1641. type BYTES
  1642. count 0
  1643. }
  1644. }
  1645. control.19 {
  1646. iface CARD
  1647. name 'HDMI/DP,pcm=9 Jack'
  1648. value false
  1649. comment {
  1650. access read
  1651. type BOOLEAN
  1652. count 1
  1653. }
  1654. }
  1655. control.20 {
  1656. iface MIXER
  1657. name 'IEC958 Playback Con Mask'
  1658. index 3
  1659. value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1660. comment {
  1661. access read
  1662. type IEC958
  1663. count 1
  1664. }
  1665. }
  1666. control.21 {
  1667. iface MIXER
  1668. name 'IEC958 Playback Pro Mask'
  1669. index 3
  1670. value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1671. comment {
  1672. access read
  1673. type IEC958
  1674. count 1
  1675. }
  1676. }
  1677. control.22 {
  1678. iface MIXER
  1679. name 'IEC958 Playback Default'
  1680. index 3
  1681. value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1682. comment {
  1683. access 'read write'
  1684. type IEC958
  1685. count 1
  1686. }
  1687. }
  1688. control.23 {
  1689. iface MIXER
  1690. name 'IEC958 Playback Switch'
  1691. index 3
  1692. value false
  1693. comment {
  1694. access 'read write'
  1695. type BOOLEAN
  1696. count 1
  1697. }
  1698. }
  1699. control.24 {
  1700. iface PCM
  1701. device 9
  1702. name ELD
  1703. value ''
  1704. comment {
  1705. access 'read volatile'
  1706. type BYTES
  1707. count 0
  1708. }
  1709. }
  1710. control.25 {
  1711. iface CARD
  1712. name 'HDMI/DP,pcm=10 Jack'
  1713. value false
  1714. comment {
  1715. access read
  1716. type BOOLEAN
  1717. count 1
  1718. }
  1719. }
  1720. control.26 {
  1721. iface MIXER
  1722. name 'IEC958 Playback Con Mask'
  1723. index 4
  1724. value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1725. comment {
  1726. access read
  1727. type IEC958
  1728. count 1
  1729. }
  1730. }
  1731. control.27 {
  1732. iface MIXER
  1733. name 'IEC958 Playback Pro Mask'
  1734. index 4
  1735. value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1736. comment {
  1737. access read
  1738. type IEC958
  1739. count 1
  1740. }
  1741. }
  1742. control.28 {
  1743. iface MIXER
  1744. name 'IEC958 Playback Default'
  1745. index 4
  1746. value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1747. comment {
  1748. access 'read write'
  1749. type IEC958
  1750. count 1
  1751. }
  1752. }
  1753. control.29 {
  1754. iface MIXER
  1755. name 'IEC958 Playback Switch'
  1756. index 4
  1757. value false
  1758. comment {
  1759. access 'read write'
  1760. type BOOLEAN
  1761. count 1
  1762. }
  1763. }
  1764. control.30 {
  1765. iface PCM
  1766. device 10
  1767. name ELD
  1768. value ''
  1769. comment {
  1770. access 'read volatile'
  1771. type BYTES
  1772. count 0
  1773. }
  1774. }
  1775. control.31 {
  1776. iface CARD
  1777. name 'HDMI/DP,pcm=11 Jack'
  1778. value false
  1779. comment {
  1780. access read
  1781. type BOOLEAN
  1782. count 1
  1783. }
  1784. }
  1785. control.32 {
  1786. iface MIXER
  1787. name 'IEC958 Playback Con Mask'
  1788. index 5
  1789. value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1790. comment {
  1791. access read
  1792. type IEC958
  1793. count 1
  1794. }
  1795. }
  1796. control.33 {
  1797. iface MIXER
  1798. name 'IEC958 Playback Pro Mask'
  1799. index 5
  1800. value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1801. comment {
  1802. access read
  1803. type IEC958
  1804. count 1
  1805. }
  1806. }
  1807. control.34 {
  1808. iface MIXER
  1809. name 'IEC958 Playback Default'
  1810. index 5
  1811. value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  1812. comment {
  1813. access 'read write'
  1814. type IEC958
  1815. count 1
  1816. }
  1817. }
  1818. control.35 {
  1819. iface MIXER
  1820. name 'IEC958 Playback Switch'
  1821. index 5
  1822. value false
  1823. comment {
  1824. access 'read write'
  1825. type BOOLEAN
  1826. count 1
  1827. }
  1828. }
  1829. control.36 {
  1830. iface PCM
  1831. device 11
  1832. name ELD
  1833. value ''
  1834. comment {
  1835. access 'read volatile'
  1836. type BYTES
  1837. count 0
  1838. }
  1839. }
  1840. control.37 {
  1841. iface PCM
  1842. device 3
  1843. name 'Playback Channel Map'
  1844. value.0 0
  1845. value.1 0
  1846. value.2 0
  1847. value.3 0
  1848. value.4 0
  1849. value.5 0
  1850. value.6 0
  1851. value.7 0
  1852. comment {
  1853. access 'read write'
  1854. type INTEGER
  1855. count 8
  1856. range '0 - 36'
  1857. }
  1858. }
  1859. control.38 {
  1860. iface PCM
  1861. device 7
  1862. name 'Playback Channel Map'
  1863. value.0 0
  1864. value.1 0
  1865. value.2 0
  1866. value.3 0
  1867. value.4 0
  1868. value.5 0
  1869. value.6 0
  1870. value.7 0
  1871. comment {
  1872. access 'read write'
  1873. type INTEGER
  1874. count 8
  1875. range '0 - 36'
  1876. }
  1877. }
  1878. control.39 {
  1879. iface PCM
  1880. device 8
  1881. name 'Playback Channel Map'
  1882. value.0 0
  1883. value.1 0
  1884. value.2 0
  1885. value.3 0
  1886. value.4 0
  1887. value.5 0
  1888. value.6 0
  1889. value.7 0
  1890. comment {
  1891. access 'read write'
  1892. type INTEGER
  1893. count 8
  1894. range '0 - 36'
  1895. }
  1896. }
  1897. control.40 {
  1898. iface PCM
  1899. device 9
  1900. name 'Playback Channel Map'
  1901. value.0 0
  1902. value.1 0
  1903. value.2 0
  1904. value.3 0
  1905. value.4 0
  1906. value.5 0
  1907. value.6 0
  1908. value.7 0
  1909. comment {
  1910. access 'read write'
  1911. type INTEGER
  1912. count 8
  1913. range '0 - 36'
  1914. }
  1915. }
  1916. control.41 {
  1917. iface PCM
  1918. device 10
  1919. name 'Playback Channel Map'
  1920. value.0 0
  1921. value.1 0
  1922. value.2 0
  1923. value.3 0
  1924. value.4 0
  1925. value.5 0
  1926. value.6 0
  1927. value.7 0
  1928. comment {
  1929. access 'read write'
  1930. type INTEGER
  1931. count 8
  1932. range '0 - 36'
  1933. }
  1934. }
  1935. control.42 {
  1936. iface PCM
  1937. device 11
  1938. name 'Playback Channel Map'
  1939. value.0 0
  1940. value.1 0
  1941. value.2 0
  1942. value.3 0
  1943. value.4 0
  1944. value.5 0
  1945. value.6 0
  1946. value.7 0
  1947. comment {
  1948. access 'read write'
  1949. type INTEGER
  1950. count 8
  1951. range '0 - 36'
  1952. }
  1953. }
  1954. }
  1955. state.Generic {
  1956. control.1 {
  1957. iface MIXER
  1958. name 'Front Playback Volume'
  1959. value.0 87
  1960. value.1 87
  1961. comment {
  1962. access 'read write'
  1963. type INTEGER
  1964. count 2
  1965. range '0 - 87'
  1966. dbmin -6525
  1967. dbmax 0
  1968. dbvalue.0 0
  1969. dbvalue.1 0
  1970. }
  1971. }
  1972. control.2 {
  1973. iface MIXER
  1974. name 'Front Playback Switch'
  1975. value.0 true
  1976. value.1 true
  1977. comment {
  1978. access 'read write'
  1979. type BOOLEAN
  1980. count 2
  1981. }
  1982. }
  1983. control.3 {
  1984. iface MIXER
  1985. name 'Surround Playback Volume'
  1986. value.0 87
  1987. value.1 87
  1988. comment {
  1989. access 'read write'
  1990. type INTEGER
  1991. count 2
  1992. range '0 - 87'
  1993. dbmin -6525
  1994. dbmax 0
  1995. dbvalue.0 0
  1996. dbvalue.1 0
  1997. }
  1998. }
  1999. control.4 {
  2000. iface MIXER
  2001. name 'Surround Playback Switch'
  2002. value.0 true
  2003. value.1 true
  2004. comment {
  2005. access 'read write'
  2006. type BOOLEAN
  2007. count 2
  2008. }
  2009. }
  2010. control.5 {
  2011. iface MIXER
  2012. name 'Center Playback Volume'
  2013. value 87
  2014. comment {
  2015. access 'read write'
  2016. type INTEGER
  2017. count 1
  2018. range '0 - 87'
  2019. dbmin -6525
  2020. dbmax 0
  2021. dbvalue.0 0
  2022. }
  2023. }
  2024. control.6 {
  2025. iface MIXER
  2026. name 'LFE Playback Volume'
  2027. value 87
  2028. comment {
  2029. access 'read write'
  2030. type INTEGER
  2031. count 1
  2032. range '0 - 87'
  2033. dbmin -6525
  2034. dbmax 0
  2035. dbvalue.0 0
  2036. }
  2037. }
  2038. control.7 {
  2039. iface MIXER
  2040. name 'Center Playback Switch'
  2041. value true
  2042. comment {
  2043. access 'read write'
  2044. type BOOLEAN
  2045. count 1
  2046. }
  2047. }
  2048. control.8 {
  2049. iface MIXER
  2050. name 'LFE Playback Switch'
  2051. value true
  2052. comment {
  2053. access 'read write'
  2054. type BOOLEAN
  2055. count 1
  2056. }
  2057. }
  2058. control.9 {
  2059. iface MIXER
  2060. name 'Headphone Playback Volume'
  2061. value.0 87
  2062. value.1 87
  2063. comment {
  2064. access 'read write'
  2065. type INTEGER
  2066. count 2
  2067. range '0 - 87'
  2068. dbmin -6525
  2069. dbmax 0
  2070. dbvalue.0 0
  2071. dbvalue.1 0
  2072. }
  2073. }
  2074. control.10 {
  2075. iface MIXER
  2076. name 'Headphone Playback Switch'
  2077. value.0 true
  2078. value.1 true
  2079. comment {
  2080. access 'read write'
  2081. type BOOLEAN
  2082. count 2
  2083. }
  2084. }
  2085. control.11 {
  2086. iface MIXER
  2087. name 'Loopback Mixing'
  2088. value Disabled
  2089. comment {
  2090. access 'read write'
  2091. type ENUMERATED
  2092. count 1
  2093. item.0 Disabled
  2094. item.1 Enabled
  2095. }
  2096. }
  2097. control.12 {
  2098. iface MIXER
  2099. name 'Front Mic Playback Volume'
  2100. value.0 0
  2101. value.1 0
  2102. comment {
  2103. access 'read write'
  2104. type INTEGER
  2105. count 2
  2106. range '0 - 31'
  2107. dbmin -3450
  2108. dbmax 1200
  2109. dbvalue.0 -3450
  2110. dbvalue.1 -3450
  2111. }
  2112. }
  2113. control.13 {
  2114. iface MIXER
  2115. name 'Front Mic Playback Switch'
  2116. value.0 false
  2117. value.1 false
  2118. comment {
  2119. access 'read write'
  2120. type BOOLEAN
  2121. count 2
  2122. }
  2123. }
  2124. control.14 {
  2125. iface MIXER
  2126. name 'Rear Mic Playback Volume'
  2127. value.0 0
  2128. value.1 0
  2129. comment {
  2130. access 'read write'
  2131. type INTEGER
  2132. count 2
  2133. range '0 - 31'
  2134. dbmin -3450
  2135. dbmax 1200
  2136. dbvalue.0 -3450
  2137. dbvalue.1 -3450
  2138. }
  2139. }
  2140. control.15 {
  2141. iface MIXER
  2142. name 'Rear Mic Playback Switch'
  2143. value.0 false
  2144. value.1 false
  2145. comment {
  2146. access 'read write'
  2147. type BOOLEAN
  2148. count 2
  2149. }
  2150. }
  2151. control.16 {
  2152. iface MIXER
  2153. name 'Line Playback Volume'
  2154. value.0 0
  2155. value.1 0
  2156. comment {
  2157. access 'read write'
  2158. type INTEGER
  2159. count 2
  2160. range '0 - 31'
  2161. dbmin -3450
  2162. dbmax 1200
  2163. dbvalue.0 -3450
  2164. dbvalue.1 -3450
  2165. }
  2166. }
  2167. control.17 {
  2168. iface MIXER
  2169. name 'Line Playback Switch'
  2170. value.0 false
  2171. value.1 false
  2172. comment {
  2173. access 'read write'
  2174. type BOOLEAN
  2175. count 2
  2176. }
  2177. }
  2178. control.18 {
  2179. iface MIXER
  2180. name 'Auto-Mute Mode'
  2181. value Enabled
  2182. comment {
  2183. access 'read write'
  2184. type ENUMERATED
  2185. count 1
  2186. item.0 Disabled
  2187. item.1 Enabled
  2188. }
  2189. }
  2190. control.19 {
  2191. iface MIXER
  2192. name 'Input Source'
  2193. value 'Front Mic'
  2194. comment {
  2195. access 'read write'
  2196. type ENUMERATED
  2197. count 1
  2198. item.0 'Front Mic'
  2199. item.1 'Rear Mic'
  2200. item.2 Line
  2201. }
  2202. }
  2203. control.20 {
  2204. iface MIXER
  2205. name 'Input Source'
  2206. index 1
  2207. value 'Front Mic'
  2208. comment {
  2209. access 'read write'
  2210. type ENUMERATED
  2211. count 1
  2212. item.0 'Front Mic'
  2213. item.1 'Rear Mic'
  2214. item.2 Line
  2215. }
  2216. }
  2217. control.21 {
  2218. iface MIXER
  2219. name 'Capture Volume'
  2220. value.0 39
  2221. value.1 39
  2222. comment {
  2223. access 'read write'
  2224. type INTEGER
  2225. count 2
  2226. range '0 - 63'
  2227. dbmin -1725
  2228. dbmax 3000
  2229. dbvalue.0 1200
  2230. dbvalue.1 1200
  2231. }
  2232. }
  2233. control.22 {
  2234. iface MIXER
  2235. name 'Capture Switch'
  2236. value.0 true
  2237. value.1 true
  2238. comment {
  2239. access 'read write'
  2240. type BOOLEAN
  2241. count 2
  2242. }
  2243. }
  2244. control.23 {
  2245. iface MIXER
  2246. name 'Capture Volume'
  2247. index 1
  2248. value.0 0
  2249. value.1 0
  2250. comment {
  2251. access 'read write'
  2252. type INTEGER
  2253. count 2
  2254. range '0 - 63'
  2255. dbmin -1725
  2256. dbmax 3000
  2257. dbvalue.0 -1725
  2258. dbvalue.1 -1725
  2259. }
  2260. }
  2261. control.24 {
  2262. iface MIXER
  2263. name 'Capture Switch'
  2264. index 1
  2265. value.0 false
  2266. value.1 false
  2267. comment {
  2268. access 'read write'
  2269. type BOOLEAN
  2270. count 2
  2271. }
  2272. }
  2273. control.25 {
  2274. iface MIXER
  2275. name 'Front Mic Boost Volume'
  2276. value.0 0
  2277. value.1 0
  2278. comment {
  2279. access 'read write'
  2280. type INTEGER
  2281. count 2
  2282. range '0 - 3'
  2283. dbmin 0
  2284. dbmax 3000
  2285. dbvalue.0 0
  2286. dbvalue.1 0
  2287. }
  2288. }
  2289. control.26 {
  2290. iface MIXER
  2291. name 'Rear Mic Boost Volume'
  2292. value.0 0
  2293. value.1 0
  2294. comment {
  2295. access 'read write'
  2296. type INTEGER
  2297. count 2
  2298. range '0 - 3'
  2299. dbmin 0
  2300. dbmax 3000
  2301. dbvalue.0 0
  2302. dbvalue.1 0
  2303. }
  2304. }
  2305. control.27 {
  2306. iface MIXER
  2307. name 'Line Boost Volume'
  2308. value.0 0
  2309. value.1 0
  2310. comment {
  2311. access 'read write'
  2312. type INTEGER
  2313. count 2
  2314. range '0 - 3'
  2315. dbmin 0
  2316. dbmax 3000
  2317. dbvalue.0 0
  2318. dbvalue.1 0
  2319. }
  2320. }
  2321. control.28 {
  2322. iface MIXER
  2323. name 'IEC958 Playback Con Mask'
  2324. value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  2325. comment {
  2326. access read
  2327. type IEC958
  2328. count 1
  2329. }
  2330. }
  2331. control.29 {
  2332. iface MIXER
  2333. name 'IEC958 Playback Pro Mask'
  2334. value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  2335. comment {
  2336. access read
  2337. type IEC958
  2338. count 1
  2339. }
  2340. }
  2341. control.30 {
  2342. iface MIXER
  2343. name 'IEC958 Playback Default'
  2344. value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  2345. comment {
  2346. access 'read write'
  2347. type IEC958
  2348. count 1
  2349. }
  2350. }
  2351. control.31 {
  2352. iface MIXER
  2353. name 'IEC958 Playback Switch'
  2354. value false
  2355. comment {
  2356. access 'read write'
  2357. type BOOLEAN
  2358. count 1
  2359. }
  2360. }
  2361. control.32 {
  2362. iface MIXER
  2363. name 'IEC958 Default PCM Playback Switch'
  2364. value true
  2365. comment {
  2366. access 'read write'
  2367. type BOOLEAN
  2368. count 1
  2369. }
  2370. }
  2371. control.33 {
  2372. iface MIXER
  2373. name 'Master Playback Volume'
  2374. value 60
  2375. comment {
  2376. access 'read write'
  2377. type INTEGER
  2378. count 1
  2379. range '0 - 87'
  2380. dbmin -6525
  2381. dbmax 0
  2382. dbvalue.0 -2025
  2383. }
  2384. }
  2385. control.34 {
  2386. iface MIXER
  2387. name 'Master Playback Switch'
  2388. value true
  2389. comment {
  2390. access 'read write'
  2391. type BOOLEAN
  2392. count 1
  2393. }
  2394. }
  2395. control.35 {
  2396. iface CARD
  2397. name 'Front Mic Jack'
  2398. value false
  2399. comment {
  2400. access read
  2401. type BOOLEAN
  2402. count 1
  2403. }
  2404. }
  2405. control.36 {
  2406. iface CARD
  2407. name 'Rear Mic Jack'
  2408. value false
  2409. comment {
  2410. access read
  2411. type BOOLEAN
  2412. count 1
  2413. }
  2414. }
  2415. control.37 {
  2416. iface CARD
  2417. name 'Line Jack'
  2418. value false
  2419. comment {
  2420. access read
  2421. type BOOLEAN
  2422. count 1
  2423. }
  2424. }
  2425. control.38 {
  2426. iface CARD
  2427. name 'Line Out Front Jack'
  2428. value true
  2429. comment {
  2430. access read
  2431. type BOOLEAN
  2432. count 1
  2433. }
  2434. }
  2435. control.39 {
  2436. iface CARD
  2437. name 'Line Out Surround Jack'
  2438. value true
  2439. comment {
  2440. access read
  2441. type BOOLEAN
  2442. count 1
  2443. }
  2444. }
  2445. control.40 {
  2446. iface CARD
  2447. name 'Line Out CLFE Jack'
  2448. value true
  2449. comment {
  2450. access read
  2451. type BOOLEAN
  2452. count 1
  2453. }
  2454. }
  2455. control.41 {
  2456. iface CARD
  2457. name 'Front Headphone Jack'
  2458. value false
  2459. comment {
  2460. access read
  2461. type BOOLEAN
  2462. count 1
  2463. }
  2464. }
  2465. control.42 {
  2466. iface CARD
  2467. name 'SPDIF Phantom Jack'
  2468. value true
  2469. comment {
  2470. access read
  2471. type BOOLEAN
  2472. count 1
  2473. }
  2474. }
  2475. control.43 {
  2476. iface PCM
  2477. name 'Playback Channel Map'
  2478. value.0 0
  2479. value.1 0
  2480. value.2 0
  2481. value.3 0
  2482. value.4 0
  2483. value.5 0
  2484. comment {
  2485. access read
  2486. type INTEGER
  2487. count 6
  2488. range '0 - 36'
  2489. }
  2490. }
  2491. control.44 {
  2492. iface PCM
  2493. name 'Capture Channel Map'
  2494. value.0 0
  2495. value.1 0
  2496. comment {
  2497. access read
  2498. type INTEGER
  2499. count 2
  2500. range '0 - 36'
  2501. }
  2502. }
  2503. control.45 {
  2504. iface PCM
  2505. device 1
  2506. name 'Playback Channel Map'
  2507. value.0 0
  2508. value.1 0
  2509. comment {
  2510. access read
  2511. type INTEGER
  2512. count 2
  2513. range '0 - 36'
  2514. }
  2515. }
  2516. control.46 {
  2517. iface PCM
  2518. device 2
  2519. name 'Capture Channel Map'
  2520. value.0 0
  2521. value.1 0
  2522. comment {
  2523. access read
  2524. type INTEGER
  2525. count 2
  2526. range '0 - 36'
  2527. }
  2528. }
  2529. }
  2530. --endcollapse--
  2531.  
  2532.  
  2533. !!All Loaded Modules
  2534. !!------------------
  2535.  
  2536. acpi_cpufreq
  2537. aesni_intel
  2538. agpgart
  2539. amdgpu
  2540. asus_wmi
  2541. battery
  2542. blake2b_generic
  2543. br_netfilter
  2544. bridge
  2545. btrfs
  2546. ccp
  2547. cdrom
  2548. cec
  2549. crc32_pclmul
  2550. crc32c_generic
  2551. crc32c_intel
  2552. crct10dif_pclmul
  2553. cryptd
  2554. crypto_simd
  2555. crypto_user
  2556. dca
  2557. drm
  2558. drm_kms_helper
  2559. ebtable_filter
  2560. ebtables
  2561. edac_mce_amd
  2562. eeepc_wmi
  2563. evdev
  2564. fat
  2565. fb_sys_fops
  2566. ftdi_sio
  2567. fuse
  2568. ghash_clmulni_intel
  2569. glue_helper
  2570. gpio_amdpt
  2571. gpu_sched
  2572. hid
  2573. hid_generic
  2574. hid_logitech_dj
  2575. hid_logitech_hidpp
  2576. hid_steam
  2577. i2c_algo_bit
  2578. i2c_piix4
  2579. ib_core
  2580. ib_uverbs
  2581. icp
  2582. igb
  2583. input_leds
  2584. ip6_tables
  2585. ip6table_filter
  2586. ip_tables
  2587. iptable_filter
  2588. iptable_nat
  2589. irqbypass
  2590. joydev
  2591. k10temp
  2592. kvm
  2593. kvm_amd
  2594. ledtrig_audio
  2595. libcrc32c
  2596. llc
  2597. mac_hid
  2598. mlx4_core
  2599. mlx4_en
  2600. mlx4_ib
  2601. mousedev
  2602. mxm_wmi
  2603. nf_conncount
  2604. nf_conntrack
  2605. nf_conntrack_netlink
  2606. nf_defrag_ipv4
  2607. nf_defrag_ipv6
  2608. nf_nat
  2609. nfnetlink
  2610. nfnetlink_cttimeout
  2611. nls_cp437
  2612. nls_iso8859_1
  2613. nsh
  2614. openvswitch
  2615. pcspkr
  2616. pinctrl_amd
  2617. pktcdvd
  2618. raid6_pq
  2619. rc_core
  2620. rfkill
  2621. rng_core
  2622. sg
  2623. snd
  2624. snd_hda_codec
  2625. snd_hda_codec_generic
  2626. snd_hda_codec_hdmi
  2627. snd_hda_codec_realtek
  2628. snd_hda_core
  2629. snd_hda_intel
  2630. snd_hwdep
  2631. snd_intel_dspcfg
  2632. snd_pcm
  2633. snd_timer
  2634. soundcore
  2635. sp5100_tco
  2636. sparse_keymap
  2637. spl
  2638. sr_mod
  2639. stp
  2640. sunrpc
  2641. syscopyarea
  2642. sysfillrect
  2643. sysimgblt
  2644. tpm
  2645. tpm_crb
  2646. tpm_tis
  2647. tpm_tis_core
  2648. ttm
  2649. uas
  2650. usb_storage
  2651. usbhid
  2652. veth
  2653. vfat
  2654. wmi
  2655. wmi_bmof
  2656. x_tables
  2657. xfrm_algo
  2658. xfrm_user
  2659. xhci_hcd
  2660. xhci_pci
  2661. xor
  2662. xt_MASQUERADE
  2663. xt_addrtype
  2664. xt_conntrack
  2665. xt_nat
  2666. xt_physdev
  2667. xt_tcpudp
  2668. zavl
  2669. zcommon
  2670. zfs
  2671. zlua
  2672. znvpair
  2673. zunicode
  2674.  
  2675.  
  2676. !!Sysfs Files
  2677. !!-----------
  2678.  
  2679. /sys/class/sound/hwC0D0/init_pin_configs:
  2680. 0x03 0x185600f0
  2681. 0x05 0x185600f0
  2682. 0x07 0x185600f0
  2683. 0x09 0x185600f0
  2684. 0x0b 0x185600f0
  2685. 0x0d 0x185600f0
  2686. 0x0f 0x585600f0
  2687.  
  2688. /sys/class/sound/hwC0D0/driver_pin_configs:
  2689.  
  2690. /sys/class/sound/hwC0D0/user_pin_configs:
  2691.  
  2692. /sys/class/sound/hwC0D0/init_verbs:
  2693.  
  2694. /sys/class/sound/hwC0D0/hints:
  2695.  
  2696. /sys/class/sound/hwC1D0/init_pin_configs:
  2697. 0x12 0x411111f0
  2698. 0x14 0x01014010
  2699. 0x15 0x01011012
  2700. 0x16 0x01016011
  2701. 0x17 0x40170000
  2702. 0x18 0x01a19040
  2703. 0x19 0x02a19050
  2704. 0x1a 0x0181304f
  2705. 0x1b 0x0221401f
  2706. 0x1d 0x40e7e629
  2707. 0x1e 0x01456130
  2708.  
  2709. /sys/class/sound/hwC1D0/driver_pin_configs:
  2710.  
  2711. /sys/class/sound/hwC1D0/user_pin_configs:
  2712.  
  2713. /sys/class/sound/hwC1D0/init_verbs:
  2714.  
  2715. /sys/class/sound/hwC1D0/hints:
  2716.  
  2717.  
  2718. !!ALSA/HDA dmesg
  2719. !!--------------
  2720.  
  2721. [ 0.780117] ACPI: Added _OSI(Linux-Dell-Video)
  2722. [ 0.780117] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  2723. [ 0.780118] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
  2724. --
  2725. [ 20.313654] pktcdvd: pktcdvd0: writer mapped to sr0
  2726. [ 20.324890] snd_hda_intel 0000:09:00.1: enabling device (0000 -> 0002)
  2727. [ 20.324992] snd_hda_intel 0000:09:00.1: Force to non-snoop mode
  2728. [ 20.325221] snd_hda_intel 0000:0c:00.3: enabling device (0000 -> 0002)
  2729. [ 20.411190] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.1/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card0/input29
  2730. [ 20.411245] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.1/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card0/input30
  2731. [ 20.411290] input: HDA ATI HDMI HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.1/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card0/input31
  2732. [ 20.411350] input: HDA ATI HDMI HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.1/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card0/input32
  2733. [ 20.411409] input: HDA ATI HDMI HDMI/DP,pcm=10 as /devices/pci0000:00/0000:00:03.1/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card0/input33
  2734. [ 20.411454] input: HDA ATI HDMI HDMI/DP,pcm=11 as /devices/pci0000:00/0000:00:03.1/0000:07:00.0/0000:08:00.0/0000:09:00.1/sound/card0/input34
  2735. [ 20.422614] snd_hda_codec_realtek hdaudioC1D0: autoconfig for ALC1220: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
  2736. [ 20.422616] snd_hda_codec_realtek hdaudioC1D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  2737. [ 20.422618] snd_hda_codec_realtek hdaudioC1D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
  2738. [ 20.422620] snd_hda_codec_realtek hdaudioC1D0: mono: mono_out=0x0
  2739. [ 20.422620] snd_hda_codec_realtek hdaudioC1D0: dig-out=0x1e/0x0
  2740. [ 20.422622] snd_hda_codec_realtek hdaudioC1D0: inputs:
  2741. [ 20.422623] snd_hda_codec_realtek hdaudioC1D0: Front Mic=0x19
  2742. [ 20.422624] snd_hda_codec_realtek hdaudioC1D0: Rear Mic=0x18
  2743. [ 20.422625] snd_hda_codec_realtek hdaudioC1D0: Line=0x1a
  2744. [ 20.438921] input: HD-Audio Generic Front Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input35
  2745. [ 20.438981] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input36
  2746. [ 20.439036] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input37
  2747. [ 20.439084] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input38
  2748. [ 20.439135] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input39
  2749. [ 20.439188] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input40
  2750. [ 20.439248] input: HD-Audio Generic Front Headphone as /devices/pci0000:00/0000:00:08.1/0000:0c:00.3/sound/card1/input41
  2751. [ 20.490016] raid6: avx2x4 gen() 21268 MB/s
  2752. --
  2753. [ 21.194777] [drm] Display Core initialized with v3.2.69!
  2754. [ 21.213674] snd_hda_intel 0000:09:00.1: bound 0000:09:00.0 (ops amdgpu_dm_audio_component_bind_ops [amdgpu])
  2755. [ 21.274912] EDAC amd64: F17h detected (node 0).
Add Comment
Please, Sign In to add comment