Home
last modified time | relevance | path

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

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