Advertisement
Guest User

zrzut2

a guest
Oct 23rd, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. [j@linux ~]$ aplay -l
  2. **** List of PLAYBACK Hardware Devices ****
  3. card 0: PCH [HDA Intel PCH], device 0: ALC3260 Analog [ALC3260 Analog]
  4. Subdevices: 1/1
  5. Subdevice #0: subdevice #0
  6. card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  7. Subdevices: 1/1
  8. Subdevice #0: subdevice #0
  9. [j@linux ~]$ pacmd list-sinks
  10. 1 sink(s) available.
  11. * index: 1
  12. name: <alsa_output.pci-0000_00_1b.0.analog-stereo>
  13. driver: <module-alsa-card.c>
  14. flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
  15. state: SUSPENDED
  16. suspend cause: IDLE
  17. priority: 9039
  18. volume: front-left: 2289 / 3% / -87,41 dB, front-right: 2289 / 3% / -87,41 dB
  19. balance 0,00
  20. base volume: 63069 / 96% / -1,00 dB
  21. volume steps: 65537
  22. muted: yes
  23. current latency: 0,00 ms
  24. max request: 0 KiB
  25. max rewind: 0 KiB
  26. monitor source: 1
  27. sample spec: s16le 2 k 48000 Hz
  28. channel map: front-left,front-right
  29. Stereo
  30. used by: 0
  31. linked by: 0
  32. configured latency: 0,00 ms; range is 0,50 .. 1837,50 ms
  33. card: 0 <alsa_card.pci-0000_00_1b.0>
  34. module: 22
  35. properties:
  36. alsa.resolution_bits = "16"
  37. device.api = "alsa"
  38. device.class = "sound"
  39. alsa.class = "generic"
  40. alsa.subclass = "generic-mix"
  41. alsa.name = "ALC3260 Analog"
  42. alsa.id = "ALC3260 Analog"
  43. alsa.subdevice = "0"
  44. alsa.subdevice_name = "subdevice #0"
  45. alsa.device = "0"
  46. alsa.card = "0"
  47. alsa.card_name = "HDA Intel PCH"
  48. alsa.long_card_name = "HDA Intel PCH at 0xf7c10000 irq 45"
  49. alsa.driver_name = "snd_hda_intel"
  50. device.bus_path = "pci-0000:00:1b.0"
  51. sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
  52. device.bus = "pci"
  53. device.vendor.id = "8086"
  54. device.vendor.name = "Intel Corporation"
  55. device.product.id = "1e20"
  56. device.product.name = "7 Series/C216 Chipset Family High Definition Audio Controller (XPS One 2710)"
  57. device.form_factor = "internal"
  58. device.string = "front:0"
  59. device.buffering.buffer_size = "352800"
  60. device.buffering.fragment_size = "176400"
  61. device.access_mode = "mmap+timer"
  62. device.profile.name = "analog-stereo"
  63. device.profile.description = "Analogowe stereo"
  64. device.description = "Wbudowany dźwięk Analogowe stereo"
  65. alsa.mixer_name = "Realtek ALC3260"
  66. alsa.components = "HDA:10ec0275,1028054b,00100008 HDA:80862806,80860101,00100000"
  67. module-udev-detect.discovered = "1"
  68. device.icon_name = "audio-card-pci"
  69. ports:
  70. analog-output-speaker: Głośniki (priority 10000, latency offset 0 usec, available: unknown)
  71. properties:
  72. device.icon_name = "audio-speakers"
  73. analog-output-headphones: Słuchawki (priority 9000, latency offset 0 usec, available: no)
  74. properties:
  75. device.icon_name = "audio-headphones"
  76. active port: <analog-output-speaker>
  77. [j@linux ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement