The following lines were added (+) and removed (-):
==CLI Utilities====ALSA CLI Utilities====Configuration==All files in /proc/asound are created and used by ALSA. these files describe the sound card or related devices. */proc/asound/cardX/ (where X is the sound card number, from 0-7) : a cardX directory exists for each sound card */proc/asound/cards is the list of registered cards*/proc/asound/dev/ is a directory listing the specific device files used by programs for sound operations if your system uses devfs*/proc/asound/devices is a read-only file showing the registered alsa devices such as digital audio capture and playback */proc/asound/hwdep hardware dependent controls*/proc/asound/meminfo shows kernel level memory space*/proc/asound/modules lists registered ALSA soundcard drivers for specific things such as each soundcard*/proc/asound/oss/ old oss emulation*/proc/asound/pcm helpful for identification of hw:0,0 labels, technically they are streams/devices but think of it as how you find the hw:X,X values you are looking for.*/proc/asound/seq/ sequencer data*/proc/asound/timers a list of timers ALSA knows about, and also describe which ones are in active use. (could this be useful in resolving Device or resource busy issues?)*/proc/asound/version version and date the ALSA subsystem