Advertisement
Tritonio

How to reload asound.conf (ALSA)

May 6th, 2021
180
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1.  
  2.  
  3. The asound.conf file is read by the ALSA library when you open some device for the first time.
  4.  
  5. In your own application, you can call snd_config_update() to re-read the configuration files.
  6.  
  7. If you want to affect some other application that you have no control over, you have to restart it.
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement