Searched refs:snd_info_get_line (Results 1 – 9 of 9) 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 | 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()
|
| /linux/sound/core/oss/ |
| H A D | mixer_oss.c | 1157 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_mixer_oss_proc_write()
|
| H A D | pcm_oss.c | 2993 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_pcm_oss_proc_write()
|
| /linux/sound/drivers/ |
| H A D | aloop.c | 1774 if (!snd_info_get_line(buffer, line, sizeof(line))) in change_timer_source_info()
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 3661 In the write callback, you can use :c:func:`snd_info_get_line()`
|