Home
last modified time | relevance | path

Searched refs:snd_info_get_str (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/sound/
Dinfo.h113 const char *snd_info_get_str(char *dest, const char *src, int len);
166 static inline char *snd_info_get_str(char *dest, char *src, int len) { return NULL; } in snd_info_get_str() function
/Linux-v5.4/sound/core/
Dpcm_memory.c141 snd_info_get_str(str, line, sizeof(str)); in snd_pcm_lib_preallocate_proc_write()
Dinfo.c643 const char *snd_info_get_str(char *dest, const char *src, int len) in snd_info_get_str() function
666 EXPORT_SYMBOL(snd_info_get_str);
/Linux-v5.4/sound/core/oss/
Dmixer_oss.c1178 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write()
1187 cptr = snd_info_get_str(str, cptr, sizeof(str)); in snd_mixer_oss_proc_write()
1195 snd_info_get_str(idxstr, cptr, sizeof(idxstr)); in snd_mixer_oss_proc_write()
Dpcm_oss.c2957 ptr = snd_info_get_str(task_name, line, sizeof(task_name)); in snd_pcm_oss_proc_write()
2969 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
2971 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
2979 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
/Linux-v5.4/sound/drivers/
Ddummy.c1007 ptr = snd_info_get_str(item, line, sizeof(item)); in dummy_proc_write()
1014 snd_info_get_str(item, ptr, sizeof(item)); in dummy_proc_write()
/Linux-v5.4/Documentation/sound/kernel-api/
Dwriting-an-alsa-driver.rst3827 to get a text line, and :c:func:`snd_info_get_str()` to retrieve