Searched refs:snd_sndstat_show_strings (Results 1 – 1 of 1) sorted by relevance
/linux/sound/core/ |
A D | info_oss.c | 52 static int snd_sndstat_show_strings(struct snd_info_buffer *buf, char *id, int dev) in snd_sndstat_show_strings() function 90 snd_sndstat_show_strings(buffer, "Audio devices", SNDRV_OSS_INFO_DEV_AUDIO); in snd_sndstat_proc_read() 91 snd_sndstat_show_strings(buffer, "Synth devices", SNDRV_OSS_INFO_DEV_SYNTH); in snd_sndstat_proc_read() 92 snd_sndstat_show_strings(buffer, "Midi devices", SNDRV_OSS_INFO_DEV_MIDI); in snd_sndstat_proc_read() 93 snd_sndstat_show_strings(buffer, "Timers", SNDRV_OSS_INFO_DEV_TIMERS); in snd_sndstat_proc_read() 94 snd_sndstat_show_strings(buffer, "Mixers", SNDRV_OSS_INFO_DEV_MIXERS); in snd_sndstat_proc_read()
|
Completed in 5 milliseconds