Searched refs:snd_info_get_str (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/sound/ |
D | info.h | 129 const char *snd_info_get_str(char *dest, const char *src, int len); 175 static inline char *snd_info_get_str(char *dest, char *src, int len) { return NULL; } in snd_info_get_str() function
|
/Linux-v4.19/sound/core/ |
D | info.c | 669 const char *snd_info_get_str(char *dest, const char *src, int len) in snd_info_get_str() function 692 EXPORT_SYMBOL(snd_info_get_str);
|
D | pcm_memory.c | 168 snd_info_get_str(str, line, sizeof(str)); in snd_pcm_lib_preallocate_proc_write()
|
/Linux-v4.19/sound/core/oss/ |
D | mixer_oss.c | 1193 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write() 1202 cptr = snd_info_get_str(str, cptr, sizeof(str)); in snd_mixer_oss_proc_write() 1210 snd_info_get_str(idxstr, cptr, sizeof(idxstr)); in snd_mixer_oss_proc_write()
|
D | pcm_oss.c | 2972 ptr = snd_info_get_str(task_name, line, sizeof(task_name)); in snd_pcm_oss_proc_write() 2984 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write() 2986 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write() 2994 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
|
/Linux-v4.19/sound/drivers/ |
D | dummy.c | 1021 ptr = snd_info_get_str(item, line, sizeof(item)); in dummy_proc_write() 1028 snd_info_get_str(item, ptr, sizeof(item)); in dummy_proc_write()
|
/Linux-v4.19/Documentation/sound/kernel-api/ |
D | writing-an-alsa-driver.rst | 3802 to get a text line, and :c:func:`snd_info_get_str()` to retrieve
|