Added pcm_copy and fixed pcm_plug for access change case.

This commit is contained in:
Abramo Bagnara 2000-12-11 11:16:07 +00:00
parent c24455cfa1
commit e72ac5eab4
5 changed files with 292 additions and 24 deletions

View file

@ -21,6 +21,7 @@ typedef enum _snd_pcm_type {
SND_PCM_TYPE_NULL,
SND_PCM_TYPE_SHM,
SND_PCM_TYPE_INET,
SND_PCM_TYPE_COPY,
SND_PCM_TYPE_LINEAR,
SND_PCM_TYPE_ALAW,
SND_PCM_TYPE_MULAW,