Searched refs:subsystem (Results 1 – 14 of 14) sorted by relevance
| /sound/pci/emu10k1/ |
| A D | emu10k1_main.c | 945 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10241102, 991 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10211102, 1018 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x10011102, 1057 {.vendor = 0x1102, .device = 0x0008, .subsystem = 0x20011102, 1469 uint subsystem) in snd_emu10k1_create() argument 1512 if (subsystem) { in snd_emu10k1_create() 1513 if (c->subsystem && (c->subsystem == subsystem)) in snd_emu10k1_create() 1518 if (c->subsystem && (c->subsystem != emu->serial)) in snd_emu10k1_create() 1531 if (c->subsystem && !subsystem) in snd_emu10k1_create() 1533 else if (subsystem) in snd_emu10k1_create() [all …]
|
| A D | emu10k1.c | 35 static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */ variable 55 module_param_array(subsystem, uint, NULL, 0444); 56 MODULE_PARM_DESC(subsystem, "Force card subsystem model."); 99 enable_ir[dev], subsystem[dev]); in snd_card_emu10k1_probe()
|
| A D | emumixer.c | 2211 if (emu->card_capabilities->subsystem == 0x80401102) { /* SB Live! Platinum CT4760P */ in snd_emu10k1_mixer() 2217 if (emu->card_capabilities->subsystem == 0x20071102) { /* Audigy 4 Pro */ in snd_emu10k1_mixer()
|
| /sound/pci/ctxfi/ |
| A D | xfi.c | 32 static unsigned int subsystem[SNDRV_CARDS]; variable 40 module_param_array(subsystem, int, NULL, 0444); 41 MODULE_PARM_DESC(subsystem, "Override subsystem ID for Creative X-Fi driver"); 90 pci_id->driver_data, subsystem[dev], &atc); in ct_card_probe()
|
| /sound/soc/sprd/ |
| A D | Kconfig | 17 is used for sound stream transmission between audio subsystem 18 and other AP/CP subsystem.
|
| /sound/soc/xtensa/ |
| A D | Kconfig | 10 the drivers for the rest of XTFPGA audio subsystem.
|
| /sound/soc/intel/avs/ |
| A D | tgl.c | 60 hwid.subsystem = pci->subsystem_vendor | (pci->subsystem_device << 16); in avs_tgl_config_basefw()
|
| A D | messages.h | 484 u32 subsystem; member
|
| /sound/pci/ca0106/ |
| A D | ca0106_main.c | 145 static uint subsystem[SNDRV_CARDS]; /* Force card subsystem model */ variable 153 module_param_array(subsystem, uint, NULL, 0444); 154 MODULE_PARM_DESC(subsystem, "Force card subsystem model."); 1624 if (subsystem[dev]) { in snd_ca0106_create() 1625 if (c->serial == subsystem[dev]) in snd_ca0106_create() 1631 if (subsystem[dev]) { in snd_ca0106_create() 1634 c->name, chip->serial, subsystem[dev]); in snd_ca0106_create()
|
| /sound/soc/uniphier/ |
| A D | Kconfig | 11 'AIO' Audio Input/Output subsystem.
|
| /sound/ |
| A D | Kconfig | 110 sound subsystem and other function drivers completely unrelated to
|
| /sound/soc/meson/ |
| A D | Kconfig | 12 Select Y or M to add support for the Audio output subsystem found
|
| /sound/core/ |
| A D | Kconfig | 179 other side, it makes the ALSA subsystem larger.
|
| /sound/soc/codecs/ |
| A D | Kconfig | 1254 This enables HD-Audio codec support in ASoC subsystem. Compared
|
Completed in 40 milliseconds