Searched refs:SNDRV_PROTOCOL_VERSION (Results 1 - 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/sound/
H A Dasound.h36 #define SNDRV_PROTOCOL_VERSION(major, minor, subminor) (((major)<<16)|((minor)<<8)|(subminor)) macro
78 #define SNDRV_HWDEP_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 1)
146 #define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 13)
594 #define SNDRV_RAWMIDI_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 0)
647 #define SNDRV_TIMER_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 6)
802 #define SNDRV_CTL_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 7)
H A Dcompress_offload.h33 #define SNDRV_COMPRESS_VERSION SNDRV_PROTOCOL_VERSION(0, 1, 2)
H A Demu10k1.h348 #define SNDRV_EMU10K1_VERSION SNDRV_PROTOCOL_VERSION(1, 0, 1)
H A Dasequencer.h28 #define SNDRV_SEQ_VERSION SNDRV_PROTOCOL_VERSION (1, 0, 1)
/linux-4.1.27/sound/core/
H A Dpcm_native.c667 if (params->proto >= SNDRV_PROTOCOL_VERSION(2, 0, 12) && snd_pcm_sw_params()
684 if (params->proto >= SNDRV_PROTOCOL_VERSION(2, 0, 12)) snd_pcm_sw_params()

Completed in 189 milliseconds