Guest User

Untitled

a guest
Dec 16th, 2018
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.30 KB | None | 0 0
  1. 0 [PCH ]: HDA-Intel - HDA Intel PCH
  2. HDA Intel PCH at 0x82310000 irq 133
  3.  
  4. 00:0e.0 Multimedia audio controller: Intel Corporation Device 3198 (rev 03)
  5. Subsystem: Intel Corporation Device 2072
  6. Flags: bus master, fast devsel, latency 0, IRQ 133
  7. Memory at 82310000 (64-bit, non-prefetchable) [size=16K]
  8. Memory at 82000000 (64-bit, non-prefetchable) [size=1M]
  9. Capabilities: <access denied>
  10. Kernel driver in use: snd_hda_intel
  11. Kernel modules: snd_soc_skl, snd_hda_intel
  12.  
  13. **** List of PLAYBACK Hardware Devices ****
  14. card 0: PCH [HDA Intel PCH], device 0: ALC233 Analog [ALC233 Analog]
  15. Subdevices: 1/1
  16. Subdevice #0: subdevice #0
  17. card 0: PCH [HDA Intel PCH], device 1: ALC233 Digital [ALC233 Digital]
  18. Subdevices: 1/1
  19. Subdevice #0: subdevice #0
  20.  
  21. default
  22. Playback/recording through the PulseAudio sound server
  23. null
  24. Discard all samples (playback) or generate zero samples (capture)
  25. pulse
  26. PulseAudio Sound Server
  27. sysdefault:CARD=PCH
  28. HDA Intel PCH, ALC233 Analog
  29. Default Audio Device
  30. front:CARD=PCH,DEV=0
  31. HDA Intel PCH, ALC233 Analog
  32. Front speakers
  33. surround21:CARD=PCH,DEV=0
  34. HDA Intel PCH, ALC233 Analog
  35. 2.1 Surround output to Front and Subwoofer speakers
  36. surround40:CARD=PCH,DEV=0
  37. HDA Intel PCH, ALC233 Analog
  38. 4.0 Surround output to Front and Rear speakers
  39. surround41:CARD=PCH,DEV=0
  40. HDA Intel PCH, ALC233 Analog
  41. 4.1 Surround output to Front, Rear and Subwoofer speakers
  42. surround50:CARD=PCH,DEV=0
  43. HDA Intel PCH, ALC233 Analog
  44. 5.0 Surround output to Front, Center and Rear speakers
  45. surround51:CARD=PCH,DEV=0
  46. HDA Intel PCH, ALC233 Analog
  47. 5.1 Surround output to Front, Center, Rear and Subwoofer speakers
  48. surround71:CARD=PCH,DEV=0
  49. HDA Intel PCH, ALC233 Analog
  50. 7.1 Surround output to Front, Center, Side, Rear and Woofer speakers
  51. iec958:CARD=PCH,DEV=0
  52. HDA Intel PCH, ALC233 Digital
  53. IEC958 (S/PDIF) Digital Audio Output
  54. dmix:CARD=PCH,DEV=0
  55. HDA Intel PCH, ALC233 Analog
  56. Direct sample mixing device
  57. dmix:CARD=PCH,DEV=1
  58. HDA Intel PCH, ALC233 Digital
  59. Direct sample mixing device
  60. dsnoop:CARD=PCH,DEV=0
  61. HDA Intel PCH, ALC233 Analog
  62. Direct sample snooping device
  63. dsnoop:CARD=PCH,DEV=1
  64. HDA Intel PCH, ALC233 Digital
  65. Direct sample snooping device
  66. hw:CARD=PCH,DEV=0
  67. HDA Intel PCH, ALC233 Analog
  68. Direct hardware device without any conversions
  69. hw:CARD=PCH,DEV=1
  70. HDA Intel PCH, ALC233 Digital
  71. Direct hardware device without any conversions
  72. plughw:CARD=PCH,DEV=0
  73. HDA Intel PCH, ALC233 Analog
  74. Hardware device with all software conversions
  75. plughw:CARD=PCH,DEV=1
  76. HDA Intel PCH, ALC233 Digital
  77. Hardware device with all software conversions
  78.  
  79. Codec: Intel Geminilake HDMI
  80. Pincap 0x09000094: OUT Detect HBR HDMI DP
  81. Pin Default 0x18560010: [Jack] Digital Out at Int HDMI
  82.  
  83. Codec: Realtek ALC233
  84. Codec: Intel Geminilake HDMI
  85.  
  86. # autoloader aliases
  87. install sound-slot-0 /sbin/modprobe snd-card-0
  88. install sound-slot-1 /sbin/modprobe snd-card-1
  89. install sound-slot-2 /sbin/modprobe snd-card-2
  90. install sound-slot-3 /sbin/modprobe snd-card-3
  91. install sound-slot-4 /sbin/modprobe snd-card-4
  92. install sound-slot-5 /sbin/modprobe snd-card-5
  93. install sound-slot-6 /sbin/modprobe snd-card-6
  94. install sound-slot-7 /sbin/modprobe snd-card-7
  95.  
  96. # Cause optional modules to be loaded above generic modules
  97. install snd /sbin/modprobe --ignore-install snd $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-ioctl32 ; /sbin/modprobe --quiet --use-blacklist snd-seq ; }
  98. #
  99. # Workaround at bug #499695 (reverted in Ubuntu see LP #319505)
  100. install snd-pcm /sbin/modprobe --ignore-install snd-pcm $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-pcm-oss ; : ; }
  101. install snd-mixer /sbin/modprobe --ignore-install snd-mixer $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-mixer-oss ; : ; }
  102. install snd-seq /sbin/modprobe --ignore-install snd-seq $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; /sbin/modprobe --quiet --use-blacklist snd-seq-oss ; : ; }
  103. #
  104. install snd-rawmidi /sbin/modprobe --ignore-install snd-rawmidi $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq-midi ; : ; }
  105. # Cause optional modules to be loaded above sound card driver modules
  106. install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-emu10k1-synth ; }
  107. install snd-via82xx /sbin/modprobe --ignore-install snd-via82xx $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist snd-seq ; }
  108.  
  109. # Load saa7134-alsa instead of saa7134 (which gets dragged in by it anyway)
  110. install saa7134 /sbin/modprobe --ignore-install saa7134 $CMDLINE_OPTS && { /sbin/modprobe --quiet --use-blacklist saa7134-alsa ; : ; }
  111. # Prevent abnormal drivers from grabbing index 0
  112. options bt87x index=-2
  113. options cx88_alsa index=-2
  114. options saa7134-alsa index=-2
  115. options snd-atiixp-modem index=-2
  116. options snd-intel8x0m index=-2
  117. options snd-via82xx-modem index=-2
  118. options snd-usb-audio index=-2
  119. options snd-usb-caiaq index=-2
  120. options snd-usb-ua101 index=-2
  121. options snd-usb-us122l index=-2
  122. options snd-usb-usx2y index=-2
  123. # Ubuntu #62691, enable MPU for snd-cmipci
  124. options snd-cmipci mpu_port=0x330 fm_port=0x388
  125. # Keep snd-pcsp from being loaded as first soundcard
  126. options snd-pcsp index=-2
  127. # Keep snd-usb-audio from beeing loaded as first soundcard
  128. options snd-usb-audio index=-2
Add Comment
Please, Sign In to add comment