Home
last modified time | relevance | path

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

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