Home
last modified time | relevance | path

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

/linux-6.14.4/tools/testing/selftests/alsa/
Dglobal-timer.c42 if (snd_timer_params(handle, params) < 0) { in bind_to_timer()
/linux-6.14.4/tools/perf/trace/beauty/include/uapi/sound/
Dasound.h958 struct snd_timer_params { struct
998 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
/linux-6.14.4/include/uapi/sound/
Dasound.h962 struct snd_timer_params { struct
1002 #define SNDRV_TIMER_IOCTL_PARAMS _IOW('T', 0x12, struct snd_timer_params)
/linux-6.14.4/sound/core/
Dtimer.c1785 struct snd_timer_params __user *_params) in snd_timer_user_params()
1788 struct snd_timer_params params; in snd_timer_user_params()