How can find what version of Alsa is installed and update it to the latest version Google search shows very very old suggestions which do not work Alsa official website does not provide any information suitable for end users who are new to this, just for programmers and developers
Asked
Active
Viewed 513 times
1 Answers
1
Welcome to StackExchange AskUbuntu!
Get the installed version of Alsa with cat /proc/asound/version
(https://askubuntu.com/a/394852/359408)
Update your system with
sudo apt update
sudo apt upgrade
(updates all packages, including ALSA). Not that the version Ubuntu installs might not be the most recent release of ALSA, but the most recently tested version for your version of Ubuntu.

Kurtoid
- 594
-
Thanks for the quick response – Oleg Solomonik Jan 28 '20 at 18:19