Searched refs:snd_info_get_str (Results 1 – 5 of 5) sorted by relevance
/linux/include/sound/ |
H A D | info.h | 113 const char *snd_info_get_str(char *dest, const char *src, int len); 164 static inline char *snd_info_get_str(char *dest, char *src, int len) { return NULL; } in snd_info_get_str() function
|
/linux/sound/core/ |
H A D | info.c | 612 * snd_info_get_str - parse a string token 623 const char *snd_info_get_str(char *dest, const char *src, int len) in snd_info_get_str() function 646 EXPORT_SYMBOL(snd_info_get_str);
|
H A D | pcm_memory.c | 195 snd_info_get_str(str, line, sizeof(str)); in snd_pcm_lib_preallocate_proc_write()
|
/linux/sound/core/oss/ |
H A D | mixer_oss.c | 1138 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write() 1147 cptr = snd_info_get_str(str, cptr, sizeof(str)); in snd_mixer_oss_proc_write() 1154 snd_info_get_str(idxstr, cptr, sizeof(idxstr)); in snd_mixer_oss_proc_write()
|
H A D | pcm_oss.c | 2992 ptr = snd_info_get_str(task_name, line, sizeof(task_name)); in snd_pcm_oss_proc_write() 3003 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write() 3005 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write() 3013 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
|