Searched refs:snd_info_get_str (Results 1 – 5 of 5) sorted by relevance
/sound/core/ |
D | info.c | 647 const char *snd_info_get_str(char *dest, const char *src, int len) in snd_info_get_str() function 670 EXPORT_SYMBOL(snd_info_get_str);
|
D | pcm_memory.c | 195 snd_info_get_str(str, line, sizeof(str)); in snd_pcm_lib_preallocate_proc_write()
|
/sound/core/oss/ |
D | mixer_oss.c | 1216 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write() 1225 cptr = snd_info_get_str(str, cptr, sizeof(str)); in snd_mixer_oss_proc_write() 1233 snd_info_get_str(idxstr, cptr, sizeof(idxstr)); in snd_mixer_oss_proc_write()
|
D | pcm_oss.c | 3007 ptr = snd_info_get_str(task_name, line, sizeof(task_name)); in snd_pcm_oss_proc_write() 3019 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write() 3021 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write() 3029 ptr = snd_info_get_str(str, ptr, sizeof(str)); in snd_pcm_oss_proc_write()
|
/sound/drivers/ |
D | dummy.c | 994 ptr = snd_info_get_str(item, line, sizeof(item)); in dummy_proc_write() 1001 snd_info_get_str(item, ptr, sizeof(item)); in dummy_proc_write()
|