Home
last modified time | relevance | path

Searched refs:DEVICE_SIS (Results 1 – 2 of 2) sorted by relevance

/linux/sound/pci/
H A Dintel8x0m.c47 enum { DEVICE_INTEL, DEVICE_SIS, DEVICE_ALI, DEVICE_NFORCE }; enumerator
203 { PCI_VDEVICE(SI, 0x7013), DEVICE_SIS }, /* SI7013 */
917 if (chip->device_type == DEVICE_SIS) { in snd_intel8x0m_ich_chip_init()
1090 if (device_type == DEVICE_SIS) { in snd_intel8x0m_init()
1102 chip->pcm_pos_shift = (device_type == DEVICE_SIS) ? 0 : 1; in snd_intel8x0m_init()
H A Dintel8x0.c69 enum { DEVICE_INTEL, DEVICE_INTEL_ICH4, DEVICE_SIS, DEVICE_ALI, DEVICE_NFORCE }; enumerator
398 { PCI_VDEVICE(SI, 0x7012), DEVICE_SIS }, /* SI7012 */
931 case DEVICE_SIS: in snd_intel8x0_setup_pcm_out()
1103 if (chip->device_type == DEVICE_SIS) { in snd_intel8x0_pcm_open()
2441 if (chip->device_type == DEVICE_SIS) { in snd_intel8x0_ich_chip_init()
2804 chip->device_type == DEVICE_SIS) in snd_intel8x0_proc_read()
2966 if (device_type == DEVICE_SIS) { in snd_intel8x0_init()
2977 ichdev->pos_shift = (device_type == DEVICE_SIS) ? 0 : 1; in snd_intel8x0_init()
3012 case DEVICE_SIS: in snd_intel8x0_init()