alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
360 stars 177 forks source link

test: Add PCM interface tests #359

Open smelamud opened 11 months ago

smelamud commented 11 months ago

Add tests for various features of the PCM interface. The goal is to maximize coverage of the corresponding kernel code. The tests use a loopback device and require snd-aloop kernel module to be loaded.

smelamud commented 11 months ago

@perexg Can you please review?