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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dinfo.h119 const char *snd_info_get_str(char *dest, const char *src, int len);
161 static inline char *snd_info_get_str(char *dest, char *src, int len) { return NULL; } function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/
H A Dpcm_memory.c175 snd_info_get_str(str, line, sizeof(str));
H A Dinfo.c730 * snd_info_get_str - parse a string token
741 const char *snd_info_get_str(char *dest, const char *src, int len) function
765 EXPORT_SYMBOL(snd_info_get_str); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/
H A Ddummy.c948 ptr = snd_info_get_str(item, line, sizeof(item));
955 snd_info_get_str(item, ptr, sizeof(item));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/core/oss/
H A Dmixer_oss.c1157 cptr = snd_info_get_str(str, line, sizeof(str));
1165 cptr = snd_info_get_str(str, cptr, sizeof(str));
1173 snd_info_get_str(idxstr, cptr, sizeof(idxstr));
H A Dpcm_oss.c2859 ptr = snd_info_get_str(task_name, line, sizeof(task_name));
2871 ptr = snd_info_get_str(str, ptr, sizeof(str));
2873 ptr = snd_info_get_str(str, ptr, sizeof(str));
2881 ptr = snd_info_get_str(str, ptr, sizeof(str));

Completed in 195 milliseconds