Home
last modified time | relevance | path

Searched refs:SNDRV_OSS_INFO_DEV_SYNTH (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c132 #ifdef SNDRV_OSS_INFO_DEV_SYNTH in snd_seq_oss_synth_probe()
134 snd_oss_info_register(SNDRV_OSS_INFO_DEV_SYNTH, i, rec->name); in snd_seq_oss_synth_probe()
167 #ifdef SNDRV_OSS_INFO_DEV_SYNTH in snd_seq_oss_synth_remove()
169 snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device); in snd_seq_oss_synth_remove()
/openbmc/linux/sound/core/
H A Dinfo_oss.c89 snd_sndstat_show_strings(buffer, "Synth devices", SNDRV_OSS_INFO_DEV_SYNTH); in snd_sndstat_proc_read()
/openbmc/linux/include/sound/
H A Dinfo.h220 #define SNDRV_OSS_INFO_DEV_SYNTH 1 macro