Advertisement
lambdabot

Untitled

May 31st, 2017
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.74 KB | None | 0 0
  1. $ pacmd list-sources
  2. 2 source(s) available.
  3.     index: 0
  4.     name: <alsa_output.pci-0000_00_1b.0.analog-stereo.monitor>
  5.     driver: <module-alsa-card.c>
  6.     flags: DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
  7.     state: RUNNING
  8.     suspend cause:
  9.     priority: 1950
  10.     volume: front-left: 65536 / 100% / 0.00 dB,   front-right: 65536 / 100% / 0.00 dB
  11.             balance 0.00
  12.     base volume: 65536 / 100% / 0.00 dB
  13.     volume steps: 65537
  14.     muted: no
  15.     current latency: 0.00 ms
  16.     max rewind: 344 KiB
  17.     sample spec: s16le 2ch 44100Hz
  18.     channel map: front-left,front-right
  19.                  Stereo
  20.     used by: 5
  21.     linked by: 5
  22.     configured latency: 40.00 ms; range is 16.00 .. 2000.00 ms
  23.     monitor_of: 0
  24.     card: 0 <alsa_card.pci-0000_00_1b.0>
  25.     module: 6
  26.     properties:
  27.         device.description = "Monitor of Built-in Audio Analog Stereo"
  28.         device.class = "monitor"
  29.         alsa.card = "0"
  30.         alsa.card_name = "HDA Intel PCH"
  31.         alsa.long_card_name = "HDA Intel PCH at 0xe0630000 irq 29"
  32.         alsa.driver_name = "snd_hda_intel"
  33.         device.bus_path = "pci-0000:00:1b.0"
  34.         sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
  35.         device.bus = "pci"
  36.         device.vendor.id = "8086"
  37.         device.vendor.name = "Intel Corporation"
  38.         device.product.id = "1e20"
  39.         device.product.name = "7 Series/C216 Chipset Family High Definition Audio Controller"
  40.         device.form_factor = "internal"
  41.         device.string = "0"
  42.         module-udev-detect.discovered = "1"
  43.         device.icon_name = "audio-card-pci"
  44.   * index: 1
  45.     name: <alsa_input.pci-0000_00_1b.0.analog-stereo>
  46.     driver: <module-alsa-card.c>
  47.     flags: HARDWARE HW_MUTE_CTRL HW_VOLUME_CTRL DECIBEL_VOLUME LATENCY DYNAMIC_LATENCY
  48.     state: RUNNING
  49.     suspend cause:
  50.     priority: 9959
  51.     volume: front-left: 99957 / 153% / 11.00 dB,   front-right: 99957 / 153% / 11.00 dB
  52.             balance 0.00
  53.     base volume: 6554 /  10% / -60.00 dB
  54.     volume steps: 65537
  55.     muted: no
  56.     current latency: 0.00 ms
  57.     max rewind: 0 KiB
  58.     sample spec: s16le 2ch 44100Hz
  59.     channel map: front-left,front-right
  60.                  Stereo
  61.     used by: 1
  62.     linked by: 1
  63.     configured latency: 40.00 ms; range is 0.50 .. 2000.00 ms
  64.     card: 0 <alsa_card.pci-0000_00_1b.0>
  65.     module: 6
  66.     properties:
  67.         alsa.resolution_bits = "16"
  68.         device.api = "alsa"
  69.         device.class = "sound"
  70.         alsa.class = "generic"
  71.         alsa.subclass = "generic-mix"
  72.         alsa.name = "ALC269VC Analog"
  73.         alsa.id = "ALC269VC Analog"
  74.         alsa.subdevice = "0"
  75.         alsa.subdevice_name = "subdevice #0"
  76.         alsa.device = "0"
  77.         alsa.card = "0"
  78.         alsa.card_name = "HDA Intel PCH"
  79.         alsa.long_card_name = "HDA Intel PCH at 0xe0630000 irq 29"
  80.         alsa.driver_name = "snd_hda_intel"
  81.         device.bus_path = "pci-0000:00:1b.0"
  82.         sysfs.path = "/devices/pci0000:00/0000:00:1b.0/sound/card0"
  83.         device.bus = "pci"
  84.         device.vendor.id = "8086"
  85.         device.vendor.name = "Intel Corporation"
  86.         device.product.id = "1e20"
  87.         device.product.name = "7 Series/C216 Chipset Family High Definition Audio Controller"
  88.         device.form_factor = "internal"
  89.         device.string = "front:0"
  90.         device.buffering.buffer_size = "352800"
  91.         device.buffering.fragment_size = "176400"
  92.         device.access_mode = "mmap+timer"
  93.         device.profile.name = "analog-stereo"
  94.         device.profile.description = "Analog Stereo"
  95.         device.description = "Built-in Audio Analog Stereo"
  96.         alsa.mixer_name = "Realtek ALC269VC"
  97.         alsa.components = "HDA:10ec0269,11790640,00100202 HDA:80862806,11790001,00100000"
  98.         module-udev-detect.discovered = "1"
  99.         device.icon_name = "audio-card-pci"
  100.     ports:
  101.         analog-input-internal-mic: Internal Microphone (priority 8900, latency offset 0 usec, available: unknown)
  102.             properties:
  103.                 device.icon_name = "audio-input-microphone"
  104.         analog-input-mic: Microphone (priority 8700, latency offset 0 usec, available: no)
  105.             properties:
  106.                 device.icon_name = "audio-input-microphone"
  107.     active port: <analog-input-internal-mic>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement