Advertisement
Guest User

Untitled

a guest
Nov 25th, 2020 (edited)
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 118.62 KB | None | 0 0
  1. ________________
  2. > pulseaudio_ps_do
  3. fennox    1565  0.6  0.2 1480700 17968 ?       S<l  22:26   0:00 /usr/bin/pulseaudio --start --log-target=syslog
  4. fennox    2275  0.0  0.0  11468  1060 pts/0    S+   22:27   0:00 grep pulseaudio
  5. ________________
  6. > which pulseaudio
  7. /usr/bin/pulseaudio
  8. ________________
  9. > pidof pulseaudio
  10. 1565
  11. ________________
  12. > pulseaudio --version
  13. pulseaudio 11.1
  14. ________________
  15. > pactl info
  16. Server String: unix:/run/user/1000/pulse/native
  17. Library Protocol Version: 32
  18. Server Protocol Version: 32
  19. Is Local: yes
  20. Client Index: 9
  21. Tile Size: 65472
  22. User Name: fennox
  23. Host Name: fennox-i870
  24. Server Name: pulseaudio
  25. Server Version: 11.1
  26. Default Sample Specification: s16le 2ch 44100Hz
  27. Default Channel Map: front-left,front-right
  28. Default Sink: alsa_output.usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00.analog-stereo
  29. Default Source: alsa_output.usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00.analog-stereo.monitor
  30. Cookie: b35a:4bef
  31. ________________
  32. > pactl list
  33. Module #0
  34.     Name: module-device-restore
  35.     Argument:
  36.     Usage counter: n/a
  37.     Properties:
  38.         module.author = "Lennart Poettering"
  39.         module.description = "Automatically restore the volume/mute state of devices"
  40.         module.version = "11.1"
  41.  
  42. Module #1
  43.     Name: module-stream-restore
  44.     Argument:
  45.     Usage counter: n/a
  46.     Properties:
  47.         module.author = "Lennart Poettering"
  48.         module.description = "Automatically restore the volume/mute/device state of streams"
  49.         module.version = "11.1"
  50.  
  51. Module #2
  52.     Name: module-card-restore
  53.     Argument:
  54.     Usage counter: n/a
  55.     Properties:
  56.         module.author = "Lennart Poettering"
  57.         module.description = "Automatically restore profile of cards"
  58.         module.version = "11.1"
  59.  
  60. Module #3
  61.     Name: module-augment-properties
  62.     Argument:
  63.     Usage counter: n/a
  64.     Properties:
  65.         module.author = "Lennart Poettering"
  66.         module.description = "Augment the property sets of streams with additional static information"
  67.         module.version = "11.1"
  68.  
  69. Module #4
  70.     Name: module-switch-on-port-available
  71.     Argument:
  72.     Usage counter: n/a
  73.     Properties:
  74.        
  75.  
  76. Module #5
  77.     Name: module-switch-on-connect
  78.     Argument:
  79.     Usage counter: n/a
  80.     Properties:
  81.         module.author = "Michael Terry"
  82.         module.description = "When a sink/source is added, switch to it or conditionally switch to it"
  83.         module.version = "11.1"
  84.  
  85. Module #6
  86.     Name: module-udev-detect
  87.     Argument:
  88.     Usage counter: n/a
  89.     Properties:
  90.         module.author = "Lennart Poettering"
  91.         module.description = "Detect available audio hardware and load matching drivers"
  92.         module.version = "11.1"
  93.  
  94. Module #7
  95.     Name: module-alsa-card
  96.     Argument: device_id="2" name="pci-0000_01_00.1" card_name="alsa_card.pci-0000_01_00.1" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"
  97.     Usage counter: 0
  98.     Properties:
  99.         module.author = "Lennart Poettering"
  100.         module.description = "ALSA Card"
  101.         module.version = "11.1"
  102.  
  103. Module #8
  104.     Name: module-alsa-card
  105.     Argument: device_id="0" name="pci-0000_00_1b.0" card_name="alsa_card.pci-0000_00_1b.0" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"
  106.     Usage counter: 0
  107.     Properties:
  108.         module.author = "Lennart Poettering"
  109.         module.description = "ALSA Card"
  110.         module.version = "11.1"
  111.  
  112. Module #9
  113.     Name: module-alsa-card
  114.     Argument: device_id="1" name="usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00" card_name="alsa_card.usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00" namereg_fail=false tsched=yes fixed_latency_range=no ignore_dB=no deferred_volume=yes use_ucm=yes card_properties="module-udev-detect.discovered=1"
  115.     Usage counter: 0
  116.     Properties:
  117.         module.author = "Lennart Poettering"
  118.         module.description = "ALSA Card"
  119.         module.version = "11.1"
  120.  
  121. Module #10
  122.     Name: module-bluetooth-policy
  123.     Argument:
  124.     Usage counter: n/a
  125.     Properties:
  126.         module.author = "Frédéric Dalleau, Pali Rohár"
  127.         module.description = "Policy module to make using bluetooth devices out-of-the-box easier"
  128.         module.version = "11.1"
  129.  
  130. Module #11
  131.     Name: module-bluetooth-discover
  132.     Argument:
  133.     Usage counter: n/a
  134.     Properties:
  135.         module.author = "João Paulo Rechi Vita"
  136.         module.description = "Detect available Bluetooth daemon and load the corresponding discovery module"
  137.         module.version = "11.1"
  138.  
  139. Module #12
  140.     Name: module-bluez5-discover
  141.     Argument:
  142.     Usage counter: n/a
  143.     Properties:
  144.         module.author = "João Paulo Rechi Vita"
  145.         module.description = "Detect available BlueZ 5 Bluetooth audio devices and load BlueZ 5 Bluetooth audio drivers"
  146.         module.version = "11.1"
  147.  
  148. Module #13
  149.     Name: module-native-protocol-unix
  150.     Argument:
  151.     Usage counter: n/a
  152.     Properties:
  153.         module.author = "Lennart Poettering"
  154.         module.description = "Native protocol (UNIX sockets)"
  155.         module.version = "11.1"
  156.  
  157. Module #14
  158.     Name: module-default-device-restore
  159.     Argument:
  160.     Usage counter: n/a
  161.     Properties:
  162.         module.author = "Lennart Poettering"
  163.         module.description = "Automatically restore the default sink and source"
  164.         module.version = "11.1"
  165.  
  166. Module #15
  167.     Name: module-rescue-streams
  168.     Argument:
  169.     Usage counter: n/a
  170.     Properties:
  171.         module.author = "Lennart Poettering"
  172.         module.description = "When a sink/source is removed, try to move its streams to the default sink/source"
  173.         module.version = "11.1"
  174.  
  175. Module #16
  176.     Name: module-always-sink
  177.     Argument:
  178.     Usage counter: n/a
  179.     Properties:
  180.         module.author = "Colin Guthrie"
  181.         module.description = "Hält stets ein Ziel geladen, selbst wenn dies ein Null-Ziel ist"
  182.         module.version = "11.1"
  183.  
  184. Module #17
  185.     Name: module-intended-roles
  186.     Argument:
  187.     Usage counter: n/a
  188.     Properties:
  189.         module.author = "Lennart Poettering"
  190.         module.description = "Automatically set device of streams based on intended roles of devices"
  191.         module.version = "11.1"
  192.  
  193. Module #18
  194.     Name: module-suspend-on-idle
  195.     Argument:
  196.     Usage counter: n/a
  197.     Properties:
  198.         module.author = "Lennart Poettering"
  199.         module.description = "When a sink/source is idle for too long, suspend it"
  200.         module.version = "11.1"
  201.  
  202. Module #19
  203.     Name: module-console-kit
  204.     Argument:
  205.     Usage counter: n/a
  206.     Properties:
  207.         module.author = "Lennart Poettering"
  208.         module.description = "Create a client for each ConsoleKit session of this user"
  209.         module.version = "11.1"
  210.  
  211. Module #20
  212.     Name: module-systemd-login
  213.     Argument:
  214.     Usage counter: n/a
  215.     Properties:
  216.         module.author = "Lennart Poettering"
  217.         module.description = "Create a client for each login session of this user"
  218.         module.version = "11.1"
  219.  
  220. Module #21
  221.     Name: module-position-event-sounds
  222.     Argument:
  223.     Usage counter: n/a
  224.     Properties:
  225.         module.author = "Lennart Poettering"
  226.         module.description = "Position event sounds between L and R depending on the position on screen of the widget triggering them."
  227.         module.version = "11.1"
  228.  
  229. Module #22
  230.     Name: module-role-cork
  231.     Argument:
  232.     Usage counter: n/a
  233.     Properties:
  234.         module.author = "Lennart Poettering"
  235.         module.description = "Mute & cork streams with certain roles while others exist"
  236.         module.version = "11.1"
  237.  
  238. Module #23
  239.     Name: module-snap-policy
  240.     Argument:
  241.     Usage counter: n/a
  242.     Properties:
  243.         module.author = "Canonical Ltd"
  244.         module.description = "Ubuntu Snap policy management"
  245.         module.version = "11.1"
  246.  
  247. Module #24
  248.     Name: module-filter-heuristics
  249.     Argument:
  250.     Usage counter: n/a
  251.     Properties:
  252.         module.author = "Colin Guthrie"
  253.         module.description = "Detect when various filters are desirable"
  254.         module.version = "11.1"
  255.  
  256. Module #25
  257.     Name: module-filter-apply
  258.     Argument:
  259.     Usage counter: n/a
  260.     Properties:
  261.         module.author = "Colin Guthrie"
  262.         module.description = "Load filter sinks automatically when needed"
  263.         module.version = "11.1"
  264.  
  265. Module #26
  266.     Name: module-x11-publish
  267.     Argument: display=:0
  268.     Usage counter: n/a
  269.     Properties:
  270.         module.author = "Lennart Poettering"
  271.         module.description = "X11 credential publisher"
  272.         module.version = "11.1"
  273.  
  274. Module #27
  275.     Name: module-x11-cork-request
  276.     Argument: display=:0
  277.     Usage counter: n/a
  278.     Properties:
  279.         module.author = "Lennart Poettering"
  280.         module.description = "Synthesize X11 media key events when cork/uncork is requested"
  281.         module.version = "11.1"
  282.  
  283. Module #28
  284.     Name: module-x11-xsmp
  285.     Argument: display=:0 session_manager=local/fennox-i870:@/tmp/.ICE-unix/1282,unix/fennox-i870:/tmp/.ICE-unix/1282
  286.     Usage counter: n/a
  287.     Properties:
  288.         module.author = "Lennart Poettering"
  289.         module.description = "X11 session management"
  290.         module.version = "11.1"
  291.  
  292. Sink #0
  293.     State: SUSPENDED
  294.     Name: alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1
  295.     Description: GK107 HDMI Audio Controller Digital Stereo (HDMI 2)
  296.     Driver: module-alsa-card.c
  297.     Sample Specification: s16le 2ch 44100Hz
  298.     Channel Map: front-left,front-right
  299.     Owner Module: 7
  300.     Mute: no
  301.     Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
  302.             balance 0.00
  303.     Base Volume: 65536 / 100% / 0.00 dB
  304.     Monitor Source: alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1.monitor
  305.     Latency: 0 usec, configured 0 usec
  306.     Flags: HARDWARE DECIBEL_VOLUME LATENCY SET_FORMATS
  307.     Properties:
  308.         alsa.resolution_bits = "16"
  309.         device.api = "alsa"
  310.         device.class = "sound"
  311.         alsa.class = "generic"
  312.         alsa.subclass = "generic-mix"
  313.         alsa.name = "HDMI 1"
  314.         alsa.id = "HDMI 1"
  315.         alsa.subdevice = "0"
  316.         alsa.subdevice_name = "subdevice #0"
  317.         alsa.device = "7"
  318.         alsa.card = "2"
  319.         alsa.card_name = "HDA NVidia"
  320.         alsa.long_card_name = "HDA NVidia at 0xf7afc000 irq 17"
  321.         alsa.driver_name = "snd_hda_intel"
  322.         device.bus_path = "pci-0000:01:00.1"
  323.         sysfs.path = "/devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card2"
  324.         device.bus = "pci"
  325.         device.vendor.id = "10de"
  326.         device.vendor.name = "NVIDIA Corporation"
  327.         device.product.id = "0e1b"
  328.         device.product.name = "GK107 HDMI Audio Controller"
  329.         device.string = "hdmi:2,1"
  330.         device.buffering.buffer_size = "65536"
  331.         device.buffering.fragment_size = "32768"
  332.         device.access_mode = "mmap+timer"
  333.         device.profile.name = "hdmi-stereo-extra1"
  334.         device.profile.description = "Digital Stereo (HDMI 2)"
  335.         device.description = "GK107 HDMI Audio Controller Digital Stereo (HDMI 2)"
  336.         alsa.mixer_name = "Nvidia GPU 42 HDMI/DP"
  337.         alsa.components = "HDA:10de0042,14628a96,00100100"
  338.         module-udev-detect.discovered = "1"
  339.         device.icon_name = "audio-card-pci"
  340.     Ports:
  341.         hdmi-output-1: HDMI / DisplayPort 2 (priority: 5800, available)
  342.     Active Port: hdmi-output-1
  343.     Formats:
  344.         pcm
  345.  
  346. Sink #1
  347.     State: SUSPENDED
  348.     Name: alsa_output.pci-0000_00_1b.0.analog-stereo
  349.     Description: Eingebautes Tongerät Analog Stereo
  350.     Driver: module-alsa-card.c
  351.     Sample Specification: s16le 2ch 44100Hz
  352.     Channel Map: front-left,front-right
  353.     Owner Module: 8
  354.     Mute: no
  355.     Volume: front-left: 46041 /  70% / -9.20 dB,   front-right: 46041 /  70% / -9.20 dB
  356.             balance 0.00
  357.     Base Volume: 65536 / 100% / 0.00 dB
  358.     Monitor Source: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
  359.     Latency: 0 usec, configured 0 usec
  360.     Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
  361.     Properties:
  362.         alsa.resolution_bits = "16"
  363.         device.api = "alsa"
  364.         device.class = "sound"
  365.         alsa.class = "generic"
  366.         alsa.subclass = "generic-mix"
  367.         alsa.name = "VT1828S Analog"
  368.         alsa.id = "VT1828S Analog"
  369.         alsa.subdevice = "0"
  370.         alsa.subdevice_name = "subdevice #0"
  371.         alsa.device = "0"
  372.         alsa.card = "0"
  373.         alsa.card_name = "HDA Intel MID"
  374.         alsa.long_card_name = "HDA Intel MID at 0xf5ff8000 irq 49"
  375.         alsa.driver_name = "snd_hda_intel"
  376.         device.bus_path = "pci-0000:00:1b.0"
  377.         sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
  378.         device.bus = "pci"
  379.         device.vendor.id = "8086"
  380.         device.vendor.name = "Intel Corporation"
  381.         device.product.id = "3b56"
  382.         device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
  383.         device.form_factor = "internal"
  384.         device.string = "front:0"
  385.         device.buffering.buffer_size = "65536"
  386.         device.buffering.fragment_size = "32768"
  387.         device.access_mode = "mmap+timer"
  388.         device.profile.name = "analog-stereo"
  389.         device.profile.description = "Analog Stereo"
  390.         device.description = "Eingebautes Tongerät Analog Stereo"
  391.         alsa.mixer_name = "VIA VT1828S"
  392.         alsa.components = "HDA:11064441,104383d0,00100100"
  393.         module-udev-detect.discovered = "1"
  394.         device.icon_name = "audio-card-pci"
  395.     Ports:
  396.         analog-output-lineout: Line-Ausgang (priority: 9900, available)
  397.         analog-output-headphones: Kopfhörer (priority: 9000, not available)
  398.     Active Port: analog-output-lineout
  399.     Formats:
  400.         pcm
  401.  
  402. Sink #2
  403.     State: SUSPENDED
  404.     Name: alsa_output.usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00.analog-stereo
  405.     Description: Cambridge AudioDAC100 USB 1 Analog Stereo
  406.     Driver: module-alsa-card.c
  407.     Sample Specification: s24le 2ch 48000Hz
  408.     Channel Map: front-left,front-right
  409.     Owner Module: 9
  410.     Mute: no
  411.     Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
  412.             balance 0.00
  413.     Base Volume: 65536 / 100% / 0.00 dB
  414.     Monitor Source: alsa_output.usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00.analog-stereo.monitor
  415.     Latency: 0 usec, configured 0 usec
  416.     Flags: HARDWARE DECIBEL_VOLUME LATENCY
  417.     Properties:
  418.         alsa.resolution_bits = "24"
  419.         device.api = "alsa"
  420.         device.class = "sound"
  421.         alsa.class = "generic"
  422.         alsa.subclass = "generic-mix"
  423.         alsa.name = "USB Audio"
  424.         alsa.id = "USB Audio"
  425.         alsa.subdevice = "0"
  426.         alsa.subdevice_name = "subdevice #0"
  427.         alsa.device = "0"
  428.         alsa.card = "1"
  429.         alsa.card_name = "Cambridge AudioDAC100 USB 1"
  430.         alsa.long_card_name = "Cambridge Audio Cambridge AudioDAC100 USB 1 at usb-0000:00:1d.0-1.2, full speed"
  431.         alsa.driver_name = "snd_usb_audio"
  432.         device.bus_path = "pci-0000:00:1d.0-usb-0:1.2:1.0"
  433.         sysfs.path = "/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/sound/card1"
  434.         udev.id = "usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00"
  435.         device.bus = "usb"
  436.         device.vendor.id = "22e8"
  437.         device.vendor.name = "Cambridge Audio"
  438.         device.product.id = "dac3"
  439.         device.product.name = "Cambridge AudioDAC100 USB 1"
  440.         device.serial = "Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000"
  441.         device.string = "front:1"
  442.         device.buffering.buffer_size = "529200"
  443.         device.buffering.fragment_size = "264600"
  444.         device.access_mode = "mmap+timer"
  445.         device.profile.name = "analog-stereo"
  446.         device.profile.description = "Analog Stereo"
  447.         device.description = "Cambridge AudioDAC100 USB 1 Analog Stereo"
  448.         alsa.mixer_name = "USB Mixer"
  449.         alsa.components = "USB22e8:dac3"
  450.         module-udev-detect.discovered = "1"
  451.         device.icon_name = "audio-card-usb"
  452.     Ports:
  453.         analog-output: Analoge Ausgabe (priority: 9900)
  454.     Active Port: analog-output
  455.     Formats:
  456.         pcm
  457.  
  458. Source #0
  459.     State: SUSPENDED
  460.     Name: alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1.monitor
  461.     Description: Monitor of GK107 HDMI Audio Controller Digital Stereo (HDMI 2)
  462.     Driver: module-alsa-card.c
  463.     Sample Specification: s16le 2ch 44100Hz
  464.     Channel Map: front-left,front-right
  465.     Owner Module: 7
  466.     Mute: no
  467.     Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
  468.             balance 0.00
  469.     Base Volume: 65536 / 100% / 0.00 dB
  470.     Monitor of Sink: alsa_output.pci-0000_01_00.1.hdmi-stereo-extra1
  471.     Latency: 0 usec, configured 0 usec
  472.     Flags: DECIBEL_VOLUME LATENCY
  473.     Properties:
  474.         device.description = "Monitor of GK107 HDMI Audio Controller Digital Stereo (HDMI 2)"
  475.         device.class = "monitor"
  476.         alsa.card = "2"
  477.         alsa.card_name = "HDA NVidia"
  478.         alsa.long_card_name = "HDA NVidia at 0xf7afc000 irq 17"
  479.         alsa.driver_name = "snd_hda_intel"
  480.         device.bus_path = "pci-0000:01:00.1"
  481.         sysfs.path = "/devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card2"
  482.         device.bus = "pci"
  483.         device.vendor.id = "10de"
  484.         device.vendor.name = "NVIDIA Corporation"
  485.         device.product.id = "0e1b"
  486.         device.product.name = "GK107 HDMI Audio Controller"
  487.         device.string = "2"
  488.         module-udev-detect.discovered = "1"
  489.         device.icon_name = "audio-card-pci"
  490.     Formats:
  491.         pcm
  492.  
  493. Source #1
  494.     State: SUSPENDED
  495.     Name: alsa_output.pci-0000_00_1b.0.analog-stereo.monitor
  496.     Description: Monitor of Eingebautes Tongerät Analog Stereo
  497.     Driver: module-alsa-card.c
  498.     Sample Specification: s16le 2ch 44100Hz
  499.     Channel Map: front-left,front-right
  500.     Owner Module: 8
  501.     Mute: no
  502.     Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
  503.             balance 0.00
  504.     Base Volume: 65536 / 100% / 0.00 dB
  505.     Monitor of Sink: alsa_output.pci-0000_00_1b.0.analog-stereo
  506.     Latency: 0 usec, configured 0 usec
  507.     Flags: DECIBEL_VOLUME LATENCY
  508.     Properties:
  509.         device.description = "Monitor of Eingebautes Tongerät Analog Stereo"
  510.         device.class = "monitor"
  511.         alsa.card = "0"
  512.         alsa.card_name = "HDA Intel MID"
  513.         alsa.long_card_name = "HDA Intel MID at 0xf5ff8000 irq 49"
  514.         alsa.driver_name = "snd_hda_intel"
  515.         device.bus_path = "pci-0000:00:1b.0"
  516.         sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
  517.         device.bus = "pci"
  518.         device.vendor.id = "8086"
  519.         device.vendor.name = "Intel Corporation"
  520.         device.product.id = "3b56"
  521.         device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
  522.         device.form_factor = "internal"
  523.         device.string = "0"
  524.         module-udev-detect.discovered = "1"
  525.         device.icon_name = "audio-card-pci"
  526.     Formats:
  527.         pcm
  528.  
  529. Source #2
  530.     State: SUSPENDED
  531.     Name: alsa_input.pci-0000_00_1b.0.analog-stereo
  532.     Description: Eingebautes Tongerät Analog Stereo
  533.     Driver: module-alsa-card.c
  534.     Sample Specification: s16le 2ch 44100Hz
  535.     Channel Map: front-left,front-right
  536.     Owner Module: 8
  537.     Mute: no
  538.     Volume: front-left: 10093 /  15% / -48.75 dB,   front-right: 10093 /  15% / -48.75 dB
  539.             balance 0.00
  540.     Base Volume: 6368 /  10% / -60.75 dB
  541.     Monitor of Sink: n/a
  542.     Latency: 0 usec, configured 0 usec
  543.     Flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY
  544.     Properties:
  545.         alsa.resolution_bits = "16"
  546.         device.api = "alsa"
  547.         device.class = "sound"
  548.         alsa.class = "generic"
  549.         alsa.subclass = "generic-mix"
  550.         alsa.name = "VT1828S Analog"
  551.         alsa.id = "VT1828S Analog"
  552.         alsa.subdevice = "0"
  553.         alsa.subdevice_name = "subdevice #0"
  554.         alsa.device = "0"
  555.         alsa.card = "0"
  556.         alsa.card_name = "HDA Intel MID"
  557.         alsa.long_card_name = "HDA Intel MID at 0xf5ff8000 irq 49"
  558.         alsa.driver_name = "snd_hda_intel"
  559.         device.bus_path = "pci-0000:00:1b.0"
  560.         sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
  561.         device.bus = "pci"
  562.         device.vendor.id = "8086"
  563.         device.vendor.name = "Intel Corporation"
  564.         device.product.id = "3b56"
  565.         device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
  566.         device.form_factor = "internal"
  567.         device.string = "front:0"
  568.         device.buffering.buffer_size = "65536"
  569.         device.buffering.fragment_size = "32768"
  570.         device.access_mode = "mmap+timer"
  571.         device.profile.name = "analog-stereo"
  572.         device.profile.description = "Analog Stereo"
  573.         device.description = "Eingebautes Tongerät Analog Stereo"
  574.         alsa.mixer_name = "VIA VT1828S"
  575.         alsa.components = "HDA:11064441,104383d0,00100100"
  576.         module-udev-detect.discovered = "1"
  577.         device.icon_name = "audio-card-pci"
  578.     Ports:
  579.         analog-input-front-mic: Vorderes Mikrofon (priority: 8500, not available)
  580.         analog-input-rear-mic: Rückwärtiges Mikrofon (priority: 8200, not available)
  581.         analog-input-linein: Eingang (priority: 8100, not available)
  582.     Active Port: analog-input-front-mic
  583.     Formats:
  584.         pcm
  585.  
  586. Source #3
  587.     State: SUSPENDED
  588.     Name: alsa_output.usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00.analog-stereo.monitor
  589.     Description: Monitor of Cambridge AudioDAC100 USB 1 Analog Stereo
  590.     Driver: module-alsa-card.c
  591.     Sample Specification: s24le 2ch 48000Hz
  592.     Channel Map: front-left,front-right
  593.     Owner Module: 9
  594.     Mute: no
  595.     Volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
  596.             balance 0.00
  597.     Base Volume: 65536 / 100% / 0.00 dB
  598.     Monitor of Sink: alsa_output.usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00.analog-stereo
  599.     Latency: 0 usec, configured 0 usec
  600.     Flags: DECIBEL_VOLUME LATENCY
  601.     Properties:
  602.         device.description = "Monitor of Cambridge AudioDAC100 USB 1 Analog Stereo"
  603.         device.class = "monitor"
  604.         alsa.card = "1"
  605.         alsa.card_name = "Cambridge AudioDAC100 USB 1"
  606.         alsa.long_card_name = "Cambridge Audio Cambridge AudioDAC100 USB 1 at usb-0000:00:1d.0-1.2, full speed"
  607.         alsa.driver_name = "snd_usb_audio"
  608.         device.bus_path = "pci-0000:00:1d.0-usb-0:1.2:1.0"
  609.         sysfs.path = "/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/sound/card1"
  610.         udev.id = "usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00"
  611.         device.bus = "usb"
  612.         device.vendor.id = "22e8"
  613.         device.vendor.name = "Cambridge Audio"
  614.         device.product.id = "dac3"
  615.         device.product.name = "Cambridge AudioDAC100 USB 1"
  616.         device.serial = "Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000"
  617.         device.string = "1"
  618.         module-udev-detect.discovered = "1"
  619.         device.icon_name = "audio-card-usb"
  620.     Formats:
  621.         pcm
  622.  
  623. Client #0
  624.     Driver: module-systemd-login.c
  625.     Owner Module: 20
  626.     Properties:
  627.         application.name = "Login Session c2"
  628.         systemd-login.session = "c2"
  629.  
  630. Client #2
  631.     Driver: protocol-native.c
  632.     Owner Module: 13
  633.     Properties:
  634.         application.name = "Cinnamon Volume Control Media Keys"
  635.         native-protocol.peer = "UNIX socket client"
  636.         native-protocol.version = "32"
  637.         application.id = "org.gnome.VolumeControl"
  638.         application.icon_name = "multimedia-volume-control"
  639.         application.version = "4.4.1"
  640.         application.process.id = "1554"
  641.         application.process.user = "fennox"
  642.         application.process.host = "fennox-i870"
  643.         application.process.binary = "csd-media-keys"
  644.         application.language = "de_DE.UTF-8"
  645.         window.x11.display = ":0"
  646.         application.process.machine_id = "aaa642a1efb049fba8d6ca0c8d22ff0a"
  647.         application.process.session_id = "c2"
  648.  
  649. Client #5
  650.     Driver: module-x11-xsmp.c
  651.     Owner Module: 28
  652.     Properties:
  653.         application.name = "XSMP Session on cinnamon-session as 10810b3687349418e3160633961646729700000012820055"
  654.         xsmp.vendor = "cinnamon-session"
  655.         xsmp.client.id = "10810b3687349418e3160633961646729700000012820055"
  656.  
  657. Client #6
  658.     Driver: protocol-native.c
  659.     Owner Module: 13
  660.     Properties:
  661.         application.name = "Cinnamon Volume Control"
  662.         native-protocol.peer = "UNIX socket client"
  663.         native-protocol.version = "32"
  664.         application.id = "org.gnome.VolumeControl"
  665.         application.icon_name = "multimedia-volume-control"
  666.         application.version = "4.4.1"
  667.         application.process.id = "1773"
  668.         application.process.user = "fennox"
  669.         application.process.host = "fennox-i870"
  670.         application.process.binary = "cinnamon"
  671.         application.language = "de_DE.UTF-8"
  672.         window.x11.display = ":0"
  673.         application.process.machine_id = "aaa642a1efb049fba8d6ca0c8d22ff0a"
  674.         application.process.session_id = "c2"
  675.  
  676. Client #7
  677.     Driver: protocol-native.c
  678.     Owner Module: 13
  679.     Properties:
  680.         application.name = "libcanberra"
  681.         native-protocol.peer = "UNIX socket client"
  682.         native-protocol.version = "32"
  683.         application.version = "0.30"
  684.         application.id = "org.freedesktop.libcanberra"
  685.         application.process.id = "1551"
  686.         application.process.user = "fennox"
  687.         application.process.host = "fennox-i870"
  688.         application.process.binary = "csd-sound"
  689.         application.language = "de_DE.UTF-8"
  690.         window.x11.display = ":0"
  691.         application.process.machine_id = "aaa642a1efb049fba8d6ca0c8d22ff0a"
  692.         application.process.session_id = "c2"
  693.  
  694. Client #10
  695.     Driver: protocol-native.c
  696.     Owner Module: 13
  697.     Properties:
  698.         application.name = "pactl"
  699.         native-protocol.peer = "UNIX socket client"
  700.         native-protocol.version = "32"
  701.         application.process.id = "2280"
  702.         application.process.user = "fennox"
  703.         application.process.host = "fennox-i870"
  704.         application.process.binary = "pactl"
  705.         application.language = "C"
  706.         window.x11.display = ":0"
  707.         application.process.machine_id = "aaa642a1efb049fba8d6ca0c8d22ff0a"
  708.         application.process.session_id = "c2"
  709.  
  710. Card #0
  711.     Name: alsa_card.pci-0000_01_00.1
  712.     Driver: module-alsa-card.c
  713.     Owner Module: 7
  714.     Properties:
  715.         alsa.card = "2"
  716.         alsa.card_name = "HDA NVidia"
  717.         alsa.long_card_name = "HDA NVidia at 0xf7afc000 irq 17"
  718.         alsa.driver_name = "snd_hda_intel"
  719.         device.bus_path = "pci-0000:01:00.1"
  720.         sysfs.path = "/devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card2"
  721.         device.bus = "pci"
  722.         device.vendor.id = "10de"
  723.         device.vendor.name = "NVIDIA Corporation"
  724.         device.product.id = "0e1b"
  725.         device.product.name = "GK107 HDMI Audio Controller"
  726.         device.string = "2"
  727.         device.description = "GK107 HDMI Audio Controller"
  728.         module-udev-detect.discovered = "1"
  729.         device.icon_name = "audio-card-pci"
  730.     Profiles:
  731.         output:hdmi-stereo: Digital Stereo (HDMI)-Ausgabe (sinks: 1, sources: 0, priority: 5400, available: no)
  732.         output:hdmi-surround: Digital Surround 5.1 (HDMI)-Ausgabe (sinks: 1, sources: 0, priority: 300, available: no)
  733.         output:hdmi-surround71: Digital Surround 7.1 (HDMI)-Ausgabe (sinks: 1, sources: 0, priority: 300, available: no)
  734.         output:hdmi-stereo-extra1: Digital Stereo (HDMI 2)-Ausgabe (sinks: 1, sources: 0, priority: 5200, available: yes)
  735.         output:hdmi-stereo-extra2: Digital Stereo (HDMI 3)-Ausgabe (sinks: 1, sources: 0, priority: 5200, available: no)
  736.         output:hdmi-surround-extra2: Digital Surround 5.1 (HDMI 3)-Ausgabe (sinks: 1, sources: 0, priority: 100, available: no)
  737.         output:hdmi-surround71-extra2: Digital Surround 7.1 (HDMI 3)-Ausgabe (sinks: 1, sources: 0, priority: 100, available: no)
  738.         output:hdmi-stereo-extra3: Digital Stereo (HDMI 4)-Ausgabe (sinks: 1, sources: 0, priority: 5200, available: no)
  739.         output:hdmi-surround-extra3: Digital Surround 5.1 (HDMI 4)-Ausgabe (sinks: 1, sources: 0, priority: 100, available: no)
  740.         output:hdmi-surround71-extra3: Digital Surround 7.1 (HDMI 4)-Ausgabe (sinks: 1, sources: 0, priority: 100, available: no)
  741.         off: Aus (sinks: 0, sources: 0, priority: 0, available: yes)
  742.     Active Profile: output:hdmi-stereo-extra1
  743.     Ports:
  744.         hdmi-output-0: HDMI / DisplayPort (priority: 5900, latency offset: 0 usec, not available)
  745.             Properties:
  746.                 device.icon_name = "video-display"
  747.             Part of profile(s): output:hdmi-stereo, output:hdmi-surround, output:hdmi-surround71
  748.         hdmi-output-1: HDMI / DisplayPort 2 (priority: 5800, latency offset: 0 usec, available)
  749.             Properties:
  750.                 device.icon_name = "video-display"
  751.                 device.product.name = "HZ281H
  752.      "
  753.             Part of profile(s): output:hdmi-stereo-extra1
  754.         hdmi-output-2: HDMI / DisplayPort 3 (priority: 5700, latency offset: 0 usec, not available)
  755.             Properties:
  756.                 device.icon_name = "video-display"
  757.             Part of profile(s): output:hdmi-stereo-extra2, output:hdmi-surround-extra2, output:hdmi-surround71-extra2
  758.         hdmi-output-3: HDMI / DisplayPort 4 (priority: 5600, latency offset: 0 usec, not available)
  759.             Properties:
  760.                 device.icon_name = "video-display"
  761.             Part of profile(s): output:hdmi-stereo-extra3, output:hdmi-surround-extra3, output:hdmi-surround71-extra3
  762.  
  763. Card #1
  764.     Name: alsa_card.pci-0000_00_1b.0
  765.     Driver: module-alsa-card.c
  766.     Owner Module: 8
  767.     Properties:
  768.         alsa.card = "0"
  769.         alsa.card_name = "HDA Intel MID"
  770.         alsa.long_card_name = "HDA Intel MID at 0xf5ff8000 irq 49"
  771.         alsa.driver_name = "snd_hda_intel"
  772.         device.bus_path = "pci-0000:00:1b.0"
  773.         sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
  774.         device.bus = "pci"
  775.         device.vendor.id = "8086"
  776.         device.vendor.name = "Intel Corporation"
  777.         device.product.id = "3b56"
  778.         device.product.name = "5 Series/3400 Series Chipset High Definition Audio"
  779.         device.form_factor = "internal"
  780.         device.string = "0"
  781.         device.description = "Eingebautes Tongerät"
  782.         module-udev-detect.discovered = "1"
  783.         device.icon_name = "audio-card-pci"
  784.     Profiles:
  785.         input:analog-stereo: Analog Stereo-Eingabe (sinks: 0, sources: 1, priority: 60, available: no)
  786.         output:analog-stereo: Analog Stereo-Ausgabe (sinks: 1, sources: 0, priority: 6000, available: yes)
  787.         output:analog-stereo+input:analog-stereo: Analog Stereo Duplex (sinks: 1, sources: 1, priority: 6060, available: yes)
  788.         output:analog-surround-21: Analog Surround 2.1-Ausgabe (sinks: 1, sources: 0, priority: 800, available: yes)
  789.         output:analog-surround-21+input:analog-stereo: Analog Surround 2.1-Ausgabe + Analog Stereo-Eingabe (sinks: 1, sources: 1, priority: 860, available: yes)
  790.         output:analog-surround-40: Analog Surround 4.0-Ausgabe (sinks: 1, sources: 0, priority: 700, available: yes)
  791.         output:analog-surround-40+input:analog-stereo: Analog Surround 4.0-Ausgabe + Analog Stereo-Eingabe (sinks: 1, sources: 1, priority: 760, available: yes)
  792.         output:analog-surround-41: Analog Surround 4.1-Ausgabe (sinks: 1, sources: 0, priority: 800, available: yes)
  793.         output:analog-surround-41+input:analog-stereo: Analog Surround 4.1-Ausgabe + Analog Stereo-Eingabe (sinks: 1, sources: 1, priority: 860, available: yes)
  794.         output:analog-surround-50: Analog Surround 5.0-Ausgabe (sinks: 1, sources: 0, priority: 700, available: yes)
  795.         output:analog-surround-50+input:analog-stereo: Analog Surround 5.0-Ausgabe + Analog Stereo-Eingabe (sinks: 1, sources: 1, priority: 760, available: yes)
  796.         output:analog-surround-51: Analog Surround 5.1-Ausgabe (sinks: 1, sources: 0, priority: 800, available: yes)
  797.         output:analog-surround-51+input:analog-stereo: Analog Surround 5.1-Ausgabe + Analog Stereo-Eingabe (sinks: 1, sources: 1, priority: 860, available: yes)
  798.         output:analog-surround-71: Analog Surround 7.1-Ausgabe (sinks: 1, sources: 0, priority: 700, available: yes)
  799.         output:analog-surround-71+input:analog-stereo: Analog Surround 7.1-Ausgabe + Analog Stereo-Eingabe (sinks: 1, sources: 1, priority: 760, available: yes)
  800.         output:hdmi-stereo: Digital Stereo (HDMI)-Ausgabe (sinks: 1, sources: 0, priority: 5400, available: yes)
  801.         output:hdmi-stereo+input:analog-stereo: Digital Stereo (HDMI)-Ausgabe + Analog Stereo-Eingabe (sinks: 1, sources: 1, priority: 5460, available: yes)
  802.         off: Aus (sinks: 0, sources: 0, priority: 0, available: yes)
  803.     Active Profile: output:analog-stereo+input:analog-stereo
  804.     Ports:
  805.         analog-input-front-mic: Vorderes Mikrofon (priority: 8500, latency offset: 0 usec, not available)
  806.             Properties:
  807.                 device.icon_name = "audio-input-microphone"
  808.             Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:analog-surround-71+input:analog-stereo, output:hdmi-stereo+input:analog-stereo
  809.         analog-input-rear-mic: Rückwärtiges Mikrofon (priority: 8200, latency offset: 0 usec, not available)
  810.             Properties:
  811.                 device.icon_name = "audio-input-microphone"
  812.             Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:analog-surround-71+input:analog-stereo, output:hdmi-stereo+input:analog-stereo
  813.         analog-input-linein: Eingang (priority: 8100, latency offset: 0 usec, not available)
  814.             Part of profile(s): input:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21+input:analog-stereo, output:analog-surround-40+input:analog-stereo, output:analog-surround-41+input:analog-stereo, output:analog-surround-50+input:analog-stereo, output:analog-surround-51+input:analog-stereo, output:analog-surround-71+input:analog-stereo, output:hdmi-stereo+input:analog-stereo
  815.         analog-output-lineout: Line-Ausgang (priority: 9900, latency offset: 0 usec, available)
  816.             Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo, output:analog-surround-21, output:analog-surround-21+input:analog-stereo, output:analog-surround-40, output:analog-surround-40+input:analog-stereo, output:analog-surround-41, output:analog-surround-41+input:analog-stereo, output:analog-surround-50, output:analog-surround-50+input:analog-stereo, output:analog-surround-51, output:analog-surround-51+input:analog-stereo, output:analog-surround-71, output:analog-surround-71+input:analog-stereo
  817.         analog-output-headphones: Kopfhörer (priority: 9000, latency offset: 0 usec, not available)
  818.             Properties:
  819.                 device.icon_name = "audio-headphones"
  820.             Part of profile(s): output:analog-stereo, output:analog-stereo+input:analog-stereo
  821.         hdmi-output-0: HDMI / DisplayPort (priority: 5900, latency offset: 0 usec)
  822.             Properties:
  823.                 device.icon_name = "video-display"
  824.             Part of profile(s): output:hdmi-stereo, output:hdmi-stereo+input:analog-stereo
  825.  
  826. Card #2
  827.     Name: alsa_card.usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00
  828.     Driver: module-alsa-card.c
  829.     Owner Module: 9
  830.     Properties:
  831.         alsa.card = "1"
  832.         alsa.card_name = "Cambridge AudioDAC100 USB 1"
  833.         alsa.long_card_name = "Cambridge Audio Cambridge AudioDAC100 USB 1 at usb-0000:00:1d.0-1.2, full speed"
  834.         alsa.driver_name = "snd_usb_audio"
  835.         device.bus_path = "pci-0000:00:1d.0-usb-0:1.2:1.0"
  836.         sysfs.path = "/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/sound/card1"
  837.         udev.id = "usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00"
  838.         device.bus = "usb"
  839.         device.vendor.id = "22e8"
  840.         device.vendor.name = "Cambridge Audio"
  841.         device.product.id = "dac3"
  842.         device.product.name = "Cambridge AudioDAC100 USB 1"
  843.         device.serial = "Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000"
  844.         device.string = "1"
  845.         device.description = "Cambridge AudioDAC100 USB 1"
  846.         module-udev-detect.discovered = "1"
  847.         device.icon_name = "audio-card-usb"
  848.     Profiles:
  849.         output:analog-stereo: Analog Stereo-Ausgabe (sinks: 1, sources: 0, priority: 6000, available: yes)
  850.         output:iec958-stereo: Digital Stereo (IEC958)-Ausgabe (sinks: 1, sources: 0, priority: 5500, available: yes)
  851.         off: Aus (sinks: 0, sources: 0, priority: 0, available: yes)
  852.     Active Profile: output:analog-stereo
  853.     Ports:
  854.         analog-output: Analoge Ausgabe (priority: 9900, latency offset: 0 usec)
  855.             Part of profile(s): output:analog-stereo
  856.         iec958-stereo-output: Digitalausgang (S/PDIF) (priority: 0, latency offset: 0 usec)
  857.             Part of profile(s): output:iec958-stereo
  858. ________________
  859. > cat /etc/pulse/daemon.conf
  860. # This file is part of PulseAudio.
  861. #
  862. # PulseAudio is free software; you can redistribute it and/or modify
  863. # it under the terms of the GNU Lesser General Public License as published by
  864. # the Free Software Foundation; either version 2 of the License, or
  865. # (at your option) any later version.
  866. #
  867. # PulseAudio is distributed in the hope that it will be useful, but
  868. # WITHOUT ANY WARRANTY; without even the implied warranty of
  869. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  870. # General Public License for more details.
  871. #
  872. # You should have received a copy of the GNU Lesser General Public License
  873. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  874.  
  875. ## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
  876. ## more information. Default values are commented out.  Use either ; or # for
  877. ## commenting.
  878.  
  879. ; daemonize = no
  880. ; fail = yes
  881. ; allow-module-loading = yes
  882. ; allow-exit = yes
  883. ; use-pid-file = yes
  884. ; system-instance = no
  885. ; local-server-type = user
  886. ; enable-shm = yes
  887. ; enable-memfd = yes
  888. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  889. ; lock-memory = no
  890. ; cpu-limit = no
  891.  
  892. ; high-priority = yes
  893. ; nice-level = -11
  894.  
  895. ; realtime-scheduling = yes
  896. ; realtime-priority = 5
  897.  
  898. ; exit-idle-time = 20
  899. ; scache-idle-time = 20
  900.  
  901. ; dl-search-path = (depends on architecture)
  902.  
  903. ; load-default-script-file = yes
  904. ; default-script-file = /etc/pulse/default.pa
  905.  
  906. ; log-target = auto
  907. ; log-level = notice
  908. ; log-meta = no
  909. ; log-time = no
  910. ; log-backtrace = 0
  911.  
  912. ; resample-method = speex-float-1
  913. ; avoid-resampling = false
  914. ; enable-remixing = yes
  915. ; remixing-use-all-sink-channels = yes
  916. ; enable-lfe-remixing = no
  917. ; lfe-crossover-freq = 0
  918.  
  919. flat-volumes = no
  920.  
  921. ; rlimit-fsize = -1
  922. ; rlimit-data = -1
  923. ; rlimit-stack = -1
  924. ; rlimit-core = -1
  925. ; rlimit-as = -1
  926. ; rlimit-rss = -1
  927. ; rlimit-nproc = -1
  928. ; rlimit-nofile = 256
  929. ; rlimit-memlock = -1
  930. ; rlimit-locks = -1
  931. ; rlimit-sigpending = -1
  932. ; rlimit-msgqueue = -1
  933. ; rlimit-nice = 31
  934. ; rlimit-rtprio = 9
  935. ; rlimit-rttime = 200000
  936.  
  937. ; default-sample-format = s16le
  938. ; default-sample-rate = 44100
  939. ; alternate-sample-rate = 48000
  940. ; default-sample-channels = 2
  941. ; default-channel-map = front-left,front-right
  942.  
  943. ; default-fragments = 4
  944. ; default-fragment-size-msec = 25
  945.  
  946. ; enable-deferred-volume = yes
  947. deferred-volume-safety-margin-usec = 1
  948. ; deferred-volume-extra-delay-usec = 0
  949. ________________
  950. > cat /etc/pulse/client.conf
  951. # This file is part of PulseAudio.
  952. #
  953. # PulseAudio is free software; you can redistribute it and/or modify
  954. # it under the terms of the GNU Lesser General Public License as published by
  955. # the Free Software Foundation; either version 2 of the License, or
  956. # (at your option) any later version.
  957. #
  958. # PulseAudio is distributed in the hope that it will be useful, but
  959. # WITHOUT ANY WARRANTY; without even the implied warranty of
  960. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  961. # General Public License for more details.
  962. #
  963. # You should have received a copy of the GNU Lesser General Public License
  964. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  965.  
  966. ## Configuration file for PulseAudio clients. See pulse-client.conf(5) for
  967. ## more information. Default values are commented out.  Use either ; or # for
  968. ## commenting.
  969.  
  970. ; default-sink =
  971. ; default-source =
  972. ; default-server =
  973. ; default-dbus-server =
  974.  
  975. ; autospawn = yes
  976. ; daemon-binary = /usr/bin/pulseaudio
  977. ; extra-arguments = --log-target=syslog
  978.  
  979. ; cookie-file =
  980.  
  981. ; enable-shm = yes
  982. ; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
  983.  
  984. ; auto-connect-localhost = no
  985. ; auto-connect-display = no
  986. ________________
  987. > cat /etc/pulse/default.pa
  988. #!/usr/bin/pulseaudio -nF
  989. #
  990. # This file is part of PulseAudio.
  991. #
  992. # PulseAudio is free software; you can redistribute it and/or modify it
  993. # under the terms of the GNU Lesser General Public License as published by
  994. # the Free Software Foundation; either version 2 of the License, or
  995. # (at your option) any later version.
  996. #
  997. # PulseAudio is distributed in the hope that it will be useful, but
  998. # WITHOUT ANY WARRANTY; without even the implied warranty of
  999. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  1000. # General Public License for more details.
  1001. #
  1002. # You should have received a copy of the GNU Lesser General Public License
  1003. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  1004.  
  1005. # This startup script is used only if PulseAudio is started per-user
  1006. # (i.e. not in system mode)
  1007.  
  1008. .fail
  1009.  
  1010. ### Automatically restore the volume of streams and devices
  1011. load-module module-device-restore
  1012. load-module module-stream-restore
  1013. load-module module-card-restore
  1014.  
  1015. ### Automatically augment property information from .desktop files
  1016. ### stored in /usr/share/application
  1017. load-module module-augment-properties
  1018.  
  1019. ### Should be after module-*-restore but before module-*-detect
  1020. load-module module-switch-on-port-available
  1021.  
  1022. ### Use hot-plugged devices like Bluetooth or USB automatically (LP: #1702794)
  1023. .ifexists module-switch-on-connect.so
  1024. load-module module-switch-on-connect
  1025. .endif
  1026.  
  1027. ### Load audio drivers statically
  1028. ### (it's probably better to not load these drivers manually, but instead
  1029. ### use module-udev-detect -- see below -- for doing this automatically)
  1030. #load-module module-alsa-sink
  1031. #load-module module-alsa-source device=hw:1,0
  1032. #load-module module-oss device="/dev/dsp" sink_name=output source_name=input
  1033. #load-module module-oss-mmap device="/dev/dsp" sink_name=output source_name=input
  1034. #load-module module-null-sink
  1035. #load-module module-pipe-sink
  1036.  
  1037. ### Automatically load driver modules depending on the hardware available
  1038. .ifexists module-udev-detect.so
  1039. load-module module-udev-detect
  1040. .else
  1041. ### Use the static hardware detection module (for systems that lack udev support)
  1042. load-module module-detect
  1043. .endif
  1044.  
  1045. ### Automatically connect sink and source if JACK server is present
  1046. .ifexists module-jackdbus-detect.so
  1047. .nofail
  1048. load-module module-jackdbus-detect channels=2
  1049. .fail
  1050. .endif
  1051.  
  1052. ### Automatically load driver modules for Bluetooth hardware
  1053. .ifexists module-bluetooth-policy.so
  1054. load-module module-bluetooth-policy
  1055. .endif
  1056.  
  1057. .ifexists module-bluetooth-discover.so
  1058. load-module module-bluetooth-discover
  1059. .endif
  1060.  
  1061. ### Load several protocols
  1062. .ifexists module-esound-protocol-unix.so
  1063. load-module module-esound-protocol-unix
  1064. .endif
  1065. load-module module-native-protocol-unix
  1066.  
  1067. ### Network access (may be configured with paprefs, so leave this commented
  1068. ### here if you plan to use paprefs)
  1069. #load-module module-esound-protocol-tcp
  1070. #load-module module-native-protocol-tcp
  1071. #load-module module-zeroconf-publish
  1072.  
  1073. ### Load the RTP receiver module (also configured via paprefs, see above)
  1074. #load-module module-rtp-recv
  1075.  
  1076. ### Load the RTP sender module (also configured via paprefs, see above)
  1077. #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'"
  1078. #load-module module-rtp-send source=rtp.monitor
  1079.  
  1080. ### Load additional modules from GConf settings. This can be configured with the paprefs tool.
  1081. ### Please keep in mind that the modules configured by paprefs might conflict with manually
  1082. ### loaded modules.
  1083. .ifexists module-gconf.so
  1084. .nofail
  1085. load-module module-gconf
  1086. .fail
  1087. .endif
  1088.  
  1089. ### Automatically restore the default sink/source when changed by the user
  1090. ### during runtime
  1091. ### NOTE: This should be loaded as early as possible so that subsequent modules
  1092. ### that look up the default sink/source get the right value
  1093. load-module module-default-device-restore
  1094.  
  1095. ### Automatically move streams to the default sink if the sink they are
  1096. ### connected to dies, similar for sources
  1097. load-module module-rescue-streams
  1098.  
  1099. ### Make sure we always have a sink around, even if it is a null sink.
  1100. load-module module-always-sink
  1101.  
  1102. ### Honour intended role device property
  1103. load-module module-intended-roles
  1104.  
  1105. ### Automatically suspend sinks/sources that become idle for too long
  1106. load-module module-suspend-on-idle
  1107.  
  1108. ### If autoexit on idle is enabled we want to make sure we only quit
  1109. ### when no local session needs us anymore.
  1110. .ifexists module-console-kit.so
  1111. load-module module-console-kit
  1112. .endif
  1113. .ifexists module-systemd-login.so
  1114. load-module module-systemd-login
  1115. .endif
  1116.  
  1117. ### Enable positioned event sounds
  1118. load-module module-position-event-sounds
  1119.  
  1120. ### Cork music/video streams when a phone stream is active
  1121. load-module module-role-cork
  1122.  
  1123. ### Block audio recording for snap confined packages unless they have
  1124. ### the "pulseaudio" or "audio-record" interfaces plugged.
  1125. .ifexists module-snap-policy.so
  1126. load-module module-snap-policy
  1127. .endif
  1128.  
  1129. ### Modules to allow autoloading of filters (such as echo cancellation)
  1130. ### on demand. module-filter-heuristics tries to determine what filters
  1131. ### make sense, and module-filter-apply does the heavy-lifting of
  1132. ### loading modules and rerouting streams.
  1133. load-module module-filter-heuristics
  1134. load-module module-filter-apply
  1135.  
  1136. ### Make some devices default
  1137. #set-default-sink output
  1138. #set-default-source input
  1139. ________________
  1140. > cat /etc/pulse/system.pa
  1141. #!/usr/bin/pulseaudio -nF
  1142. #
  1143. # This file is part of PulseAudio.
  1144. #
  1145. # PulseAudio is free software; you can redistribute it and/or modify it
  1146. # under the terms of the GNU Lesser General Public License as published by
  1147. # the Free Software Foundation; either version 2 of the License, or
  1148. # (at your option) any later version.
  1149. #
  1150. # PulseAudio is distributed in the hope that it will be useful, but
  1151. # WITHOUT ANY WARRANTY; without even the implied warranty of
  1152. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  1153. # General Public License for more details.
  1154. #
  1155. # You should have received a copy of the GNU Lesser General Public License
  1156. # along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
  1157.  
  1158. # This startup script is used only if PulseAudio is started in system
  1159. # mode.
  1160.  
  1161. ### Automatically load driver modules depending on the hardware available
  1162. .ifexists module-udev-detect.so
  1163. load-module module-udev-detect
  1164. .else
  1165. ### Use the static hardware detection module (for systems that lack udev/hal support)
  1166. load-module module-detect
  1167. .endif
  1168.  
  1169. ### Load several protocols
  1170. .ifexists module-esound-protocol-unix.so
  1171. load-module module-esound-protocol-unix
  1172. .endif
  1173. load-module module-native-protocol-unix
  1174.  
  1175. ### Automatically restore the volume of streams and devices
  1176. load-module module-stream-restore
  1177. load-module module-device-restore
  1178.  
  1179. ### Automatically restore the default sink/source when changed by the user
  1180. ### during runtime
  1181. ### NOTE: This should be loaded as early as possible so that subsequent modules
  1182. ### that look up the default sink/source get the right value
  1183. load-module module-default-device-restore
  1184.  
  1185. ### Automatically move streams to the default sink if the sink they are
  1186. ### connected to dies, similar for sources
  1187. load-module module-rescue-streams
  1188.  
  1189. ### Make sure we always have a sink around, even if it is a null sink.
  1190. load-module module-always-sink
  1191.  
  1192. ### Automatically suspend sinks/sources that become idle for too long
  1193. load-module module-suspend-on-idle
  1194.  
  1195. ### Enable positioned event sounds
  1196. load-module module-position-event-sounds
  1197. ________________
  1198. > ls -alt /dev/snd/*
  1199. crw-rw----+ 1 root audio 116,  2 Nov 25 22:27 /dev/snd/pcmC1D0p
  1200. crw-rw----+ 1 root audio 116,  5 Nov 25 22:26 /dev/snd/pcmC0D0c
  1201. crw-rw----+ 1 root audio 116,  4 Nov 25 22:26 /dev/snd/pcmC0D0p
  1202. crw-rw----+ 1 root audio 116,  6 Nov 25 22:26 /dev/snd/pcmC0D3p
  1203. crw-rw----+ 1 root audio 116, 12 Nov 25 22:26 /dev/snd/pcmC2D7p
  1204. crw-rw----+ 1 root audio 116, 14 Nov 25 22:26 /dev/snd/pcmC2D9p
  1205. crw-rw----+ 1 root audio 116, 13 Nov 25 22:26 /dev/snd/pcmC2D8p
  1206. crw-rw----+ 1 root audio 116, 11 Nov 25 22:26 /dev/snd/pcmC2D3p
  1207. crw-rw----+ 1 root audio 116, 16 Nov 25 22:26 /dev/snd/controlC2
  1208. crw-rw----+ 1 root audio 116, 15 Nov 25 22:26 /dev/snd/hwC2D0
  1209. crw-rw----+ 1 root audio 116, 10 Nov 25 22:26 /dev/snd/controlC0
  1210. crw-rw----+ 1 root audio 116,  9 Nov 25 22:26 /dev/snd/hwC0D0
  1211. crw-rw----+ 1 root audio 116,  8 Nov 25 22:26 /dev/snd/pcmC0D2c
  1212. crw-rw----+ 1 root audio 116,  7 Nov 25 22:26 /dev/snd/pcmC0D2p
  1213. crw-rw----+ 1 root audio 116,  3 Nov 25 22:26 /dev/snd/controlC1
  1214. crw-rw----+ 1 root audio 116,  1 Nov 25 22:26 /dev/snd/seq
  1215. crw-rw----+ 1 root audio 116, 33 Nov 25 22:26 /dev/snd/timer
  1216.  
  1217. /dev/snd/by-path:
  1218. total 0
  1219. drwxr-xr-x 2 root root 100 Nov 25 22:26 .
  1220. lrwxrwxrwx 1 root root  12 Nov 25 22:26 pci-0000:01:00.1 -> ../controlC2
  1221. drwxr-xr-x 4 root root 420 Nov 25 22:26 ..
  1222. lrwxrwxrwx 1 root root  12 Nov 25 22:26 pci-0000:00:1b.0 -> ../controlC0
  1223. lrwxrwxrwx 1 root root  12 Nov 25 22:26 pci-0000:00:1d.0-usb-0:1.2:1.0 -> ../controlC1
  1224.  
  1225. /dev/snd/by-id:
  1226. total 0
  1227. drwxr-xr-x 4 root root 420 Nov 25 22:26 ..
  1228. drwxr-xr-x 2 root root  60 Nov 25 22:26 .
  1229. lrwxrwxrwx 1 root root  12 Nov 25 22:26 usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00 -> ../controlC1
  1230. ________________
  1231. > lsof /dev/snd/*
  1232. COMMAND    PID   USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
  1233. pulseaudi 1565 fennox   17u   CHR 116,16      0t0  562 /dev/snd/controlC2
  1234. pulseaudi 1565 fennox   24u   CHR 116,16      0t0  562 /dev/snd/controlC2
  1235. pulseaudi 1565 fennox   25u   CHR 116,10      0t0  518 /dev/snd/controlC0
  1236. pulseaudi 1565 fennox   32u   CHR 116,10      0t0  518 /dev/snd/controlC0
  1237. pulseaudi 1565 fennox   37u   CHR 116,10      0t0  518 /dev/snd/controlC0
  1238. pulseaudi 1565 fennox   43u   CHR  116,3      0t0  493 /dev/snd/controlC1
  1239. ________________
  1240. > jacks_do
  1241. card=0
  1242. numid=45,iface=CARD,name='CD Phantom Jack'
  1243.   ; type=BOOLEAN,access=r-------,values=1
  1244.   : values=on
  1245. numid=50,iface=CARD,name='Front Headphone Jack'
  1246.   ; type=BOOLEAN,access=r-------,values=1
  1247.   : values=off
  1248. numid=42,iface=CARD,name='Front Mic Jack'
  1249.   ; type=BOOLEAN,access=r-------,values=1
  1250.   : values=off
  1251. numid=51,iface=CARD,name='HDMI Phantom Jack'
  1252.   ; type=BOOLEAN,access=r-------,values=1
  1253.   : values=on
  1254. numid=44,iface=CARD,name='Line Jack'
  1255.   ; type=BOOLEAN,access=r-------,values=1
  1256.   : values=off
  1257. numid=48,iface=CARD,name='Line Out CLFE Jack'
  1258.   ; type=BOOLEAN,access=r-------,values=1
  1259.   : values=off
  1260. numid=46,iface=CARD,name='Line Out Front Jack'
  1261.   ; type=BOOLEAN,access=r-------,values=1
  1262.   : values=on
  1263. numid=49,iface=CARD,name='Line Out Side Jack'
  1264.   ; type=BOOLEAN,access=r-------,values=1
  1265.   : values=off
  1266. numid=47,iface=CARD,name='Line Out Surround Jack'
  1267.   ; type=BOOLEAN,access=r-------,values=1
  1268.   : values=off
  1269. numid=43,iface=CARD,name='Rear Mic Jack'
  1270.   ; type=BOOLEAN,access=r-------,values=1
  1271.   : values=off
  1272. numid=52,iface=CARD,name='SPDIF Phantom Jack'
  1273.   ; type=BOOLEAN,access=r-------,values=1
  1274.   : values=on
  1275. card=1
  1276. card=2
  1277. numid=1,iface=CARD,name='HDMI/DP,pcm=3 Jack'
  1278.   ; type=BOOLEAN,access=r-------,values=1
  1279.   : values=off
  1280. numid=7,iface=CARD,name='HDMI/DP,pcm=7 Jack'
  1281.   ; type=BOOLEAN,access=r-------,values=1
  1282.   : values=on
  1283. numid=13,iface=CARD,name='HDMI/DP,pcm=8 Jack'
  1284.   ; type=BOOLEAN,access=r-------,values=1
  1285.   : values=off
  1286. numid=19,iface=CARD,name='HDMI/DP,pcm=9 Jack'
  1287.   ; type=BOOLEAN,access=r-------,values=1
  1288.   : values=off
  1289. ________________
  1290. > aplay -L
  1291. null
  1292.     Discard all samples (playback) or generate zero samples (capture)
  1293. pulse
  1294.     PulseAudio Sound Server
  1295. dsp
  1296. default
  1297.     Playback/recording through the PulseAudio sound server
  1298. sysdefault:CARD=MID
  1299.     HDA Intel MID, VT1828S Analog
  1300.     Default Audio Device
  1301. front:CARD=MID,DEV=0
  1302.     HDA Intel MID, VT1828S Analog
  1303.     Front speakers
  1304. surround21:CARD=MID,DEV=0
  1305.     HDA Intel MID, VT1828S Analog
  1306.     2.1 Surround output to Front and Subwoofer speakers
  1307. surround40:CARD=MID,DEV=0
  1308.     HDA Intel MID, VT1828S Analog
  1309.     4.0 Surround output to Front and Rear speakers
  1310. surround41:CARD=MID,DEV=0
  1311.     HDA Intel MID, VT1828S Analog
  1312.     4.1 Surround output to Front, Rear and Subwoofer speakers
  1313. surround50:CARD=MID,DEV=0
  1314.     HDA Intel MID, VT1828S Analog
  1315.     5.0 Surround output to Front, Center and Rear speakers
  1316. surround51:CARD=MID,DEV=0
  1317.     HDA Intel MID, VT1828S Analog
  1318.     5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  1319. surround71:CARD=MID,DEV=0
  1320.     HDA Intel MID, VT1828S Analog
  1321.     7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  1322. hdmi:CARD=MID,DEV=0
  1323.     HDA Intel MID, VT1828S Digital
  1324.     HDMI Audio Output
  1325. dmix:CARD=MID,DEV=0
  1326.     HDA Intel MID, VT1828S Analog
  1327.     Direct sample mixing device
  1328. dmix:CARD=MID,DEV=2
  1329.     HDA Intel MID, VT1828S Alt Analog
  1330.     Direct sample mixing device
  1331. dmix:CARD=MID,DEV=3
  1332.     HDA Intel MID, VT1828S Digital
  1333.     Direct sample mixing device
  1334. dsnoop:CARD=MID,DEV=0
  1335.     HDA Intel MID, VT1828S Analog
  1336.     Direct sample snooping device
  1337. dsnoop:CARD=MID,DEV=2
  1338.     HDA Intel MID, VT1828S Alt Analog
  1339.     Direct sample snooping device
  1340. dsnoop:CARD=MID,DEV=3
  1341.     HDA Intel MID, VT1828S Digital
  1342.     Direct sample snooping device
  1343. hw:CARD=MID,DEV=0
  1344.     HDA Intel MID, VT1828S Analog
  1345.     Direct hardware device without any conversions
  1346. hw:CARD=MID,DEV=2
  1347.     HDA Intel MID, VT1828S Alt Analog
  1348.     Direct hardware device without any conversions
  1349. hw:CARD=MID,DEV=3
  1350.     HDA Intel MID, VT1828S Digital
  1351.     Direct hardware device without any conversions
  1352. plughw:CARD=MID,DEV=0
  1353.     HDA Intel MID, VT1828S Analog
  1354.     Hardware device with all software conversions
  1355. plughw:CARD=MID,DEV=2
  1356.     HDA Intel MID, VT1828S Alt Analog
  1357.     Hardware device with all software conversions
  1358. plughw:CARD=MID,DEV=3
  1359.     HDA Intel MID, VT1828S Digital
  1360.     Hardware device with all software conversions
  1361. sysdefault:CARD=C1
  1362.     Cambridge AudioDAC100 USB 1, USB Audio
  1363.     Default Audio Device
  1364. front:CARD=C1,DEV=0
  1365.     Cambridge AudioDAC100 USB 1, USB Audio
  1366.     Front speakers
  1367. surround21:CARD=C1,DEV=0
  1368.     Cambridge AudioDAC100 USB 1, USB Audio
  1369.     2.1 Surround output to Front and Subwoofer speakers
  1370. surround40:CARD=C1,DEV=0
  1371.     Cambridge AudioDAC100 USB 1, USB Audio
  1372.     4.0 Surround output to Front and Rear speakers
  1373. surround41:CARD=C1,DEV=0
  1374.     Cambridge AudioDAC100 USB 1, USB Audio
  1375.     4.1 Surround output to Front, Rear and Subwoofer speakers
  1376. surround50:CARD=C1,DEV=0
  1377.     Cambridge AudioDAC100 USB 1, USB Audio
  1378.     5.0 Surround output to Front, Center and Rear speakers
  1379. surround51:CARD=C1,DEV=0
  1380.     Cambridge AudioDAC100 USB 1, USB Audio
  1381.     5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  1382. surround71:CARD=C1,DEV=0
  1383.     Cambridge AudioDAC100 USB 1, USB Audio
  1384.     7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  1385. iec958:CARD=C1,DEV=0
  1386.     Cambridge AudioDAC100 USB 1, USB Audio
  1387.     IEC958 (S/PDIF) Digital Audio Output
  1388. dmix:CARD=C1,DEV=0
  1389.     Cambridge AudioDAC100 USB 1, USB Audio
  1390.     Direct sample mixing device
  1391. dsnoop:CARD=C1,DEV=0
  1392.     Cambridge AudioDAC100 USB 1, USB Audio
  1393.     Direct sample snooping device
  1394. hw:CARD=C1,DEV=0
  1395.     Cambridge AudioDAC100 USB 1, USB Audio
  1396.     Direct hardware device without any conversions
  1397. plughw:CARD=C1,DEV=0
  1398.     Cambridge AudioDAC100 USB 1, USB Audio
  1399.     Hardware device with all software conversions
  1400. hdmi:CARD=NVidia,DEV=0
  1401.     HDA NVidia, HDMI 0
  1402.     HDMI Audio Output
  1403. hdmi:CARD=NVidia,DEV=1
  1404.     HDA NVidia, HDMI 1
  1405.     HDMI Audio Output
  1406. hdmi:CARD=NVidia,DEV=2
  1407.     HDA NVidia, HDMI 2
  1408.     HDMI Audio Output
  1409. hdmi:CARD=NVidia,DEV=3
  1410.     HDA NVidia, HDMI 3
  1411.     HDMI Audio Output
  1412. dmix:CARD=NVidia,DEV=3
  1413.     HDA NVidia, HDMI 0
  1414.     Direct sample mixing device
  1415. dmix:CARD=NVidia,DEV=7
  1416.     HDA NVidia, HDMI 1
  1417.     Direct sample mixing device
  1418. dmix:CARD=NVidia,DEV=8
  1419.     HDA NVidia, HDMI 2
  1420.     Direct sample mixing device
  1421. dmix:CARD=NVidia,DEV=9
  1422.     HDA NVidia, HDMI 3
  1423.     Direct sample mixing device
  1424. dsnoop:CARD=NVidia,DEV=3
  1425.     HDA NVidia, HDMI 0
  1426.     Direct sample snooping device
  1427. dsnoop:CARD=NVidia,DEV=7
  1428.     HDA NVidia, HDMI 1
  1429.     Direct sample snooping device
  1430. dsnoop:CARD=NVidia,DEV=8
  1431.     HDA NVidia, HDMI 2
  1432.     Direct sample snooping device
  1433. dsnoop:CARD=NVidia,DEV=9
  1434.     HDA NVidia, HDMI 3
  1435.     Direct sample snooping device
  1436. hw:CARD=NVidia,DEV=3
  1437.     HDA NVidia, HDMI 0
  1438.     Direct hardware device without any conversions
  1439. hw:CARD=NVidia,DEV=7
  1440.     HDA NVidia, HDMI 1
  1441.     Direct hardware device without any conversions
  1442. hw:CARD=NVidia,DEV=8
  1443.     HDA NVidia, HDMI 2
  1444.     Direct hardware device without any conversions
  1445. hw:CARD=NVidia,DEV=9
  1446.     HDA NVidia, HDMI 3
  1447.     Direct hardware device without any conversions
  1448. plughw:CARD=NVidia,DEV=3
  1449.     HDA NVidia, HDMI 0
  1450.     Hardware device with all software conversions
  1451. plughw:CARD=NVidia,DEV=7
  1452.     HDA NVidia, HDMI 1
  1453.     Hardware device with all software conversions
  1454. plughw:CARD=NVidia,DEV=8
  1455.     HDA NVidia, HDMI 2
  1456.     Hardware device with all software conversions
  1457. plughw:CARD=NVidia,DEV=9
  1458.     HDA NVidia, HDMI 3
  1459.     Hardware device with all software conversions
  1460. ________________
  1461. > arecord -L
  1462. null
  1463.     Discard all samples (playback) or generate zero samples (capture)
  1464. pulse
  1465.     PulseAudio Sound Server
  1466. dsp
  1467. default
  1468.     Playback/recording through the PulseAudio sound server
  1469. sysdefault:CARD=MID
  1470.     HDA Intel MID, VT1828S Analog
  1471.     Default Audio Device
  1472. front:CARD=MID,DEV=0
  1473.     HDA Intel MID, VT1828S Analog
  1474.     Front speakers
  1475. dmix:CARD=MID,DEV=0
  1476.     HDA Intel MID, VT1828S Analog
  1477.     Direct sample mixing device
  1478. dmix:CARD=MID,DEV=2
  1479.     HDA Intel MID, VT1828S Alt Analog
  1480.     Direct sample mixing device
  1481. dsnoop:CARD=MID,DEV=0
  1482.     HDA Intel MID, VT1828S Analog
  1483.     Direct sample snooping device
  1484. dsnoop:CARD=MID,DEV=2
  1485.     HDA Intel MID, VT1828S Alt Analog
  1486.     Direct sample snooping device
  1487. hw:CARD=MID,DEV=0
  1488.     HDA Intel MID, VT1828S Analog
  1489.     Direct hardware device without any conversions
  1490. hw:CARD=MID,DEV=2
  1491.     HDA Intel MID, VT1828S Alt Analog
  1492.     Direct hardware device without any conversions
  1493. plughw:CARD=MID,DEV=0
  1494.     HDA Intel MID, VT1828S Analog
  1495.     Hardware device with all software conversions
  1496. plughw:CARD=MID,DEV=2
  1497.     HDA Intel MID, VT1828S Alt Analog
  1498.     Hardware device with all software conversions
  1499. ________________
  1500. > alsa_info_do
  1501. upload=true&script=true&cardinfo=
  1502. !!################################
  1503. !!ALSA Information Script v 0.4.64
  1504. !!################################
  1505.  
  1506. !!Script ran on: Wed Nov 25 21:27:27 UTC 2020
  1507.  
  1508.  
  1509. !!Linux Distribution
  1510. !!------------------
  1511.  
  1512. Linux Mint 19.3 Tricia \n \l DISTRIB_ID=LinuxMint DISTRIB_DESCRIPTION="Linux Mint 19.3 Tricia" NAME="Linux Mint" ID=linuxmint ID_LIKE=ubuntu PRETTY_NAME="Linux Mint 19.3" HOME_URL="https://www.linuxmint.com/" SUPPORT_URL="https://forums.linuxmint.com/" BUG_REPORT_URL="http://linuxmint-troubleshooting-guide.readthedocs.io/en/latest/" PRIVACY_POLICY_URL="https://www.linuxmint.com/" UBUNTU_CODENAME=bionic
  1513.  
  1514.  
  1515. !!DMI Information
  1516. !!---------------
  1517.  
  1518. Manufacturer:      System manufacturer
  1519. Product Name:      System Product Name
  1520. Product Version:   System Version
  1521. Firmware Version:  1601  
  1522.  
  1523.  
  1524. !!Kernel Information
  1525. !!------------------
  1526.  
  1527. Kernel release:    5.4.0-47-generic
  1528. Operating System:  GNU/Linux
  1529. Architecture:      x86_64
  1530. Processor:         x86_64
  1531. SMP Enabled:       Yes
  1532.  
  1533.  
  1534. !!ALSA Version
  1535. !!------------
  1536.  
  1537. Driver version:     k5.4.0-47-generic
  1538. Library version:    1.1.3
  1539. Utilities version:  1.1.3
  1540.  
  1541.  
  1542. !!Loaded ALSA modules
  1543. !!-------------------
  1544.  
  1545. snd_hda_intel
  1546. snd_usb_audio
  1547. snd_hda_intel
  1548.  
  1549.  
  1550. !!Sound Servers on this system
  1551. !!----------------------------
  1552.  
  1553. Pulseaudio:
  1554.       Installed - Yes (/usr/bin/pulseaudio)
  1555.       Running - Yes
  1556.  
  1557.  
  1558. !!Soundcards recognised by ALSA
  1559. !!-----------------------------
  1560.  
  1561.  0 [MID            ]: HDA-Intel - HDA Intel MID
  1562.                       HDA Intel MID at 0xf5ff8000 irq 49
  1563.  1 [C1             ]: USB-Audio - Cambridge AudioDAC100 USB 1
  1564.                       Cambridge Audio Cambridge AudioDAC100 USB 1 at usb-0000:00:1d.0-1.2, full speed
  1565.  2 [NVidia         ]: HDA-Intel - HDA NVidia
  1566.                       HDA NVidia at 0xf7afc000 irq 17
  1567.  
  1568.  
  1569. !!PCI Soundcards installed in the system
  1570. !!--------------------------------------
  1571.  
  1572. 00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 06)
  1573. 01:00.1 Audio device: NVIDIA Corporation GK107 HDMI Audio Controller (rev a1)
  1574.  
  1575.  
  1576. !!Advanced information - PCI Vendor/Device/Subsystem ID's
  1577. !!-------------------------------------------------------
  1578.  
  1579. 00:1b.0 0403: 8086:3b56 (rev 06)
  1580.     Subsystem: 1043:8375
  1581. --
  1582. 01:00.1 0403: 10de:0e1b (rev a1)
  1583.     Subsystem: 1462:8a96
  1584.  
  1585.  
  1586. !!Modprobe options (Sound related)
  1587. !!--------------------------------
  1588.  
  1589. snd_pcsp: index=-2
  1590. snd_usb_audio: index=-2
  1591. snd_atiixp_modem: index=-2
  1592. snd_intel8x0m: index=-2
  1593. snd_via82xx_modem: index=-2
  1594. snd_atiixp_modem: index=-2
  1595. snd_intel8x0m: index=-2
  1596. snd_via82xx_modem: index=-2
  1597. snd_usb_audio: index=-2
  1598. snd_usb_caiaq: index=-2
  1599. snd_usb_ua101: index=-2
  1600. snd_usb_us122l: index=-2
  1601. snd_usb_usx2y: index=-2
  1602. snd_cmipci: mpu_port=0x330 fm_port=0x388
  1603. snd_pcsp: index=-2
  1604. snd_usb_audio: index=-2
  1605.  
  1606.  
  1607. !!Loaded sound module options
  1608. !!---------------------------
  1609.  
  1610. !!Module: snd_hda_intel
  1611.     align_buffer_size : -1
  1612.     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
  1613.     beep_mode : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
  1614.     dmic_detect : Y
  1615.     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
  1616.     enable_msi : -1
  1617.     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)
  1618.     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
  1619.     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
  1620.     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)
  1621.     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)
  1622.     pm_blacklist : Y
  1623.     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
  1624.     power_save : 1
  1625.     power_save_controller : Y
  1626.     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
  1627.     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
  1628.     single_cmd : -1
  1629.     snoop : -1
  1630.  
  1631. !!Module: snd_usb_audio
  1632.     autoclock : Y
  1633.     device_setup : 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
  1634.     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
  1635.     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)
  1636.     ignore_ctl_error : N
  1637.     index : -2,-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
  1638.     pid : -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
  1639.     quirk_alias : (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)
  1640.     use_vmalloc : Y
  1641.     vid : -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
  1642.  
  1643. !!Module: snd_hda_intel
  1644.     align_buffer_size : -1
  1645.     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
  1646.     beep_mode : N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N,N
  1647.     dmic_detect : Y
  1648.     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
  1649.     enable_msi : -1
  1650.     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)
  1651.     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
  1652.     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
  1653.     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)
  1654.     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)
  1655.     pm_blacklist : Y
  1656.     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
  1657.     power_save : 1
  1658.     power_save_controller : Y
  1659.     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
  1660.     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
  1661.     single_cmd : -1
  1662.     snoop : -1
  1663.  
  1664.  
  1665. !!HDA-Intel Codec information
  1666. !!---------------------------
  1667. --startcollapse--
  1668.  
  1669. Codec: VIA VT1828S
  1670. Address: 0
  1671. AFG Function Id: 0x1 (unsol 0)
  1672. Vendor Id: 0x11064441
  1673. Subsystem Id: 0x104383d0
  1674. Revision Id: 0x100100
  1675. No Modem Function Group found
  1676. Default PCM:
  1677.    rates [0x0]:
  1678.    bits [0x0]:
  1679.    formats [0x0]:
  1680. Default Amp-In caps: N/A
  1681. Default Amp-Out caps: N/A
  1682. State of AFG node 0x01:
  1683.  Power states:  D0 D1 D2 D3 EPSS
  1684.  Power: setting=D0, actual=D0
  1685. GPIO: io=1, o=0, i=0, unsolicited=1, wake=0
  1686.  IO[0]: enable=0, dir=0, wake=0, sticky=0, data=0, unsol=0
  1687. Node 0x08 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  1688.  Control: name="Front Playback Volume", index=0, device=0
  1689.    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1690.  Device: name="VT1828S Analog", type="Audio", device=0
  1691.  Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
  1692.  Amp-Out vals:  [0x24 0x24]
  1693.  Converter: stream=0, channel=0
  1694.  PCM:
  1695.    rates [0x5e0]: 44100 48000 88200 96000 192000
  1696.    bits [0xe]: 16 20 24
  1697.    formats [0x1]: PCM
  1698.  Power states:  D0 D1 D2 D3
  1699.  Power: setting=D0, actual=D0
  1700. Node 0x09 [Audio Output] wcaps 0x41d: Stereo Amp-Out
  1701.  Control: name="Surround Playback Volume", index=0, device=0
  1702.    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1703.  Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
  1704.  Amp-Out vals:  [0x24 0x24]
  1705.  Converter: stream=0, channel=0
  1706.  PCM:
  1707.    rates [0x5e0]: 44100 48000 88200 96000 192000
  1708.    bits [0xe]: 16 20 24
  1709.    formats [0x1]: PCM
  1710.  Power states:  D0 D1 D2 D3
  1711.  Power: setting=D0, actual=D0
  1712. Node 0x0a [Audio Output] wcaps 0x41d: Stereo Amp-Out
  1713.  Control: name="Center Playback Volume", index=0, device=0
  1714.    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  1715.  Control: name="LFE Playback Volume", index=0, device=0
  1716.    ControlAmp: chs=2, dir=Out, idx=0, ofs=0
  1717.  Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
  1718.  Amp-Out vals:  [0x24 0x24]
  1719.  Converter: stream=0, channel=0
  1720.  PCM:
  1721.    rates [0x5e0]: 44100 48000 88200 96000 192000
  1722.    bits [0xe]: 16 20 24
  1723.    formats [0x1]: PCM
  1724.  Power states:  D0 D1 D2 D3
  1725.  Power: setting=D0, actual=D0
  1726. Node 0x0b [Audio Output] wcaps 0x41d: Stereo Amp-Out
  1727.  Control: name="Side Playback Volume", index=0, device=0
  1728.    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1729.  Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
  1730.  Amp-Out vals:  [0x24 0x24]
  1731.  Converter: stream=0, channel=0
  1732.  PCM:
  1733.    rates [0x5e0]: 44100 48000 88200 96000 192000
  1734.    bits [0xe]: 16 20 24
  1735.    formats [0x1]: PCM
  1736.  Power states:  D0 D1 D2 D3
  1737.  Power: setting=D0, actual=D0
  1738. Node 0x0c [Audio Output] wcaps 0x41d: Stereo Amp-Out
  1739.  Control: name="Headphone Playback Volume", index=0, device=0
  1740.    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1741.  Device: name="VT1828S Alt Analog", type="Audio", device=2
  1742.  Amp-Out caps: ofs=0x2a, nsteps=0x2a, stepsize=0x05, mute=0
  1743.  Amp-Out vals:  [0x00 0x00]
  1744.  Converter: stream=0, channel=0
  1745.  PCM:
  1746.    rates [0x5e0]: 44100 48000 88200 96000 192000
  1747.    bits [0xe]: 16 20 24
  1748.    formats [0x1]: PCM
  1749.  Power states:  D0 D1 D2 D3
  1750.  Power: setting=D0, actual=D0
  1751. Node 0x0d [Vendor Defined Widget] wcaps 0xf00000: Mono
  1752. Node 0x0e [Audio Output] wcaps 0x611: Stereo Digital
  1753.  Control: name="IEC958 Playback Con Mask", index=0, device=0
  1754.  Control: name="IEC958 Playback Pro Mask", index=0, device=0
  1755.  Control: name="IEC958 Playback Default", index=0, device=0
  1756.  Control: name="IEC958 Playback Switch", index=0, device=0
  1757.  Control: name="IEC958 Default PCM Playback Switch", index=0, device=0
  1758.  Device: name="VT1828S Digital", type="HDMI", device=3
  1759.  Converter: stream=0, channel=0
  1760.  Digital:
  1761.  Digital category: 0x0
  1762.  IEC Coding Type: 0x0
  1763.  PCM:
  1764.    rates [0x5e0]: 44100 48000 88200 96000 192000
  1765.    bits [0xe]: 16 20 24
  1766.    formats [0x1]: PCM
  1767.  Power states:  D0 D1 D2 D3
  1768.  Power: setting=D0, actual=D0
  1769. Node 0x0f [Audio Output] wcaps 0x611: Stereo Digital
  1770.  Converter: stream=0, channel=0
  1771.  Digital:
  1772.  Digital category: 0x0
  1773.  IEC Coding Type: 0x0
  1774.  PCM:
  1775.    rates [0x5e0]: 44100 48000 88200 96000 192000
  1776.    bits [0xe]: 16 20 24
  1777.    formats [0x1]: PCM
  1778.  Power states:  D0 D1 D2 D3
  1779.  Power: setting=D0, actual=D0
  1780. Node 0x10 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  1781.  Control: name="Capture Volume", index=0, device=0
  1782.    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1783.  Control: name="Capture Switch", index=0, device=0
  1784.    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1785.  Device: name="VT1828S Analog", type="Audio", device=0
  1786.  Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
  1787.  Amp-In vals:  [0x13 0x13]
  1788.  Converter: stream=0, channel=0
  1789.  SDI-Select: 0
  1790.  PCM:
  1791.    rates [0x560]: 44100 48000 96000 192000
  1792.    bits [0xe]: 16 20 24
  1793.    formats [0x1]: PCM
  1794.  Power states:  D0 D1 D2 D3
  1795.  Power: setting=D0, actual=D0
  1796.  Connection: 1
  1797.     0x1e
  1798. Node 0x11 [Audio Input] wcaps 0x10051b: Stereo Amp-In
  1799.  Control: name="Capture Volume", index=1, device=0
  1800.    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1801.  Control: name="Capture Switch", index=1, device=0
  1802.    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1803.  Device: name="VT1828S Alt Analog", type="Audio", device=2
  1804.  Amp-In caps: ofs=0x0b, nsteps=0x1f, stepsize=0x05, mute=1
  1805.  Amp-In vals:  [0x80 0x80]
  1806.  Converter: stream=0, channel=0
  1807.  SDI-Select: 0
  1808.  PCM:
  1809.    rates [0x560]: 44100 48000 96000 192000
  1810.    bits [0xe]: 16 20 24
  1811.    formats [0x1]: PCM
  1812.  Power states:  D0 D1 D2 D3
  1813.  Power: setting=D0, actual=D0
  1814.  Connection: 1
  1815.     0x1f
  1816. Node 0x12 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1817. Node 0x13 [Audio Input] wcaps 0x100711: Stereo Digital
  1818.  Converter: stream=0, channel=0
  1819.  SDI-Select: 0
  1820.  Digital:
  1821.  Digital category: 0x0
  1822.  IEC Coding Type: 0x0
  1823.  PCM:
  1824.    rates [0x1f0]: 32000 44100 48000 88200 96000
  1825.    bits [0xe]: 16 20 24
  1826.    formats [0x1]: PCM
  1827.  Power states:  D0 D1 D2 D3
  1828.  Power: setting=D0, actual=D0
  1829.  Connection: 1
  1830.     0x2f
  1831. Node 0x14 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1832. Node 0x15 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1833. Node 0x16 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1834. Node 0x17 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1835. Node 0x18 [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
  1836.  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1837.  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  1838.  Power states:  D0 D1 D2 D3
  1839.  Power: setting=D0, actual=D0
  1840.  Connection: 2
  1841.     0x08 0x21
  1842. Node 0x19 [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
  1843.  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1844.  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  1845.  Power states:  D0 D1 D2 D3
  1846.  Power: setting=D0, actual=D0
  1847.  Connection: 2
  1848.     0x09 0x21
  1849. Node 0x1a [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
  1850.  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1851.  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  1852.  Power states:  D0 D1 D2 D3
  1853.  Power: setting=D0, actual=D0
  1854.  Connection: 2
  1855.     0x0b 0x21
  1856. Node 0x1b [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
  1857.  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1858.  Amp-In vals:  [0x00 0x00] [0x80 0x80]
  1859.  Power states:  D0 D1 D2 D3
  1860.  Power: setting=D0, actual=D0
  1861.  Connection: 2
  1862.     0x34 0x21
  1863. Node 0x1c [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
  1864.  Amp-In caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1865.  Amp-In vals:  [0x80 0x80] [0x80 0x80]
  1866.  Power states:  D0 D1 D2 D3
  1867.  Power: setting=D0, actual=D0
  1868.  Connection: 2
  1869.     0x35 0x21
  1870. Node 0x1d [Vendor Defined Widget] wcaps 0xf00000: Mono
  1871. Node 0x1e [Audio Selector] wcaps 0x300501: Stereo
  1872.  Power states:  D0 D1 D2 D3
  1873.  Power: setting=D0, actual=D0
  1874.  Connection: 6
  1875.     0x2c 0x2b 0x2a 0x29* 0x28 0x21
  1876. Node 0x1f [Audio Selector] wcaps 0x300501: Stereo
  1877.  Power states:  D0 D1 D2 D3
  1878.  Power: setting=D0, actual=D0
  1879.  Connection: 6
  1880.     0x2c 0x2b 0x2a 0x29* 0x28 0x21
  1881. Node 0x20 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1882. Node 0x21 [Audio Mixer] wcaps 0x20050b: Stereo Amp-In
  1883.  Control: name="Front Mic Playback Volume", index=0, device=0
  1884.    ControlAmp: chs=3, dir=In, idx=3, ofs=0
  1885.  Control: name="Front Mic Playback Switch", index=0, device=0
  1886.    ControlAmp: chs=3, dir=In, idx=3, ofs=0
  1887.  Control: name="Rear Mic Playback Volume", index=0, device=0
  1888.    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  1889.  Control: name="Rear Mic Playback Switch", index=0, device=0
  1890.    ControlAmp: chs=3, dir=In, idx=1, ofs=0
  1891.  Control: name="Line Playback Volume", index=0, device=0
  1892.    ControlAmp: chs=3, dir=In, idx=2, ofs=0
  1893.  Control: name="Line Playback Switch", index=0, device=0
  1894.    ControlAmp: chs=3, dir=In, idx=2, ofs=0
  1895.  Control: name="CD Playback Volume", index=0, device=0
  1896.    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1897.  Control: name="CD Playback Switch", index=0, device=0
  1898.    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1899.  Amp-In caps: ofs=0x17, nsteps=0x1f, stepsize=0x05, mute=1
  1900.  Amp-In vals:  [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80] [0x80 0x80]
  1901.  Power states:  D0 D1 D2 D3
  1902.  Power: setting=D0, actual=D0
  1903.  Connection: 5
  1904.     0x2c 0x2b 0x2a 0x29 0x28
  1905.  In-driver Connection: 6
  1906.     0x2c 0x2b 0x2a 0x29 0x28 0x08
  1907. Node 0x22 [Beep Generator Widget] wcaps 0x70040c: Mono Amp-Out
  1908.  Control: name="Beep Playback Volume", index=0, device=0
  1909.    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  1910.  Control: name="Beep Playback Switch", index=0, device=0
  1911.    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  1912.  Amp-Out caps: ofs=0x0a, nsteps=0x12, stepsize=0x05, mute=1
  1913.  Amp-Out vals:  [0x0a]
  1914.  Power states:  D0 D1 D2 D3
  1915.  Power: setting=D0, actual=D0
  1916. Node 0x23 [Vendor Defined Widget] wcaps 0xf00000: Mono
  1917. Node 0x24 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1918.  Control: name="Front Playback Switch", index=0, device=0
  1919.    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1920.  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1921.  Amp-Out vals:  [0x00 0x00]
  1922.  Pincap 0x0001001c: OUT HP EAPD Detect
  1923.  EAPD 0x2: EAPD
  1924.  Pin Default 0x01014010: [Jack] Line Out at Ext Rear
  1925.    Conn = 1/8, Color = Green
  1926.    DefAssociation = 0x1, Sequence = 0x0
  1927.  Pin-ctls: 0x40: OUT
  1928.  Unsolicited: tag=01, enabled=1
  1929.  Power states:  D0 D1 D2 D3
  1930.  Power: setting=D0, actual=D0
  1931.  Connection: 1
  1932.     0x18
  1933. Node 0x25 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1934.  Control: name="Surround Playback Switch", index=0, device=0
  1935.    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1936.  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1937.  Amp-Out vals:  [0x00 0x00]
  1938.  Pincap 0x0000001c: OUT HP Detect
  1939.  Pin Default 0x01011012: [Jack] Line Out at Ext Rear
  1940.    Conn = 1/8, Color = Black
  1941.    DefAssociation = 0x1, Sequence = 0x2
  1942.  Pin-ctls: 0x40: OUT
  1943.  Unsolicited: tag=02, enabled=1
  1944.  Power states:  D0 D1 D2 D3
  1945.  Power: setting=D0, actual=D0
  1946.  Connection: 1
  1947.     0x19
  1948. Node 0x26 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1949.  Control: name="Center Playback Switch", index=0, device=0
  1950.    ControlAmp: chs=1, dir=Out, idx=0, ofs=0
  1951.  Control: name="LFE Playback Switch", index=0, device=0
  1952.    ControlAmp: chs=2, dir=Out, idx=0, ofs=0
  1953.  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1954.  Amp-Out vals:  [0x00 0x00]
  1955.  Pincap 0x00000014: OUT Detect
  1956.  Pin Default 0x01016011: [Jack] Line Out at Ext Rear
  1957.    Conn = 1/8, Color = Orange
  1958.    DefAssociation = 0x1, Sequence = 0x1
  1959.  Pin-ctls: 0x40: OUT
  1960.  Unsolicited: tag=03, enabled=1
  1961.  Power states:  D0 D1 D2 D3
  1962.  Power: setting=D0, actual=D0
  1963.  Connection: 1
  1964.     0x0a
  1965. Node 0x27 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1966.  Control: name="Side Playback Switch", index=0, device=0
  1967.    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1968.  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1969.  Amp-Out vals:  [0x00 0x00]
  1970.  Pincap 0x00000014: OUT Detect
  1971.  Pin Default 0x01012014: [Jack] Line Out at Ext Rear
  1972.    Conn = 1/8, Color = Grey
  1973.    DefAssociation = 0x1, Sequence = 0x4
  1974.  Pin-ctls: 0x40: OUT
  1975.  Unsolicited: tag=04, enabled=1
  1976.  Power states:  D0 D1 D2 D3
  1977.  Power: setting=D0, actual=D0
  1978.  Connection: 1
  1979.     0x1a
  1980. Node 0x28 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1981.  Control: name="Headphone Playback Switch", index=0, device=0
  1982.    ControlAmp: chs=3, dir=Out, idx=0, ofs=0
  1983.  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  1984.  Amp-Out vals:  [0x80 0x80]
  1985.  Pincap 0x0000233c: IN OUT HP Detect
  1986.    Vref caps: HIZ 50 100
  1987.  Pin Default 0x0221401f: [Jack] HP Out at Ext Front
  1988.    Conn = 1/8, Color = Green
  1989.    DefAssociation = 0x1, Sequence = 0xf
  1990.  Pin-ctls: 0xc0: OUT HP VREF_HIZ
  1991.  Unsolicited: tag=05, enabled=1
  1992.  Power states:  D0 D1 D2 D3
  1993.  Power: setting=D0, actual=D0
  1994.  Connection: 1
  1995.     0x1b
  1996. Node 0x29 [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  1997.  Control: name="Front Mic Boost Volume", index=0, device=0
  1998.    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  1999.  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  2000.  Amp-Out vals:  [0x80 0x80]
  2001.  Pincap 0x0000233c: IN OUT HP Detect
  2002.    Vref caps: HIZ 50 100
  2003.  Pin Default 0x02a19037: [Jack] Mic at Ext Front
  2004.    Conn = 1/8, Color = Pink
  2005.    DefAssociation = 0x3, Sequence = 0x7
  2006.  Pin-ctls: 0x21: IN VREF_50
  2007.  Unsolicited: tag=06, enabled=1
  2008.  Power states:  D0 D1 D2 D3
  2009.  Power: setting=D0, actual=D0
  2010.  Connection: 1
  2011.     0x1c
  2012. Node 0x2a [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  2013.  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  2014.  Amp-Out vals:  [0x80 0x80]
  2015.  Pincap 0x00002334: IN OUT Detect
  2016.    Vref caps: HIZ 50 100
  2017.  Pin Default 0x0181303e: [Jack] Line In at Ext Rear
  2018.    Conn = 1/8, Color = Blue
  2019.    DefAssociation = 0x3, Sequence = 0xe
  2020.  Pin-ctls: 0x20: IN VREF_HIZ
  2021.  Unsolicited: tag=08, enabled=1
  2022.  Power states:  D0 D1 D2 D3
  2023.  Power: setting=D0, actual=D0
  2024.  Connection: 2
  2025.     0x09* 0x0c
  2026. Node 0x2b [Pin Complex] wcaps 0x40058d: Stereo Amp-Out
  2027.  Control: name="Rear Mic Boost Volume", index=0, device=0
  2028.    ControlAmp: chs=3, dir=In, idx=0, ofs=0
  2029.  Amp-Out caps: ofs=0x00, nsteps=0x00, stepsize=0x00, mute=1
  2030.  Amp-Out vals:  [0x80 0x80]
  2031.  Pincap 0x00002334: IN OUT Detect
  2032.    Vref caps: HIZ 50 100
  2033.  Pin Default 0x01a19036: [Jack] Mic at Ext Rear
  2034.    Conn = 1/8, Color = Pink
  2035.    DefAssociation = 0x3, Sequence = 0x6
  2036.  Pin-ctls: 0x21: IN VREF_50
  2037.  Unsolicited: tag=07, enabled=1
  2038.  Power states:  D0 D1 D2 D3
  2039.  Power: setting=D0, actual=D0
  2040.  Connection: 2
  2041.     0x0a* 0x0c
  2042. Node 0x2c [Pin Complex] wcaps 0x400401: Stereo
  2043.  Pincap 0x00000020: IN
  2044.  Pin Default 0x90331138: [Fixed] CD at Int N/A
  2045.    Conn = ATAPI, Color = Black
  2046.    DefAssociation = 0x3, Sequence = 0x8
  2047.    Misc = NO_PRESENCE
  2048.  Pin-ctls: 0x20: IN
  2049.  Power states:  D0 D1 D2 D3
  2050.  Power: setting=D0, actual=D0
  2051. Node 0x2d [Pin Complex] wcaps 0x400701: Stereo Digital
  2052.  Pincap 0x00000090: OUT HDMI
  2053.  Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  2054.    Conn = Digital, Color = Unknown
  2055.    DefAssociation = 0xf, Sequence = 0x0
  2056.  Pin-ctls: 0x40: OUT
  2057.  Power states:  D0 D1 D2 D3
  2058.  Power: setting=D0, actual=D0
  2059.  Connection: 1
  2060.     0x0e
  2061. Node 0x2e [Pin Complex] wcaps 0x400701: Stereo Digital
  2062.  Pincap 0x00000010: OUT
  2063.  Pin Default 0x074411f0: [Jack] SPDIF Out at Ext Rear Panel
  2064.    Conn = RCA, Color = Black
  2065.    DefAssociation = 0xf, Sequence = 0x0
  2066.    Misc = NO_PRESENCE
  2067.  Pin-ctls: 0x40: OUT
  2068.  Power states:  D0 D1 D2 D3
  2069.  Power: setting=D0, actual=D0
  2070.  Connection: 1
  2071.     0x0f
  2072. Node 0x2f [Pin Complex] wcaps 0x400601: Stereo Digital
  2073.  Pincap 0x00000030: IN OUT
  2074.  Pin Default 0x47c421f0: [N/A] SPDIF In at Ext Rear Panel
  2075.    Conn = RCA, Color = Grey
  2076.    DefAssociation = 0xf, Sequence = 0x0
  2077.    Misc = NO_PRESENCE
  2078.  Pin-ctls: 0x40: OUT
  2079.  Power states:  D0 D1 D2 D3
  2080.  Power: setting=D0, actual=D0
  2081. Node 0x30 [Vendor Defined Widget] wcaps 0xf00000: Mono
  2082. Node 0x31 [Vendor Defined Widget] wcaps 0xf00000: Mono
  2083. Node 0x32 [Vendor Defined Widget] wcaps 0xf00000: Mono
  2084. Node 0x33 [Vendor Defined Widget] wcaps 0xf00000: Mono
  2085. Node 0x34 [Audio Selector] wcaps 0x300501: Stereo
  2086.  Power states:  D0 D1 D2 D3
  2087.  Power: setting=D0, actual=D0
  2088.  Connection: 3
  2089.     0x08 0x0b 0x0c*
  2090. Node 0x35 [Audio Selector] wcaps 0x300501: Stereo
  2091.  Power states:  D0 D1 D2 D3
  2092.  Power: setting=D0, actual=D0
  2093.  Connection: 3
  2094.     0x08* 0x0b 0x0c
  2095. Codec: Nvidia GPU 42 HDMI/DP
  2096. Address: 0
  2097. AFG Function Id: 0x1 (unsol 0)
  2098. Vendor Id: 0x10de0042
  2099. Subsystem Id: 0x14628a96
  2100. Revision Id: 0x100100
  2101. No Modem Function Group found
  2102. Default PCM:
  2103.    rates [0x0]:
  2104.    bits [0x0]:
  2105.    formats [0x0]:
  2106. Default Amp-In caps: N/A
  2107. Default Amp-Out caps: N/A
  2108. State of AFG node 0x01:
  2109.  Power states:  D0 D1 D2 D3 CLKSTOP EPSS
  2110.  Power: setting=D0, actual=D0
  2111. GPIO: io=0, o=0, i=0, unsolicited=0, wake=0
  2112. Node 0x04 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP
  2113.  Control: name="IEC958 Playback Con Mask", index=0, device=0
  2114.  Control: name="IEC958 Playback Pro Mask", index=0, device=0
  2115.  Control: name="IEC958 Playback Default", index=0, device=0
  2116.  Control: name="IEC958 Playback Switch", index=0, device=0
  2117.  Pincap 0x09000094: OUT Detect HBR HDMI DP
  2118.  Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  2119.    Conn = Digital, Color = Unknown
  2120.    DefAssociation = 0xf, Sequence = 0x0
  2121.  Pin-ctls: 0x00:
  2122.  Unsolicited: tag=01, enabled=1
  2123.  Connection: 4
  2124.     0x08* 0x09 0x0a 0x0b
  2125. Node 0x05 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP
  2126.  Control: name="IEC958 Playback Con Mask", index=1, device=0
  2127.  Control: name="IEC958 Playback Pro Mask", index=1, device=0
  2128.  Control: name="IEC958 Playback Default", index=1, device=0
  2129.  Control: name="IEC958 Playback Switch", index=1, device=0
  2130.  Pincap 0x09000094: OUT Detect HBR HDMI DP
  2131.  Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  2132.    Conn = Digital, Color = Unknown
  2133.    DefAssociation = 0xf, Sequence = 0x0
  2134.  Pin-ctls: 0x00:
  2135.  Unsolicited: tag=02, enabled=1
  2136.  Connection: 4
  2137.     0x08* 0x09 0x0a 0x0b
  2138. Node 0x06 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP
  2139.  Control: name="IEC958 Playback Con Mask", index=2, device=0
  2140.  Control: name="IEC958 Playback Pro Mask", index=2, device=0
  2141.  Control: name="IEC958 Playback Default", index=2, device=0
  2142.  Control: name="IEC958 Playback Switch", index=2, device=0
  2143.  Pincap 0x09000094: OUT Detect HBR HDMI DP
  2144.  Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  2145.    Conn = Digital, Color = Unknown
  2146.    DefAssociation = 0xf, Sequence = 0x0
  2147.  Pin-ctls: 0x00:
  2148.  Unsolicited: tag=03, enabled=1
  2149.  Connection: 4
  2150.     0x08* 0x09 0x0a 0x0b
  2151. Node 0x07 [Pin Complex] wcaps 0x407381: 8-Channels Digital CP
  2152.  Control: name="IEC958 Playback Con Mask", index=3, device=0
  2153.  Control: name="IEC958 Playback Pro Mask", index=3, device=0
  2154.  Control: name="IEC958 Playback Default", index=3, device=0
  2155.  Control: name="IEC958 Playback Switch", index=3, device=0
  2156.  Pincap 0x09000094: OUT Detect HBR HDMI DP
  2157.  Pin Default 0x185600f0: [Jack] Digital Out at Int HDMI
  2158.    Conn = Digital, Color = Unknown
  2159.    DefAssociation = 0xf, Sequence = 0x0
  2160.  Pin-ctls: 0x00:
  2161.  Unsolicited: tag=04, enabled=1
  2162.  Connection: 4
  2163.     0x08* 0x09 0x0a 0x0b
  2164. Node 0x08 [Audio Output] wcaps 0x62b1: 8-Channels Digital Stripe
  2165.  Converter: stream=0, channel=0
  2166.  Digital: Enabled
  2167.  Digital category: 0x0
  2168.  IEC Coding Type: 0x0
  2169.  PCM:
  2170.    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
  2171.    bits [0xe]: 16 20 24
  2172.    formats [0x5]: PCM AC3
  2173.  Unsolicited: tag=00, enabled=0
  2174. Node 0x09 [Audio Output] wcaps 0x62b1: 8-Channels Digital Stripe
  2175.  Converter: stream=0, channel=0
  2176.  Digital:
  2177.  Digital category: 0x0
  2178.  IEC Coding Type: 0x0
  2179.  PCM:
  2180.    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
  2181.    bits [0xe]: 16 20 24
  2182.    formats [0x5]: PCM AC3
  2183.  Unsolicited: tag=00, enabled=0
  2184. Node 0x0a [Audio Output] wcaps 0x62b1: 8-Channels Digital Stripe
  2185.  Converter: stream=0, channel=0
  2186.  Digital:
  2187.  Digital category: 0x0
  2188.  IEC Coding Type: 0x0
  2189.  PCM:
  2190.    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
  2191.    bits [0xe]: 16 20 24
  2192.    formats [0x5]: PCM AC3
  2193.  Unsolicited: tag=00, enabled=0
  2194. Node 0x0b [Audio Output] wcaps 0x62b1: 8-Channels Digital Stripe
  2195.  Converter: stream=0, channel=0
  2196.  Digital:
  2197.  Digital category: 0x0
  2198.  IEC Coding Type: 0x0
  2199.  PCM:
  2200.    rates [0x7f0]: 32000 44100 48000 88200 96000 176400 192000
  2201.    bits [0xe]: 16 20 24
  2202.    formats [0x5]: PCM AC3
  2203.  Unsolicited: tag=00, enabled=0
  2204. --endcollapse--
  2205.  
  2206.  
  2207. !!USB Mixer information
  2208. !!---------------------
  2209. --startcollapse--
  2210.  
  2211. USB Mixer: usb_id=0x22e8dac3, ctrlif=0, ctlerr=0
  2212. Card: Cambridge Audio Cambridge AudioDAC100 USB 1 at usb-0000:00:1d.0-1.2, full speed
  2213.  Unit: 10
  2214.    Control: name="Cambridge AudioDAC100 USB 1 Audio In Playba", index=1
  2215.    Info: id=10, control=1, cmask=0x0, channels=1, type="INV_BOOLEAN"
  2216.    Volume: min=0, max=1, dBmin=0, dBmax=0
  2217.  Unit: 10
  2218.    Control: name="Cambridge AudioDAC100 USB 1 Audio In Playba", index=0
  2219.    Info: id=10, control=1, cmask=0x3, channels=2, type="INV_BOOLEAN"
  2220.    Volume: min=0, max=1, dBmin=0, dBmax=0
  2221. --endcollapse--
  2222.  
  2223.  
  2224. !!ALSA Device nodes
  2225. !!-----------------
  2226.  
  2227. crw-rw----+ 1 root audio 116, 10 Nov 25 22:26 /dev/snd/controlC0
  2228. crw-rw----+ 1 root audio 116,  3 Nov 25 22:26 /dev/snd/controlC1
  2229. crw-rw----+ 1 root audio 116, 16 Nov 25 22:26 /dev/snd/controlC2
  2230. crw-rw----+ 1 root audio 116,  9 Nov 25 22:26 /dev/snd/hwC0D0
  2231. crw-rw----+ 1 root audio 116, 15 Nov 25 22:26 /dev/snd/hwC2D0
  2232. crw-rw----+ 1 root audio 116,  5 Nov 25 22:26 /dev/snd/pcmC0D0c
  2233. crw-rw----+ 1 root audio 116,  4 Nov 25 22:26 /dev/snd/pcmC0D0p
  2234. crw-rw----+ 1 root audio 116,  8 Nov 25 22:26 /dev/snd/pcmC0D2c
  2235. crw-rw----+ 1 root audio 116,  7 Nov 25 22:26 /dev/snd/pcmC0D2p
  2236. crw-rw----+ 1 root audio 116,  6 Nov 25 22:26 /dev/snd/pcmC0D3p
  2237. crw-rw----+ 1 root audio 116,  2 Nov 25 22:27 /dev/snd/pcmC1D0p
  2238. crw-rw----+ 1 root audio 116, 11 Nov 25 22:26 /dev/snd/pcmC2D3p
  2239. crw-rw----+ 1 root audio 116, 12 Nov 25 22:26 /dev/snd/pcmC2D7p
  2240. crw-rw----+ 1 root audio 116, 13 Nov 25 22:26 /dev/snd/pcmC2D8p
  2241. crw-rw----+ 1 root audio 116, 14 Nov 25 22:26 /dev/snd/pcmC2D9p
  2242. crw-rw----+ 1 root audio 116,  1 Nov 25 22:26 /dev/snd/seq
  2243. crw-rw----+ 1 root audio 116, 33 Nov 25 22:26 /dev/snd/timer
  2244.  
  2245. /dev/snd/by-id:
  2246. total 0
  2247. drwxr-xr-x 2 root root  60 Nov 25 22:26 .
  2248. drwxr-xr-x 4 root root 420 Nov 25 22:26 ..
  2249. lrwxrwxrwx 1 root root  12 Nov 25 22:26 usb-Cambridge_Audio_Cambridge_AudioDAC100_USB_1_0000-00 -> ../controlC1
  2250.  
  2251. /dev/snd/by-path:
  2252. total 0
  2253. drwxr-xr-x 2 root root 100 Nov 25 22:26 .
  2254. drwxr-xr-x 4 root root 420 Nov 25 22:26 ..
  2255. lrwxrwxrwx 1 root root  12 Nov 25 22:26 pci-0000:00:1b.0 -> ../controlC0
  2256. lrwxrwxrwx 1 root root  12 Nov 25 22:26 pci-0000:00:1d.0-usb-0:1.2:1.0 -> ../controlC1
  2257. lrwxrwxrwx 1 root root  12 Nov 25 22:26 pci-0000:01:00.1 -> ../controlC2
  2258.  
  2259.  
  2260. !!ALSA configuration files
  2261. !!------------------------
  2262.  
  2263. !!User specific config file (~/.asoundrc)
  2264.  
  2265. pcm.dsp {
  2266.     type plug
  2267.     slave {
  2268.         format FLOAT
  2269.         rate unchanged
  2270.         channels unchanged
  2271.         pcm {
  2272.             type ladspa
  2273.             path "/usr/lib/ladspa"
  2274.             playback_plugins [{
  2275.                 label "ladspa_dsp"
  2276.             }]
  2277.             slave.pcm {
  2278.                 type plug
  2279.                 slave {
  2280.                     pcm "hw:1,0"
  2281.                     rate unchanged
  2282.                     channels unchanged
  2283.                 }
  2284.             }
  2285.         }
  2286.     }
  2287. }
  2288.  
  2289.  
  2290. pcm.!default {
  2291.     type copy
  2292.     slave.pcm "dsp"
  2293. }
  2294.  
  2295.  
  2296. !!Aplay/Arecord output
  2297. !!--------------------
  2298.  
  2299. APLAY
  2300.  
  2301. **** List of PLAYBACK Hardware Devices ****
  2302. card 0: MID [HDA Intel MID], device 0: VT1828S Analog [VT1828S Analog]
  2303.  Subdevices: 1/1
  2304.  Subdevice #0: subdevice #0
  2305. card 0: MID [HDA Intel MID], device 2: VT1828S Alt Analog [VT1828S Alt Analog]
  2306.  Subdevices: 1/1
  2307.  Subdevice #0: subdevice #0
  2308. card 0: MID [HDA Intel MID], device 3: VT1828S Digital [VT1828S Digital]
  2309.  Subdevices: 1/1
  2310.  Subdevice #0: subdevice #0
  2311. card 1: C1 [Cambridge AudioDAC100 USB 1], device 0: USB Audio [USB Audio]
  2312.  Subdevices: 1/1
  2313.  Subdevice #0: subdevice #0
  2314. card 2: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  2315.  Subdevices: 1/1
  2316.  Subdevice #0: subdevice #0
  2317. card 2: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  2318.  Subdevices: 1/1
  2319.  Subdevice #0: subdevice #0
  2320. card 2: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
  2321.  Subdevices: 1/1
  2322.  Subdevice #0: subdevice #0
  2323. card 2: NVidia [HDA NVidia], device 9: HDMI 3 [HDMI 3]
  2324.  Subdevices: 1/1
  2325.  Subdevice #0: subdevice #0
  2326.  
  2327. ARECORD
  2328.  
  2329. **** List of CAPTURE Hardware Devices ****
  2330. card 0: MID [HDA Intel MID], device 0: VT1828S Analog [VT1828S Analog]
  2331.  Subdevices: 1/1
  2332.  Subdevice #0: subdevice #0
  2333. card 0: MID [HDA Intel MID], device 2: VT1828S Alt Analog [VT1828S Alt Analog]
  2334.  Subdevices: 1/1
  2335.  Subdevice #0: subdevice #0
  2336.  
  2337. !!Amixer output
  2338. !!-------------
  2339.  
  2340. !!-------Mixer controls for card 0 [MID]
  2341.  
  2342. Card hw:0 'MID'/'HDA Intel MID at 0xf5ff8000 irq 49'
  2343.   Mixer name    : 'VIA VT1828S'
  2344.   Components    : 'HDA:11064441,104383d0,00100100'
  2345.  Controls      : 58
  2346.  Simple ctrls  : 25
  2347. Simple mixer control 'Master',0
  2348.  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  2349.  Playback channels: Mono
  2350.  Limits: Playback 0 - 42
  2351.  Mono: Playback 36 [86%] [-9.00dB] [on]
  2352. Simple mixer control 'Headphone',0
  2353.  Capabilities: pvolume pswitch
  2354.  Playback channels: Front Left - Front Right
  2355.  Limits: Playback 0 - 42
  2356.  Mono:
  2357.  Front Left: Playback 0 [0%] [-63.00dB] [off]
  2358.  Front Right: Playback 0 [0%] [-63.00dB] [off]
  2359. Simple mixer control 'PCM',0
  2360.  Capabilities: pvolume
  2361.  Playback channels: Front Left - Front Right
  2362.  Limits: Playback 0 - 255
  2363.  Mono:
  2364.  Front Left: Playback 254 [100%] [-0.20dB]
  2365.  Front Right: Playback 254 [100%] [-0.20dB]
  2366. Simple mixer control 'Front',0
  2367.  Capabilities: pvolume pswitch
  2368.  Playback channels: Front Left - Front Right
  2369.  Limits: Playback 0 - 42
  2370.  Mono:
  2371.  Front Left: Playback 42 [100%] [0.00dB] [on]
  2372.  Front Right: Playback 42 [100%] [0.00dB] [on]
  2373. Simple mixer control 'Front Mic',0
  2374.  Capabilities: pvolume pswitch
  2375.  Playback channels: Front Left - Front Right
  2376.  Limits: Playback 0 - 31
  2377.  Mono:
  2378.  Front Left: Playback 0 [0%] [-34.50dB] [off]
  2379.  Front Right: Playback 0 [0%] [-34.50dB] [off]
  2380. Simple mixer control 'Front Mic Boost',0
  2381.  Capabilities: volume
  2382.  Playback channels: Front Left - Front Right
  2383.  Capture channels: Front Left - Front Right
  2384.  Limits: 0 - 3
  2385.  Front Left: 0 [0%] [0.00dB]
  2386.  Front Right: 0 [0%] [0.00dB]
  2387. Simple mixer control 'Surround',0
  2388.  Capabilities: pvolume pswitch
  2389.  Playback channels: Front Left - Front Right
  2390.  Limits: Playback 0 - 42
  2391.  Mono:
  2392.  Front Left: Playback 42 [100%] [0.00dB] [on]
  2393.  Front Right: Playback 42 [100%] [0.00dB] [on]
  2394. Simple mixer control 'Center',0
  2395.  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  2396.  Playback channels: Mono
  2397.  Limits: Playback 0 - 42
  2398.  Mono: Playback 42 [100%] [0.00dB] [on]
  2399. Simple mixer control 'LFE',0
  2400.  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  2401.  Playback channels: Mono
  2402.  Limits: Playback 0 - 42
  2403.  Mono: Playback 42 [100%] [0.00dB] [on]
  2404. Simple mixer control 'Side',0
  2405.  Capabilities: pvolume pswitch
  2406.  Playback channels: Front Left - Front Right
  2407.  Limits: Playback 0 - 42
  2408.  Mono:
  2409.  Front Left: Playback 42 [100%] [0.00dB] [on]
  2410.  Front Right: Playback 42 [100%] [0.00dB] [on]
  2411. Simple mixer control 'Line',0
  2412.  Capabilities: pvolume pswitch
  2413.  Playback channels: Front Left - Front Right
  2414.  Limits: Playback 0 - 31
  2415.  Mono:
  2416.  Front Left: Playback 0 [0%] [-34.50dB] [off]
  2417.  Front Right: Playback 0 [0%] [-34.50dB] [off]
  2418. Simple mixer control 'CD',0
  2419.  Capabilities: pvolume pswitch
  2420.  Playback channels: Front Left - Front Right
  2421.  Limits: Playback 0 - 31
  2422.  Mono:
  2423.  Front Left: Playback 0 [0%] [-34.50dB] [off]
  2424.  Front Right: Playback 0 [0%] [-34.50dB] [off]
  2425. Simple mixer control 'IEC958',0
  2426.  Capabilities: pswitch pswitch-joined
  2427.  Playback channels: Mono
  2428.  Mono: Playback [off]
  2429. Simple mixer control 'IEC958 Default PCM',0
  2430.  Capabilities: pswitch pswitch-joined
  2431.  Playback channels: Mono
  2432.  Mono: Playback [on]
  2433. Simple mixer control 'Beep',0
  2434.  Capabilities: pvolume pvolume-joined pswitch pswitch-joined
  2435.  Playback channels: Mono
  2436.  Limits: Playback 0 - 18
  2437.  Mono: Playback 10 [56%] [0.00dB] [on]
  2438. Simple mixer control 'Capture',0
  2439.  Capabilities: cvolume cswitch
  2440.  Capture channels: Front Left - Front Right
  2441.  Limits: Capture 0 - 31
  2442.  Front Left: Capture 19 [61%] [12.00dB] [on]
  2443.  Front Right: Capture 19 [61%] [12.00dB] [on]
  2444. Simple mixer control 'Capture',1
  2445.  Capabilities: cvolume cswitch
  2446.  Capture channels: Front Left - Front Right
  2447.  Limits: Capture 0 - 31
  2448.  Front Left: Capture 0 [0%] [-16.50dB] [off]
  2449.  Front Right: Capture 0 [0%] [-16.50dB] [off]
  2450. Simple mixer control 'Auto-Mute Mode',0
  2451.  Capabilities: enum
  2452.  Items: 'Disabled' 'Enabled'
  2453.  Item0: 'Enabled'
  2454. Simple mixer control 'Dynamic Power-Control',0
  2455.  Capabilities: enum
  2456.  Items: 'Disabled' 'Enabled'
  2457.  Item0: 'Disabled'
  2458. Simple mixer control 'Independent HP',0
  2459.  Capabilities: enum
  2460.  Items: 'Disabled' 'Enabled'
  2461.  Item0: 'Disabled'
  2462. Simple mixer control 'Input Source',0
  2463.  Capabilities: cenum
  2464.  Items: 'Front Mic' 'Rear Mic' 'Line' 'CD' 'Stereo Mix'
  2465.  Item0: 'Front Mic'
  2466. Simple mixer control 'Input Source',1
  2467.  Capabilities: cenum
  2468.  Items: 'Front Mic' 'Rear Mic' 'Line' 'CD' 'Stereo Mix'
  2469.  Item0: 'Front Mic'
  2470. Simple mixer control 'Loopback Mixing',0
  2471.  Capabilities: enum
  2472.  Items: 'Disabled' 'Enabled'
  2473.  Item0: 'Disabled'
  2474. Simple mixer control 'Rear Mic',0
  2475.  Capabilities: pvolume pswitch
  2476.  Playback channels: Front Left - Front Right
  2477.  Limits: Playback 0 - 31
  2478.  Mono:
  2479.  Front Left: Playback 0 [0%] [-34.50dB] [off]
  2480.  Front Right: Playback 0 [0%] [-34.50dB] [off]
  2481. Simple mixer control 'Rear Mic Boost',0
  2482.  Capabilities: volume
  2483.  Playback channels: Front Left - Front Right
  2484.  Capture channels: Front Left - Front Right
  2485.  Limits: 0 - 3
  2486.  Front Left: 0 [0%] [0.00dB]
  2487.  Front Right: 0 [0%] [0.00dB]
  2488.  
  2489. !!-------Mixer controls for card 1 [C1]
  2490.  
  2491. Card hw:1 'C1'/'Cambridge Audio Cambridge AudioDAC100 USB 1 at usb-0000:00:1d.0-1.2, full speed'
  2492.   Mixer name    : 'USB Mixer'
  2493.   Components    : 'USB22e8:dac3'
  2494.  Controls      : 4
  2495.  Simple ctrls  : 2
  2496. Simple mixer control 'Cambridge AudioDAC100 USB 1 Audio In Playba',0
  2497.  Capabilities: pswitch
  2498.  Playback channels: Front Left - Front Right
  2499.  Mono:
  2500.  Front Left: Playback [on]
  2501.  Front Right: Playback [on]
  2502. Simple mixer control 'Cambridge AudioDAC100 USB 1 Audio In Playba',1
  2503.  Capabilities: pswitch pswitch-joined
  2504.  Playback channels: Mono
  2505.  Mono: Playback [on]
  2506.  
  2507. !!-------Mixer controls for card 2 [NVidia]
  2508.  
  2509. Card hw:2 'NVidia'/'HDA NVidia at 0xf7afc000 irq 17'
  2510.   Mixer name    : 'Nvidia GPU 42 HDMI/DP'
  2511.   Components    : 'HDA:10de0042,14628a96,00100100'
  2512.  Controls      : 28
  2513.  Simple ctrls  : 4
  2514. Simple mixer control 'IEC958',0
  2515.  Capabilities: pswitch pswitch-joined
  2516.  Playback channels: Mono
  2517.  Mono: Playback [on]
  2518. Simple mixer control 'IEC958',1
  2519.  Capabilities: pswitch pswitch-joined
  2520.  Playback channels: Mono
  2521.  Mono: Playback [on]
  2522. Simple mixer control 'IEC958',2
  2523.  Capabilities: pswitch pswitch-joined
  2524.  Playback channels: Mono
  2525.  Mono: Playback [on]
  2526. Simple mixer control 'IEC958',3
  2527.  Capabilities: pswitch pswitch-joined
  2528.  Playback channels: Mono
  2529.  Mono: Playback [on]
  2530.  
  2531.  
  2532. !!Alsactl output
  2533. !!--------------
  2534.  
  2535. --startcollapse--
  2536. state.MID {
  2537.     control.1 {
  2538.         iface MIXER
  2539.         name 'Front Playback Volume'
  2540.         value.0 42
  2541.         value.1 42
  2542.         comment {
  2543.             access 'read write'
  2544.             type INTEGER
  2545.             count 2
  2546.             range '0 - 42'
  2547.             dbmin -6300
  2548.             dbmax 0
  2549.             dbvalue.0 0
  2550.             dbvalue.1 0
  2551.         }
  2552.     }
  2553.     control.2 {
  2554.         iface MIXER
  2555.         name 'Front Playback Switch'
  2556.         value.0 true
  2557.         value.1 true
  2558.         comment {
  2559.             access 'read write'
  2560.             type BOOLEAN
  2561.             count 2
  2562.         }
  2563.     }
  2564.     control.3 {
  2565.         iface MIXER
  2566.         name 'Surround Playback Volume'
  2567.         value.0 42
  2568.         value.1 42
  2569.         comment {
  2570.             access 'read write'
  2571.             type INTEGER
  2572.             count 2
  2573.             range '0 - 42'
  2574.             dbmin -6300
  2575.             dbmax 0
  2576.             dbvalue.0 0
  2577.             dbvalue.1 0
  2578.         }
  2579.     }
  2580.     control.4 {
  2581.         iface MIXER
  2582.         name 'Surround Playback Switch'
  2583.         value.0 true
  2584.         value.1 true
  2585.         comment {
  2586.             access 'read write'
  2587.             type BOOLEAN
  2588.             count 2
  2589.         }
  2590.     }
  2591.     control.5 {
  2592.         iface MIXER
  2593.         name 'Center Playback Volume'
  2594.         value 42
  2595.         comment {
  2596.             access 'read write'
  2597.             type INTEGER
  2598.             count 1
  2599.             range '0 - 42'
  2600.             dbmin -6300
  2601.             dbmax 0
  2602.             dbvalue.0 0
  2603.         }
  2604.     }
  2605.     control.6 {
  2606.         iface MIXER
  2607.         name 'LFE Playback Volume'
  2608.         value 42
  2609.         comment {
  2610.             access 'read write'
  2611.             type INTEGER
  2612.             count 1
  2613.             range '0 - 42'
  2614.             dbmin -6300
  2615.             dbmax 0
  2616.             dbvalue.0 0
  2617.         }
  2618.     }
  2619.     control.7 {
  2620.         iface MIXER
  2621.         name 'Center Playback Switch'
  2622.         value true
  2623.         comment {
  2624.             access 'read write'
  2625.             type BOOLEAN
  2626.             count 1
  2627.         }
  2628.     }
  2629.     control.8 {
  2630.         iface MIXER
  2631.         name 'LFE Playback Switch'
  2632.         value true
  2633.         comment {
  2634.             access 'read write'
  2635.             type BOOLEAN
  2636.             count 1
  2637.         }
  2638.     }
  2639.     control.9 {
  2640.         iface MIXER
  2641.         name 'Side Playback Volume'
  2642.         value.0 42
  2643.         value.1 42
  2644.         comment {
  2645.             access 'read write'
  2646.             type INTEGER
  2647.             count 2
  2648.             range '0 - 42'
  2649.             dbmin -6300
  2650.             dbmax 0
  2651.             dbvalue.0 0
  2652.             dbvalue.1 0
  2653.         }
  2654.     }
  2655.     control.10 {
  2656.         iface MIXER
  2657.         name 'Side Playback Switch'
  2658.         value.0 true
  2659.         value.1 true
  2660.         comment {
  2661.             access 'read write'
  2662.             type BOOLEAN
  2663.             count 2
  2664.         }
  2665.     }
  2666.     control.11 {
  2667.         iface MIXER
  2668.         name 'Headphone Playback Volume'
  2669.         value.0 0
  2670.         value.1 0
  2671.         comment {
  2672.             access 'read write'
  2673.             type INTEGER
  2674.             count 2
  2675.             range '0 - 42'
  2676.             dbmin -6300
  2677.             dbmax 0
  2678.             dbvalue.0 -6300
  2679.             dbvalue.1 -6300
  2680.         }
  2681.     }
  2682.     control.12 {
  2683.         iface MIXER
  2684.         name 'Headphone Playback Switch'
  2685.         value.0 false
  2686.         value.1 false
  2687.         comment {
  2688.             access 'read write'
  2689.             type BOOLEAN
  2690.             count 2
  2691.         }
  2692.     }
  2693.     control.13 {
  2694.         iface MIXER
  2695.         name 'Independent HP'
  2696.         value Disabled
  2697.         comment {
  2698.             access 'read write'
  2699.             type ENUMERATED
  2700.             count 1
  2701.             item.0 Disabled
  2702.             item.1 Enabled
  2703.         }
  2704.     }
  2705.     control.14 {
  2706.         iface MIXER
  2707.         name 'Loopback Mixing'
  2708.         value Disabled
  2709.         comment {
  2710.             access 'read write'
  2711.             type ENUMERATED
  2712.             count 1
  2713.             item.0 Disabled
  2714.             item.1 Enabled
  2715.         }
  2716.     }
  2717.     control.15 {
  2718.         iface MIXER
  2719.         name 'Front Mic Playback Volume'
  2720.         value.0 0
  2721.         value.1 0
  2722.         comment {
  2723.             access 'read write'
  2724.             type INTEGER
  2725.             count 2
  2726.             range '0 - 31'
  2727.             dbmin -3450
  2728.             dbmax 1200
  2729.             dbvalue.0 -3450
  2730.             dbvalue.1 -3450
  2731.         }
  2732.     }
  2733.     control.16 {
  2734.         iface MIXER
  2735.         name 'Front Mic Playback Switch'
  2736.         value.0 false
  2737.         value.1 false
  2738.         comment {
  2739.             access 'read write'
  2740.             type BOOLEAN
  2741.             count 2
  2742.         }
  2743.     }
  2744.     control.17 {
  2745.         iface MIXER
  2746.         name 'Rear Mic Playback Volume'
  2747.         value.0 0
  2748.         value.1 0
  2749.         comment {
  2750.             access 'read write'
  2751.             type INTEGER
  2752.             count 2
  2753.             range '0 - 31'
  2754.             dbmin -3450
  2755.             dbmax 1200
  2756.             dbvalue.0 -3450
  2757.             dbvalue.1 -3450
  2758.         }
  2759.     }
  2760.     control.18 {
  2761.         iface MIXER
  2762.         name 'Rear Mic Playback Switch'
  2763.         value.0 false
  2764.         value.1 false
  2765.         comment {
  2766.             access 'read write'
  2767.             type BOOLEAN
  2768.             count 2
  2769.         }
  2770.     }
  2771.     control.19 {
  2772.         iface MIXER
  2773.         name 'Line Playback Volume'
  2774.         value.0 0
  2775.         value.1 0
  2776.         comment {
  2777.             access 'read write'
  2778.             type INTEGER
  2779.             count 2
  2780.             range '0 - 31'
  2781.             dbmin -3450
  2782.             dbmax 1200
  2783.             dbvalue.0 -3450
  2784.             dbvalue.1 -3450
  2785.         }
  2786.     }
  2787.     control.20 {
  2788.         iface MIXER
  2789.         name 'Line Playback Switch'
  2790.         value.0 false
  2791.         value.1 false
  2792.         comment {
  2793.             access 'read write'
  2794.             type BOOLEAN
  2795.             count 2
  2796.         }
  2797.     }
  2798.     control.21 {
  2799.         iface MIXER
  2800.         name 'CD Playback Volume'
  2801.         value.0 0
  2802.         value.1 0
  2803.         comment {
  2804.             access 'read write'
  2805.             type INTEGER
  2806.             count 2
  2807.             range '0 - 31'
  2808.             dbmin -3450
  2809.             dbmax 1200
  2810.             dbvalue.0 -3450
  2811.             dbvalue.1 -3450
  2812.         }
  2813.     }
  2814.     control.22 {
  2815.         iface MIXER
  2816.         name 'CD Playback Switch'
  2817.         value.0 false
  2818.         value.1 false
  2819.         comment {
  2820.             access 'read write'
  2821.             type BOOLEAN
  2822.             count 2
  2823.         }
  2824.     }
  2825.     control.23 {
  2826.         iface MIXER
  2827.         name 'Auto-Mute Mode'
  2828.         value Enabled
  2829.         comment {
  2830.             access 'read write'
  2831.             type ENUMERATED
  2832.             count 1
  2833.             item.0 Disabled
  2834.             item.1 Enabled
  2835.         }
  2836.     }
  2837.     control.24 {
  2838.         iface MIXER
  2839.         name 'Input Source'
  2840.         value 'Front Mic'
  2841.         comment {
  2842.             access 'read write'
  2843.             type ENUMERATED
  2844.             count 1
  2845.             item.0 'Front Mic'
  2846.             item.1 'Rear Mic'
  2847.             item.2 Line
  2848.             item.3 CD
  2849.             item.4 'Stereo Mix'
  2850.         }
  2851.     }
  2852.     control.25 {
  2853.         iface MIXER
  2854.         name 'Input Source'
  2855.         index 1
  2856.         value 'Front Mic'
  2857.         comment {
  2858.             access 'read write'
  2859.             type ENUMERATED
  2860.             count 1
  2861.             item.0 'Front Mic'
  2862.             item.1 'Rear Mic'
  2863.             item.2 Line
  2864.             item.3 CD
  2865.             item.4 'Stereo Mix'
  2866.         }
  2867.     }
  2868.     control.26 {
  2869.         iface MIXER
  2870.         name 'Capture Volume'
  2871.         value.0 19
  2872.         value.1 19
  2873.         comment {
  2874.             access 'read write'
  2875.             type INTEGER
  2876.             count 2
  2877.             range '0 - 31'
  2878.             dbmin -1650
  2879.             dbmax 3000
  2880.             dbvalue.0 1200
  2881.             dbvalue.1 1200
  2882.         }
  2883.     }
  2884.     control.27 {
  2885.         iface MIXER
  2886.         name 'Capture Switch'
  2887.         value.0 true
  2888.         value.1 true
  2889.         comment {
  2890.             access 'read write'
  2891.             type BOOLEAN
  2892.             count 2
  2893.         }
  2894.     }
  2895.     control.28 {
  2896.         iface MIXER
  2897.         name 'Capture Volume'
  2898.         index 1
  2899.         value.0 0
  2900.         value.1 0
  2901.         comment {
  2902.             access 'read write'
  2903.             type INTEGER
  2904.             count 2
  2905.             range '0 - 31'
  2906.             dbmin -1650
  2907.             dbmax 3000
  2908.             dbvalue.0 -1650
  2909.             dbvalue.1 -1650
  2910.         }
  2911.     }
  2912.     control.29 {
  2913.         iface MIXER
  2914.         name 'Capture Switch'
  2915.         index 1
  2916.         value.0 false
  2917.         value.1 false
  2918.         comment {
  2919.             access 'read write'
  2920.             type BOOLEAN
  2921.             count 2
  2922.         }
  2923.     }
  2924.     control.30 {
  2925.         iface MIXER
  2926.         name 'Front Mic Boost Volume'
  2927.         value.0 0
  2928.         value.1 0
  2929.         comment {
  2930.             access 'read write'
  2931.             type INTEGER
  2932.             count 2
  2933.             range '0 - 3'
  2934.             dbmin 0
  2935.             dbmax 3075
  2936.             dbvalue.0 0
  2937.             dbvalue.1 0
  2938.         }
  2939.     }
  2940.     control.31 {
  2941.         iface MIXER
  2942.         name 'Rear Mic Boost Volume'
  2943.         value.0 0
  2944.         value.1 0
  2945.         comment {
  2946.             access 'read write'
  2947.             type INTEGER
  2948.             count 2
  2949.             range '0 - 3'
  2950.             dbmin 0
  2951.             dbmax 3075
  2952.             dbvalue.0 0
  2953.             dbvalue.1 0
  2954.         }
  2955.     }
  2956.     control.32 {
  2957.         iface MIXER
  2958.         name 'Beep Playback Volume'
  2959.         value 10
  2960.         comment {
  2961.             access 'read write'
  2962.             type INTEGER
  2963.             count 1
  2964.             range '0 - 18'
  2965.             dbmin -1500
  2966.             dbmax 1200
  2967.             dbvalue.0 0
  2968.         }
  2969.     }
  2970.     control.33 {
  2971.         iface MIXER
  2972.         name 'Beep Playback Switch'
  2973.         value true
  2974.         comment {
  2975.             access 'read write'
  2976.             type BOOLEAN
  2977.             count 1
  2978.         }
  2979.     }
  2980.     control.34 {
  2981.         iface MIXER
  2982.         name 'Dynamic Power-Control'
  2983.         value Disabled
  2984.         comment {
  2985.             access 'read write'
  2986.             type ENUMERATED
  2987.             count 1
  2988.             item.0 Disabled
  2989.             item.1 Enabled
  2990.         }
  2991.     }
  2992.     control.35 {
  2993.         iface MIXER
  2994.         name 'IEC958 Playback Con Mask'
  2995.         value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  2996.         comment {
  2997.             access read
  2998.             type IEC958
  2999.             count 1
  3000.         }
  3001.     }
  3002.     control.36 {
  3003.         iface MIXER
  3004.         name 'IEC958 Playback Pro Mask'
  3005.         value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3006.         comment {
  3007.             access read
  3008.             type IEC958
  3009.             count 1
  3010.         }
  3011.     }
  3012.     control.37 {
  3013.         iface MIXER
  3014.         name 'IEC958 Playback Default'
  3015.         value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3016.         comment {
  3017.             access 'read write'
  3018.             type IEC958
  3019.             count 1
  3020.         }
  3021.     }
  3022.     control.38 {
  3023.         iface MIXER
  3024.         name 'IEC958 Playback Switch'
  3025.         value false
  3026.         comment {
  3027.             access 'read write'
  3028.             type BOOLEAN
  3029.             count 1
  3030.         }
  3031.     }
  3032.     control.39 {
  3033.         iface MIXER
  3034.         name 'IEC958 Default PCM Playback Switch'
  3035.         value true
  3036.         comment {
  3037.             access 'read write'
  3038.             type BOOLEAN
  3039.             count 1
  3040.         }
  3041.     }
  3042.     control.40 {
  3043.         iface MIXER
  3044.         name 'Master Playback Volume'
  3045.         value 36
  3046.         comment {
  3047.             access 'read write'
  3048.             type INTEGER
  3049.             count 1
  3050.             range '0 - 42'
  3051.             dbmin -6300
  3052.             dbmax 0
  3053.             dbvalue.0 -900
  3054.         }
  3055.     }
  3056.     control.41 {
  3057.         iface MIXER
  3058.         name 'Master Playback Switch'
  3059.         value true
  3060.         comment {
  3061.             access 'read write'
  3062.             type BOOLEAN
  3063.             count 1
  3064.         }
  3065.     }
  3066.     control.42 {
  3067.         iface CARD
  3068.         name 'Front Mic Jack'
  3069.         value false
  3070.         comment {
  3071.             access read
  3072.             type BOOLEAN
  3073.             count 1
  3074.         }
  3075.     }
  3076.     control.43 {
  3077.         iface CARD
  3078.         name 'Rear Mic Jack'
  3079.         value false
  3080.         comment {
  3081.             access read
  3082.             type BOOLEAN
  3083.             count 1
  3084.         }
  3085.     }
  3086.     control.44 {
  3087.         iface CARD
  3088.         name 'Line Jack'
  3089.         value false
  3090.         comment {
  3091.             access read
  3092.             type BOOLEAN
  3093.             count 1
  3094.         }
  3095.     }
  3096.     control.45 {
  3097.         iface CARD
  3098.         name 'CD Phantom Jack'
  3099.         value true
  3100.         comment {
  3101.             access read
  3102.             type BOOLEAN
  3103.             count 1
  3104.         }
  3105.     }
  3106.     control.46 {
  3107.         iface CARD
  3108.         name 'Line Out Front Jack'
  3109.         value true
  3110.         comment {
  3111.             access read
  3112.             type BOOLEAN
  3113.             count 1
  3114.         }
  3115.     }
  3116.     control.47 {
  3117.         iface CARD
  3118.         name 'Line Out Surround Jack'
  3119.         value false
  3120.         comment {
  3121.             access read
  3122.             type BOOLEAN
  3123.             count 1
  3124.         }
  3125.     }
  3126.     control.48 {
  3127.         iface CARD
  3128.         name 'Line Out CLFE Jack'
  3129.         value false
  3130.         comment {
  3131.             access read
  3132.             type BOOLEAN
  3133.             count 1
  3134.         }
  3135.     }
  3136.     control.49 {
  3137.         iface CARD
  3138.         name 'Line Out Side Jack'
  3139.         value false
  3140.         comment {
  3141.             access read
  3142.             type BOOLEAN
  3143.             count 1
  3144.         }
  3145.     }
  3146.     control.50 {
  3147.         iface CARD
  3148.         name 'Front Headphone Jack'
  3149.         value false
  3150.         comment {
  3151.             access read
  3152.             type BOOLEAN
  3153.             count 1
  3154.         }
  3155.     }
  3156.     control.51 {
  3157.         iface CARD
  3158.         name 'HDMI Phantom Jack'
  3159.         value true
  3160.         comment {
  3161.             access read
  3162.             type BOOLEAN
  3163.             count 1
  3164.         }
  3165.     }
  3166.     control.52 {
  3167.         iface CARD
  3168.         name 'SPDIF Phantom Jack'
  3169.         value true
  3170.         comment {
  3171.             access read
  3172.             type BOOLEAN
  3173.             count 1
  3174.         }
  3175.     }
  3176.     control.53 {
  3177.         iface PCM
  3178.         name 'Playback Channel Map'
  3179.         value.0 0
  3180.         value.1 0
  3181.         value.2 0
  3182.         value.3 0
  3183.         value.4 0
  3184.         value.5 0
  3185.         value.6 0
  3186.         value.7 0
  3187.         comment {
  3188.             access read
  3189.             type INTEGER
  3190.             count 8
  3191.             range '0 - 36'
  3192.         }
  3193.     }
  3194.     control.54 {
  3195.         iface PCM
  3196.         name 'Capture Channel Map'
  3197.         value.0 0
  3198.         value.1 0
  3199.         comment {
  3200.             access read
  3201.             type INTEGER
  3202.             count 2
  3203.             range '0 - 36'
  3204.         }
  3205.     }
  3206.     control.55 {
  3207.         iface PCM
  3208.         device 3
  3209.         name 'Playback Channel Map'
  3210.         value.0 0
  3211.         value.1 0
  3212.         comment {
  3213.             access read
  3214.             type INTEGER
  3215.             count 2
  3216.             range '0 - 36'
  3217.         }
  3218.     }
  3219.     control.56 {
  3220.         iface PCM
  3221.         device 2
  3222.         name 'Playback Channel Map'
  3223.         value.0 0
  3224.         value.1 0
  3225.         comment {
  3226.             access read
  3227.             type INTEGER
  3228.             count 2
  3229.             range '0 - 36'
  3230.         }
  3231.     }
  3232.     control.57 {
  3233.         iface PCM
  3234.         device 2
  3235.         name 'Capture Channel Map'
  3236.         value.0 0
  3237.         value.1 0
  3238.         comment {
  3239.             access read
  3240.             type INTEGER
  3241.             count 2
  3242.             range '0 - 36'
  3243.         }
  3244.     }
  3245.     control.58 {
  3246.         iface MIXER
  3247.         name 'PCM Playback Volume'
  3248.         value.0 254
  3249.         value.1 254
  3250.         comment {
  3251.             access 'read write user'
  3252.             type INTEGER
  3253.             count 2
  3254.             range '0 - 255'
  3255.             tlv '0000000100000008ffffec1400000014'
  3256.             dbmin -5100
  3257.             dbmax 0
  3258.             dbvalue.0 -20
  3259.             dbvalue.1 -20
  3260.         }
  3261.     }
  3262. }
  3263. state.C1 {
  3264.     control.1 {
  3265.         iface PCM
  3266.         name 'Playback Channel Map'
  3267.         value.0 0
  3268.         value.1 0
  3269.         comment {
  3270.             access read
  3271.             type INTEGER
  3272.             count 2
  3273.             range '0 - 36'
  3274.         }
  3275.     }
  3276.     control.2 {
  3277.         iface MIXER
  3278.         name 'Cambridge AudioDAC100 USB 1 Audio In Playba'
  3279.         value.0 true
  3280.         value.1 true
  3281.         comment {
  3282.             access 'read write'
  3283.             type BOOLEAN
  3284.             count 2
  3285.         }
  3286.     }
  3287.     control.3 {
  3288.         iface MIXER
  3289.         name 'Cambridge AudioDAC100 USB 1 Audio In Playba'
  3290.         index 1
  3291.         value true
  3292.         comment {
  3293.             access 'read write'
  3294.             type BOOLEAN
  3295.             count 1
  3296.         }
  3297.     }
  3298.     control.4 {
  3299.         iface CARD
  3300.         name 'Keep Interface'
  3301.         value false
  3302.         comment {
  3303.             access 'read write'
  3304.             type BOOLEAN
  3305.             count 1
  3306.         }
  3307.     }
  3308. }
  3309. state.NVidia {
  3310.     control.1 {
  3311.         iface CARD
  3312.         name 'HDMI/DP,pcm=3 Jack'
  3313.         value false
  3314.         comment {
  3315.             access read
  3316.             type BOOLEAN
  3317.             count 1
  3318.         }
  3319.     }
  3320.     control.2 {
  3321.         iface MIXER
  3322.         name 'IEC958 Playback Con Mask'
  3323.         value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3324.         comment {
  3325.             access read
  3326.             type IEC958
  3327.             count 1
  3328.         }
  3329.     }
  3330.     control.3 {
  3331.         iface MIXER
  3332.         name 'IEC958 Playback Pro Mask'
  3333.         value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3334.         comment {
  3335.             access read
  3336.             type IEC958
  3337.             count 1
  3338.         }
  3339.     }
  3340.     control.4 {
  3341.         iface MIXER
  3342.         name 'IEC958 Playback Default'
  3343.         value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3344.         comment {
  3345.             access 'read write'
  3346.             type IEC958
  3347.             count 1
  3348.         }
  3349.     }
  3350.     control.5 {
  3351.         iface MIXER
  3352.         name 'IEC958 Playback Switch'
  3353.         value true
  3354.         comment {
  3355.             access 'read write'
  3356.             type BOOLEAN
  3357.             count 1
  3358.         }
  3359.     }
  3360.     control.6 {
  3361.         iface PCM
  3362.         device 3
  3363.         name ELD
  3364.         value ''
  3365.         comment {
  3366.             access 'read volatile'
  3367.             type BYTES
  3368.             count 0
  3369.         }
  3370.     }
  3371.     control.7 {
  3372.         iface CARD
  3373.         name 'HDMI/DP,pcm=7 Jack'
  3374.         value true
  3375.         comment {
  3376.             access read
  3377.             type BOOLEAN
  3378.             count 1
  3379.         }
  3380.     }
  3381.     control.8 {
  3382.         iface MIXER
  3383.         name 'IEC958 Playback Con Mask'
  3384.         index 1
  3385.         value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3386.         comment {
  3387.             access read
  3388.             type IEC958
  3389.             count 1
  3390.         }
  3391.     }
  3392.     control.9 {
  3393.         iface MIXER
  3394.         name 'IEC958 Playback Pro Mask'
  3395.         index 1
  3396.         value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3397.         comment {
  3398.             access read
  3399.             type IEC958
  3400.             count 1
  3401.         }
  3402.     }
  3403.     control.10 {
  3404.         iface MIXER
  3405.         name 'IEC958 Playback Default'
  3406.         index 1
  3407.         value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3408.         comment {
  3409.             access 'read write'
  3410.             type IEC958
  3411.             count 1
  3412.         }
  3413.     }
  3414.     control.11 {
  3415.         iface MIXER
  3416.         name 'IEC958 Playback Switch'
  3417.         index 1
  3418.         value true
  3419.         comment {
  3420.             access 'read write'
  3421.             type BOOLEAN
  3422.             count 1
  3423.         }
  3424.     }
  3425.     control.12 {
  3426.         iface PCM
  3427.         device 7
  3428.         name ELD
  3429.         value '100008006d100001000200000000000022643567485a323831480a2020202020200907070000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3430.         comment {
  3431.             access 'read volatile'
  3432.             type BYTES
  3433.             count 95
  3434.         }
  3435.     }
  3436.     control.13 {
  3437.         iface CARD
  3438.         name 'HDMI/DP,pcm=8 Jack'
  3439.         value false
  3440.         comment {
  3441.             access read
  3442.             type BOOLEAN
  3443.             count 1
  3444.         }
  3445.     }
  3446.     control.14 {
  3447.         iface MIXER
  3448.         name 'IEC958 Playback Con Mask'
  3449.         index 2
  3450.         value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3451.         comment {
  3452.             access read
  3453.             type IEC958
  3454.             count 1
  3455.         }
  3456.     }
  3457.     control.15 {
  3458.         iface MIXER
  3459.         name 'IEC958 Playback Pro Mask'
  3460.         index 2
  3461.         value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3462.         comment {
  3463.             access read
  3464.             type IEC958
  3465.             count 1
  3466.         }
  3467.     }
  3468.     control.16 {
  3469.         iface MIXER
  3470.         name 'IEC958 Playback Default'
  3471.         index 2
  3472.         value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3473.         comment {
  3474.             access 'read write'
  3475.             type IEC958
  3476.             count 1
  3477.         }
  3478.     }
  3479.     control.17 {
  3480.         iface MIXER
  3481.         name 'IEC958 Playback Switch'
  3482.         index 2
  3483.         value true
  3484.         comment {
  3485.             access 'read write'
  3486.             type BOOLEAN
  3487.             count 1
  3488.         }
  3489.     }
  3490.     control.18 {
  3491.         iface PCM
  3492.         device 8
  3493.         name ELD
  3494.         value ''
  3495.         comment {
  3496.             access 'read volatile'
  3497.             type BYTES
  3498.             count 0
  3499.         }
  3500.     }
  3501.     control.19 {
  3502.         iface CARD
  3503.         name 'HDMI/DP,pcm=9 Jack'
  3504.         value false
  3505.         comment {
  3506.             access read
  3507.             type BOOLEAN
  3508.             count 1
  3509.         }
  3510.     }
  3511.     control.20 {
  3512.         iface MIXER
  3513.         name 'IEC958 Playback Con Mask'
  3514.         index 3
  3515.         value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3516.         comment {
  3517.             access read
  3518.             type IEC958
  3519.             count 1
  3520.         }
  3521.     }
  3522.     control.21 {
  3523.         iface MIXER
  3524.         name 'IEC958 Playback Pro Mask'
  3525.         index 3
  3526.         value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3527.         comment {
  3528.             access read
  3529.             type IEC958
  3530.             count 1
  3531.         }
  3532.     }
  3533.     control.22 {
  3534.         iface MIXER
  3535.         name 'IEC958 Playback Default'
  3536.         index 3
  3537.         value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000'
  3538.         comment {
  3539.             access 'read write'
  3540.             type IEC958
  3541.             count 1
  3542.         }
  3543.     }
  3544.     control.23 {
  3545.         iface MIXER
  3546.         name 'IEC958 Playback Switch'
  3547.         index 3
  3548.         value true
  3549.         comment {
  3550.             access 'read write'
  3551.             type BOOLEAN
  3552.             count 1
  3553.         }
  3554.     }
  3555.     control.24 {
  3556.         iface PCM
  3557.         device 9
  3558.         name ELD
  3559.         value ''
  3560.         comment {
  3561.             access 'read volatile'
  3562.             type BYTES
  3563.             count 0
  3564.         }
  3565.     }
  3566.     control.25 {
  3567.         iface PCM
  3568.         device 3
  3569.         name 'Playback Channel Map'
  3570.         value.0 0
  3571.         value.1 0
  3572.         value.2 0
  3573.         value.3 0
  3574.         value.4 0
  3575.         value.5 0
  3576.         value.6 0
  3577.         value.7 0
  3578.         comment {
  3579.             access 'read write'
  3580.             type INTEGER
  3581.             count 8
  3582.             range '0 - 36'
  3583.         }
  3584.     }
  3585.     control.26 {
  3586.         iface PCM
  3587.         device 7
  3588.         name 'Playback Channel Map'
  3589.         value.0 0
  3590.         value.1 0
  3591.         value.2 0
  3592.         value.3 0
  3593.         value.4 0
  3594.         value.5 0
  3595.         value.6 0
  3596.         value.7 0
  3597.         comment {
  3598.             access 'read write'
  3599.             type INTEGER
  3600.             count 8
  3601.             range '0 - 36'
  3602.         }
  3603.     }
  3604.     control.27 {
  3605.         iface PCM
  3606.         device 8
  3607.         name 'Playback Channel Map'
  3608.         value.0 0
  3609.         value.1 0
  3610.         value.2 0
  3611.         value.3 0
  3612.         value.4 0
  3613.         value.5 0
  3614.         value.6 0
  3615.         value.7 0
  3616.         comment {
  3617.             access 'read write'
  3618.             type INTEGER
  3619.             count 8
  3620.             range '0 - 36'
  3621.         }
  3622.     }
  3623.     control.28 {
  3624.         iface PCM
  3625.         device 9
  3626.         name 'Playback Channel Map'
  3627.         value.0 0
  3628.         value.1 0
  3629.         value.2 0
  3630.         value.3 0
  3631.         value.4 0
  3632.         value.5 0
  3633.         value.6 0
  3634.         value.7 0
  3635.         comment {
  3636.             access 'read write'
  3637.             type INTEGER
  3638.             count 8
  3639.             range '0 - 36'
  3640.         }
  3641.     }
  3642. }
  3643. --endcollapse--
  3644.  
  3645.  
  3646. !!All Loaded Modules
  3647. !!------------------
  3648.  
  3649. Module
  3650. vmnet
  3651. vmw_vsock_vmci_transport
  3652. vsock
  3653. vmw_vmci
  3654. vmmon
  3655. vboxnetadp
  3656. vboxnetflt
  3657. vboxdrv
  3658. snd_hda_codec_hdmi
  3659. nvidia_uvm
  3660. nvidia_drm
  3661. nvidia_modeset
  3662. nvidia
  3663. snd_hda_codec_via
  3664. snd_hda_codec_generic
  3665. ledtrig_audio
  3666. snd_hda_intel
  3667. snd_intel_dspcfg
  3668. snd_usb_audio
  3669. snd_hda_codec
  3670. snd_usbmidi_lib
  3671. snd_hda_core
  3672. snd_hwdep
  3673. gpio_ich
  3674. input_leds
  3675. mc
  3676. snd_pcm
  3677. snd_seq_midi
  3678. intel_powerclamp
  3679. coretemp
  3680. snd_seq_midi_event
  3681. kvm_intel
  3682. snd_rawmidi
  3683. drm_kms_helper
  3684. snd_seq
  3685. kvm
  3686. drm
  3687. serio_raw
  3688. i7core_edac
  3689. intel_cstate
  3690. snd_seq_device
  3691. ipmi_devintf
  3692. snd_timer
  3693. lpc_ich
  3694. ipmi_msghandler
  3695. fb_sys_fops
  3696. snd
  3697. syscopyarea
  3698. sysfillrect
  3699. sysimgblt
  3700. soundcore
  3701. asus_atk0110
  3702. mac_hid
  3703. crypto_simd
  3704. cryptd
  3705. glue_helper
  3706. dm_crypt
  3707. sch_fq_codel
  3708. parport_pc
  3709. ppdev
  3710. lp
  3711. parport
  3712. ip_tables
  3713. x_tables
  3714. autofs4
  3715. btrfs
  3716. xor
  3717. zstd_compress
  3718. raid6_pq
  3719. libcrc32c
  3720. dm_mirror
  3721. dm_region_hash
  3722. dm_log
  3723. pata_acpi
  3724. hid_generic
  3725. usbhid
  3726. hid
  3727. firewire_ohci
  3728. psmouse
  3729. firewire_core
  3730. r8169
  3731. crc_itu_t
  3732. ahci
  3733. realtek
  3734. pata_jmicron
  3735. libahci
  3736.  
  3737.  
  3738. !!Sysfs Files
  3739. !!-----------
  3740.  
  3741. /sys/class/sound/hwC0D0/init_pin_configs:
  3742. 0x24 0x01014010
  3743. 0x25 0x01011012
  3744. 0x26 0x01016011
  3745. 0x27 0x01012014
  3746. 0x28 0x0221401f
  3747. 0x29 0x02a19037
  3748. 0x2a 0x0181303e
  3749. 0x2b 0x01a19036
  3750. 0x2c 0x90331138
  3751. 0x2d 0x185600f0
  3752. 0x2e 0x074411f0
  3753. 0x2f 0x47c421f0
  3754.  
  3755. /sys/class/sound/hwC0D0/driver_pin_configs:
  3756.  
  3757. /sys/class/sound/hwC0D0/user_pin_configs:
  3758.  
  3759. /sys/class/sound/hwC0D0/init_verbs:
  3760.  
  3761. /sys/class/sound/hwC0D0/hints:
  3762.  
  3763. /sys/class/sound/hwC2D0/init_pin_configs:
  3764. 0x04 0x185600f0
  3765. 0x05 0x185600f0
  3766. 0x06 0x185600f0
  3767. 0x07 0x185600f0
  3768.  
  3769. /sys/class/sound/hwC2D0/driver_pin_configs:
  3770.  
  3771. /sys/class/sound/hwC2D0/user_pin_configs:
  3772.  
  3773. /sys/class/sound/hwC2D0/init_verbs:
  3774.  
  3775. /sys/class/sound/hwC2D0/hints:
  3776.  
  3777.  
  3778. !!ALSA/HDA dmesg
  3779. !!--------------
  3780.  
  3781. [    0.268425] ACPI: Added _OSI(Linux-Dell-Video)
  3782. [    0.268425] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
  3783. [    0.268425] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
  3784. --
  3785. [    7.714146] mc: Linux media interface: v0.10
  3786. [    7.732539] snd_hda_intel 0000:01:00.1: Disabling MSI
  3787. [    7.732547] snd_hda_intel 0000:01:00.1: Handle vga_switcheroo audio client
  3788. [    7.737126] usbcore: registered new interface driver snd-usb-audio
  3789. [    7.770418] nvidia: loading out-of-tree module taints kernel.
  3790. --
  3791. [    7.770431] Disabling lock debugging due to kernel taint
  3792. [    7.773661] snd_hda_codec_via hdaudioC0D0: autoconfig for VT1828S: line_outs=4 (0x24/0x25/0x26/0x27/0x0) type:line
  3793. [    7.773665] snd_hda_codec_via hdaudioC0D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
  3794. [    7.773667] snd_hda_codec_via hdaudioC0D0:    hp_outs=1 (0x28/0x0/0x0/0x0/0x0)
  3795. [    7.773669] snd_hda_codec_via hdaudioC0D0:    mono: mono_out=0x0
  3796. [    7.773670] snd_hda_codec_via hdaudioC0D0:    dig-out=0x2d/0x2e
  3797. [    7.773672] snd_hda_codec_via hdaudioC0D0:    inputs:
  3798. [    7.773674] snd_hda_codec_via hdaudioC0D0:      Front Mic=0x29
  3799. [    7.773675] snd_hda_codec_via hdaudioC0D0:      Rear Mic=0x2b
  3800. [    7.773676] snd_hda_codec_via hdaudioC0D0:      Line=0x2a
  3801. [    7.773677] snd_hda_codec_via hdaudioC0D0:      CD=0x2c
  3802. [    7.775362] random: crng init done
  3803. --
  3804. [    7.781361] nvidia: module verification failed: signature and/or required key missing - tainting kernel
  3805. [    7.787644] input: HDA Intel MID Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
  3806. [    7.787721] input: HDA Intel MID Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
  3807. [    7.787785] input: HDA Intel MID Line as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
  3808. [    7.787852] input: HDA Intel MID Line Out Front as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
  3809. [    7.787924] input: HDA Intel MID Line Out Surround as /devices/pci0000:00/0000:00:1b.0/sound/card0/input13
  3810. [    7.787990] input: HDA Intel MID Line Out CLFE as /devices/pci0000:00/0000:00:1b.0/sound/card0/input14
  3811. [    7.788054] input: HDA Intel MID Line Out Side as /devices/pci0000:00/0000:00:1b.0/sound/card0/input15
  3812. [    7.788127] input: HDA Intel MID Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input16
  3813. [    7.792152] nvidia-nvlink: Nvlink Core is being initialized, major device number 237
  3814. --
  3815. [    8.213699] caller os_map_kernel_space.part.13+0x6d/0x80 [nvidia] mapping multiple BARs
  3816. [    8.529284] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card2/input17
  3817. [    8.529343] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card2/input18
  3818. [    8.529406] input: HDA NVidia HDMI/DP,pcm=8 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card2/input19
  3819. [    8.529483] input: HDA NVidia HDMI/DP,pcm=9 as /devices/pci0000:00/0000:00:03.0/0000:01:00.1/sound/card2/input20
  3820. [    8.831264] vboxdrv: Found 8 processor cores
  3821.  
  3822.  
  3823.  
  3824.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement