Home
last modified time | relevance | path

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

/Linux-v5.4/sound/core/
Dhwdep.c381 hwdep->oss_type = -1; in snd_hwdep_new()
431 if (hwdep->oss_type >= 0) { in snd_hwdep_dev_register()
432 if (hwdep->oss_type == SNDRV_OSS_DEVICE_TYPE_DMFM && in snd_hwdep_dev_register()
436 else if (snd_register_oss_device(hwdep->oss_type, in snd_hwdep_dev_register()
464 snd_unregister_oss_device(hwdep->oss_type, hwdep->card, hwdep->device); in snd_hwdep_dev_disconnect()
/Linux-v5.4/include/sound/
Dhwdep.h48 int oss_type; member
/Linux-v5.4/sound/drivers/opl3/
Dopl3_lib.c488 hw->oss_type = SNDRV_OSS_DEVICE_TYPE_DMFM; in snd_opl3_hwdep_new()