enum snd_pcm_subclass_t

Overview

PCM subclass Moreā€¦

#include <pcm.h>

enum snd_pcm_subclass_t {
    SND_PCM_SUBCLASS_GENERIC_MIX = 0,
    SND_PCM_SUBCLASS_MULTI_MIX,
    SND_PCM_SUBCLASS_LAST        = SND_PCM_SUBCLASS_MULTI_MIX,
};

Detailed Documentation

PCM subclass

Enum Values

SND_PCM_SUBCLASS_GENERIC_MIX

subdevices are mixed together

SND_PCM_SUBCLASS_MULTI_MIX

multichannel subdevices are mixed together