Command aplay -l
produces a list of "all soundcards and digital audio devices".
On my brand-new Fujitsu Esprimo desktop, I get:
**** List of PLAYBACK Hardware Devices ****
card 0: MID [HDA Intel MID], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: MID [HDA Intel MID], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: MID [HDA Intel MID], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 1: PCH [HDA Intel PCH], device 0: ALC671 Analog [ALC671 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0
lspci -v
command shows two audio devices:
00:03.0 Audio device: Intel Corporation Xeon E3-1200 v3/4th Gen Core Processor HD Audio Controller (rev 06)
Subsystem: Fujitsu Technology Solutions Device 11e7
Flags: bus master, fast devsel, latency 0, IRQ 48
Memory at f7c34000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
00:1b.0 Audio device: Intel Corporation 8 Series/C220 Series Chipset High Definition Audio Controller (rev 04)
Subsystem: Fujitsu Technology Solutions Device 11eb
Flags: bus master, fast devsel, latency 0, IRQ 47
Memory at f7c30000 (64-bit, non-prefetchable) [size=16K]
Capabilities: <access denied>
Kernel driver in use: snd_hda_intel
Now my questions:
How it comes my office computer has two sound cards? These are both standard on-board cards, right?
What's the meaning of MID, PCH, HDMI?
Which one is connected to the moss-green standard plug?
lspci -v
. – Joachim W Apr 03 '14 at 21:06