Searched refs:snd_info_get_line (Results 1 – 14 of 14) sorted by relevance
| /linux/include/sound/ |
| H A D | info.h | 112 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len); 163 static inline int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) { return 0… in snd_info_get_line() function
|
| /linux/sound/hda/codecs/hdmi/ |
| H A D | eld.c | 134 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_hdmi_write_eld_info()
|
| /linux/sound/pci/lola/ |
| H A D | lola_proc.c | 140 while (!snd_info_get_line(buffer, line, sizeof(line))) { in lola_proc_codec_rw_write()
|
| /linux/sound/core/ |
| H A D | info.c | 576 * snd_info_get_line - read one line from the procfs buffer 585 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) in snd_info_get_line() function 609 EXPORT_SYMBOL(snd_info_get_line);
|
| H A D | pcm_memory.c | 194 if (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_pcm_lib_preallocate_proc_write()
|
| H A D | pcm.c | 489 if (!snd_info_get_line(buffer, line, sizeof(line))) in snd_pcm_xrun_debug_write()
|
| /linux/sound/pci/ice1712/ |
| H A D | pontis.c | 613 while (!snd_info_get_line(buffer, line, sizeof(line))) { in wm_proc_regs_write()
|
| H A D | prodigy_hifi.c | 855 while (!snd_info_get_line(buffer, line, sizeof(line))) { in wm_proc_regs_write()
|
| /linux/sound/drivers/ |
| H A D | dummy.c | 1006 while (!snd_info_get_line(buffer, line, sizeof(line))) { in dummy_proc_write()
|
| H A D | aloop.c | 1899 if (!snd_info_get_line(buffer, line, sizeof(line))) in change_timer_source_info()
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1x.c | 979 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_emu10k1x_proc_reg_write()
|
| /linux/sound/core/oss/ |
| H A D | mixer_oss.c | 1154 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_mixer_oss_proc_write()
|
| H A D | pcm_oss.c | 3016 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_pcm_oss_proc_write()
|
| /linux/sound/pci/pcxhr/ |
| H A D | pcxhr.c | 1341 while (!snd_info_get_line(buffer, line, sizeof(line))) { in pcxhr_proc_gpo_write()
|