Searched refs:SNDRV_OSS_INFO_DEV_SYNTH (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 131 #ifdef SNDRV_OSS_INFO_DEV_SYNTH in snd_seq_oss_synth_probe() 133 snd_oss_info_register(SNDRV_OSS_INFO_DEV_SYNTH, i, rec->name); in snd_seq_oss_synth_probe() 166 #ifdef SNDRV_OSS_INFO_DEV_SYNTH in snd_seq_oss_synth_remove() 168 snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device); in snd_seq_oss_synth_remove()
|
/kernel/linux/linux-6.6/sound/core/seq/oss/ |
H A D | seq_oss_synth.c | 131 #ifdef SNDRV_OSS_INFO_DEV_SYNTH in snd_seq_oss_synth_probe() 133 snd_oss_info_register(SNDRV_OSS_INFO_DEV_SYNTH, i, rec->name); in snd_seq_oss_synth_probe() 166 #ifdef SNDRV_OSS_INFO_DEV_SYNTH in snd_seq_oss_synth_remove() 168 snd_oss_info_unregister(SNDRV_OSS_INFO_DEV_SYNTH, rec->seq_device); in snd_seq_oss_synth_remove()
|
/kernel/linux/linux-5.10/sound/core/ |
H A D | info_oss.c | 90 snd_sndstat_show_strings(buffer, "Synth devices", SNDRV_OSS_INFO_DEV_SYNTH); in snd_sndstat_proc_read()
|
/kernel/linux/linux-6.6/sound/core/ |
H A D | info_oss.c | 89 snd_sndstat_show_strings(buffer, "Synth devices", SNDRV_OSS_INFO_DEV_SYNTH); in snd_sndstat_proc_read()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | info.h | 222 #define SNDRV_OSS_INFO_DEV_SYNTH 1 macro
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | info.h | 220 #define SNDRV_OSS_INFO_DEV_SYNTH 1 macro
|
Completed in 4 milliseconds