mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-29 05:40:25 -04:00
Added pcm_copy and fixed pcm_plug for access change case.
This commit is contained in:
parent
c24455cfa1
commit
e72ac5eab4
5 changed files with 292 additions and 24 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue