Home
last modified time | relevance | path

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

/linux-4.4.14/include/sound/
Dinfo.h129 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-4.4.14/sound/core/
Dinfo.c663 const char *snd_info_get_str(char *dest, const char *src, int len) in snd_info_get_str() function
687 EXPORT_SYMBOL(snd_info_get_str);
Dpcm_memory.c169 snd_info_get_str(str, line, sizeof(str)); in snd_pcm_lib_preallocate_proc_write()
/linux-4.4.14/sound/core/oss/
Dmixer_oss.c1186 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write()
1195 cptr = snd_info_get_str(str, cptr, sizeof(str)); in snd_mixer_oss_proc_write()
1203 snd_info_get_str(idxstr, cptr, sizeof(idxstr)); in snd_mixer_oss_proc_write()
Dpcm_oss.c2891 ptr = snd_info_get_str(task_name, line, sizeof(task_name)); in snd_pcm_oss_proc_write()
2903 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
2905 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
2913 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
/linux-4.4.14/sound/drivers/
Ddummy.c1016 ptr = snd_info_get_str(item, line, sizeof(item)); in dummy_proc_write()
1023 snd_info_get_str(item, ptr, sizeof(item)); in dummy_proc_write()