Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/trident/
H A Dtrident.c73 ((pci->vendor << 16) | pci->device) == TRIDENT_DEVICE_ID_SI7018 ? 1 : 2, in snd_trident_probe()
85 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_probe()
92 if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe()
112 if (trident->device == TRIDENT_DEVICE_ID_NX || trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe()
117 if (trident->device != TRIDENT_DEVICE_ID_SI7018) { in snd_trident_probe()
H A Dtrident_main.c243 if (trident->device == TRIDENT_DEVICE_ID_SI7018) in snd_trident_enable_eso()
446 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_write_voice_regs()
577 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_write_vol_reg()
1303 if (trident->device == TRIDENT_DEVICE_ID_SI7018) { in snd_trident_spdif_hw_params()
1369 if (trident->device != TRIDENT_DEVICE_ID_SI7018) { in snd_trident_spdif_prepare()
2134 trident->device != TRIDENT_DEVICE_ID_SI7018 ? in snd_trident_pcm()
2613 if (trident->device == TRIDENT_DEVICE_ID_SI7018) in snd_trident_pcm_vol_control_info()
3265 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_proc_read()
3297 if (trident->device == TRIDENT_DEVICE_ID_SI7018) in snd_trident_proc_init()
3567 case TRIDENT_DEVICE_ID_SI7018: in snd_trident_create()
[all …]
H A Dtrident.h18 #define TRIDENT_DEVICE_ID_SI7018 ((PCI_VENDOR_ID_SI<<16)|PCI_DEVICE_ID_SI_7018) macro