Symbol: SNDRV_PROTOCOL_VERSION
include/uapi/sound/asequencer.h
13
#define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 5)
include/uapi/sound/asound.h
1061
#define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 9)
include/uapi/sound/asound.h
145
#define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 18)
include/uapi/sound/asound.h
719
#define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 5)
include/uapi/sound/asound.h
72
#define SNDRV_HWDEP_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 1)
include/uapi/sound/asound.h
876
#define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 8)
include/uapi/sound/compress_offload.h
16
#define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 4, 1)
include/uapi/sound/emu10k1.h
400
#define SNDRV_EMU10K1_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 1)
sound/core/pcm_native.c
3808
if (pcm_file->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 14) &&
sound/core/pcm_native.c
970
if (params->proto >= SNDRV_PROTOCOL_VERSION(2, 0, 12) &&
sound/core/pcm_native.c
987
if (params->proto >= SNDRV_PROTOCOL_VERSION(2, 0, 12))
sound/core/rawmidi.c
928
if (rfile->user_pversion < SNDRV_PROTOCOL_VERSION(2, 0, 2)) {
sound/core/seq/seq_clientmgr.c
1236
if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3)) {
sound/core/seq/seq_clientmgr.c
1253
if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 3))
sound/core/seq/seq_clientmgr.c
1664
if (client->user_pversion >= SNDRV_PROTOCOL_VERSION(1, 0, 4))
sound/core/seq/seq_clientmgr.c
1686
if (client->user_pversion < SNDRV_PROTOCOL_VERSION(1, 0, 4))
tools/perf/trace/beauty/include/uapi/sound/asound.h
1061
#define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 9)
tools/perf/trace/beauty/include/uapi/sound/asound.h
145
#define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 18)
tools/perf/trace/beauty/include/uapi/sound/asound.h
719
#define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 5)
tools/perf/trace/beauty/include/uapi/sound/asound.h
72
#define SNDRV_HWDEP_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 1)
tools/perf/trace/beauty/include/uapi/sound/asound.h
876
#define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 8)