Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.40 KB | None | 0 0
  1. % dpkg -l | grep alsa
  2. ii alsa-base 1.0.25+dfsg-0ubuntu4 ...
  3. ii alsa-utils 1.0.27.2-1ubuntu2 ...
  4.  
  5. % lsmod | grep snd
  6. snd_hda_codec_hdmi 47548 1
  7. snd_hda_codec_realtek 77561 1
  8. snd_hda_codec_generic 69011 1 snd_hda_codec_realtek
  9. snd_hda_intel 30469 0
  10. snd_soc_rt5640 93042 0
  11. snd_soc_rl6231 13037 1 snd_soc_rt5640
  12. snd_hda_controller 30228 1 snd_hda_intel
  13. snd_hda_codec 139719 5 snd_hda_codec_realtek,snd_hda_codec_hdmi,snd_hda_codec_generic,snd_hda_intel,snd_hda_controller
  14. snd_hwdep 17698 1 snd_hda_codec
  15. snd_soc_core 200204 1 snd_soc_rt5640
  16. snd_compress 19200 1 snd_soc_core
  17. snd_pcm_dmaengine 15172 1 snd_soc_core
  18. snd_pcm 104112 7 snd_soc_rt5640,snd_soc_core,snd_hda_codec_hdmi,snd_hda_codec,snd_hda_intel,snd_hda_controller,snd_pcm_dmaengine
  19. snd_seq_midi 13564 0
  20. snd_seq_midi_event 14899 1 snd_seq_midi
  21. snd_rawmidi 30876 1 snd_seq_midi
  22. snd_seq 63074 2 snd_seq_midi_event,snd_seq_midi
  23. snd_seq_device 14497 3 snd_seq,snd_rawmidi,snd_seq_midi
  24. snd_timer 29562 2 snd_pcm,snd_seq
  25. snd 79468 13 snd_hda_codec_realtek,snd_soc_core,snd_hwdep,snd_timer,snd_hda_codec_hdmi,snd_pcm,snd_seq,snd_rawmidi,snd_hda_codec_generic,snd_hda_codec,snd_hda_intel,snd_seq_device,snd_compress
  26. soundcore 15047 2 snd,snd_hda_codec
  27. snd_soc_sst_acpi 13007 0
  28. %
  29.  
  30. % aplay -l
  31. **** List of PLAYBACK Hardware Devices ****
  32. card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
  33. Subdevices: 1/1
  34. Subdevice #0: subdevice #0
  35. card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
  36. Subdevices: 1/1
  37. Subdevice #0: subdevice #0
  38. %
  39.  
  40. % aplay -L
  41. null
  42. Discard all samples (playback) or generate zero samples (capture)
  43. default:CARD=PCH
  44. HDA Intel PCH, ALC283 Analog
  45. Default Audio Device
  46. sysdefault:CARD=PCH
  47. HDA Intel PCH, ALC283 Analog
  48. Default Audio Device
  49. front:CARD=PCH,DEV=0
  50. HDA Intel PCH, ALC283 Analog
  51. Front speakers
  52. surround40:CARD=PCH,DEV=0
  53. HDA Intel PCH, ALC283 Analog
  54. 4.0 Surround output to Front and Rear speakers
  55. surround41:CARD=PCH,DEV=0
  56. HDA Intel PCH, ALC283 Analog
  57. 4.1 Surround output to Front, Rear and Subwoofer speakers
  58. surround50:CARD=PCH,DEV=0
  59. HDA Intel PCH, ALC283 Analog
  60. 5.0 Surround output to Front, Center and Rear speakers
  61. surround51:CARD=PCH,DEV=0
  62. HDA Intel PCH, ALC283 Analog
  63. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  64. surround71:CARD=PCH,DEV=0
  65. HDA Intel PCH, ALC283 Analog
  66. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  67. hdmi:CARD=PCH,DEV=0
  68. HDA Intel PCH, HDMI 0
  69. HDMI Audio Output
  70. dmix:CARD=PCH,DEV=0
  71. HDA Intel PCH, ALC283 Analog
  72. Direct sample mixing device
  73. dmix:CARD=PCH,DEV=3
  74. HDA Intel PCH, HDMI 0
  75. Direct sample mixing device
  76. dsnoop:CARD=PCH,DEV=0
  77. HDA Intel PCH, ALC283 Analog
  78. Direct sample snooping device
  79. dsnoop:CARD=PCH,DEV=3
  80. HDA Intel PCH, HDMI 0
  81. Direct sample snooping device
  82. hw:CARD=PCH,DEV=0
  83. HDA Intel PCH, ALC283 Analog
  84. Direct hardware device without any conversions
  85. hw:CARD=PCH,DEV=3
  86. HDA Intel PCH, HDMI 0
  87. Direct hardware device without any conversions
  88. plughw:CARD=PCH,DEV=0
  89. HDA Intel PCH, ALC283 Analog
  90. Hardware device with all software conversions
  91. plughw:CARD=PCH,DEV=3
  92. HDA Intel PCH, HDMI 0
  93. Hardware device with all software conversions
  94. %
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement