Home
last modified time | relevance | path

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

/linux-4.4.14/sound/core/seq/oss/
Dseq_oss_synth.c143 #ifdef SNDRV_OSS_INFO_DEV_SYNTH in snd_seq_oss_synth_probe()
145 snd_oss_info_register(SNDRV_OSS_INFO_DEV_SYNTH, i, rec->name); in snd_seq_oss_synth_probe()
178 #ifdef SNDRV_OSS_INFO_DEV_SYNTH in snd_seq_oss_synth_remove()
180 snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device); in snd_seq_oss_synth_remove()
/linux-4.4.14/sound/core/
Dinfo_oss.c106 snd_sndstat_show_strings(buffer, "Synth devices", SNDRV_OSS_INFO_DEV_SYNTH); in snd_sndstat_proc_read()
/linux-4.4.14/include/sound/
Dinfo.h203 #define SNDRV_OSS_INFO_DEV_SYNTH 1 macro