How to know which sound card I have on my PC?

To know the manufacturer of the sound card in your computer in Linux, try the following command in terminal (Shortcut to open terminal: Ctrl+Alt+T) :

aplay -l | grep card

The output of the command for my laptop is following:

card 0: Intel [HDA Intel], device 0: ALC269VB Analog [ALC269VB Analog]
card 0: Intel [HDA Intel], device 3: HDMI 0 [HDMI 0]

As it clearly says my sound card manufacturer is HDA Intel. What is yours? You can find that easily from the output.

Feedback/suggestions/questions are always welcomed. If you like the post then do let me know by liking/voting the post. Enjoy :)