mirror of
https://gitee.com/openharmony/third_party_alsa-lib
synced 2024-11-26 17:21:07 +00:00
added DMIX plugin
This commit is contained in:
parent
8720faaccb
commit
fd52ee0085
@ -345,7 +345,9 @@ enum _snd_pcm_type {
|
||||
/** Linear Integer <-> Linear Float format conversion PCM */
|
||||
SND_PCM_TYPE_LINEAR_FLOAT,
|
||||
/** LADSPA integration plugin */
|
||||
SND_PCM_TYPE_LADSPA
|
||||
SND_PCM_TYPE_LADSPA,
|
||||
/** Direct Mixing plugin */
|
||||
SND_PCM_TYPE_DMIX
|
||||
};
|
||||
|
||||
/** PCM type */
|
||||
|
Loading…
Reference in New Issue
Block a user