Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_VERSION (Results 1 – 4 of 4) sorted by relevance

/linux/tools/include/uapi/sound/
H A Dasound.h
/linux/include/uapi/sound/
H A Dasound.h145 #define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 18) macro
/linux/tools/perf/trace/beauty/include/uapi/sound/
H A Dasound.h145 #define SNDRV_PCM_VERSION SNDRV_PROTOCOL_VERSION(2, 0, 18) macro
/linux/sound/core/
H A Dpcm_native.c3311 return put_user(SNDRV_PCM_VERSION, (int __user *)arg) ? -EFAULT : 0; in snd_pcm_common_ioctl()