enum snd_hwdep_type_t

Overview

HwDep handle type Moreā€¦

#include <hwdep.h>

enum snd_hwdep_type_t {
    SND_HWDEP_TYPE_HW,
    SND_HWDEP_TYPE_SHM,
    SND_HWDEP_TYPE_INET,
};

Detailed Documentation

HwDep handle type

Enum Values

SND_HWDEP_TYPE_HW

Kernel level HwDep

SND_HWDEP_TYPE_SHM

Shared memory client HwDep (not yet implemented)

SND_HWDEP_TYPE_INET

INET client HwDep (not yet implemented)