Searched refs:ca0151_chip (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1.c | 126 if (emu->card_capabilities->ca0151_chip) { /* P16V */ in snd_card_emu10k1_probe() 141 if (emu->card_capabilities->ca0151_chip) { /* P16V */ in snd_card_emu10k1_probe() 216 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_suspend() 233 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_resume()
|
H A D | emu10k1_main.c | 184 if (emu->card_capabilities->ca0151_chip) { /* audigy2 */ in snd_emu10k1_init() 359 if (emu->card_capabilities->ca0151_chip) { /* audigy2 */ in snd_emu10k1_audio_enable() 1273 if (emu->card_capabilities->ca0151_chip) /* P16V */ in snd_emu10k1_free() 1480 .ca0151_chip = 1, 1493 .ca0151_chip = 1, 1505 .ca0151_chip = 1, 1515 .ca0151_chip = 1, 1525 .ca0151_chip = 1, 1543 .ca0151_chip = 1, 1553 .ca0151_chip [all...] |
H A D | emuproc.c | 585 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_proc_init()
|
H A D | emumixer.c | 2106 if (emu->card_capabilities->ca0151_chip) { /* P16V */ in snd_emu10k1_mixer()
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emu10k1.c | 113 if (emu->card_capabilities->ca0151_chip) { /* P16V */ in snd_card_emu10k1_probe() 131 if (emu->card_capabilities->ca0151_chip) { /* P16V */ in snd_card_emu10k1_probe() 199 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_suspend() 216 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_resume()
|
H A D | emu10k1_main.c | 188 } else if (emu->card_capabilities->ca0151_chip) { /* audigy2 */ in snd_emu10k1_init() 354 if (emu->card_capabilities->ca0151_chip) { /* audigy2 */ in snd_emu10k1_audio_enable() 1203 .ca0151_chip = 1, 1216 .ca0151_chip = 1, 1228 .ca0151_chip = 1, 1238 .ca0151_chip = 1, 1248 .ca0151_chip = 1, 1266 .ca0151_chip = 1, 1278 .ca0151_chip = 1, 1288 .ca0151_chip [all...] |
H A D | emuproc.c | 666 (emu->card_capabilities->ca0151_chip || emu->card_capabilities->ca0108_chip)) { in snd_emu10k1_proc_init() 685 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_proc_init()
|
H A D | emumixer.c | 2308 if (emu->card_capabilities->ca0151_chip) { /* P16V */ in snd_emu10k1_mixer()
|
/kernel/linux/linux-5.10/include/sound/ |
H A D | emu10k1.h | 1652 unsigned char ca0151_chip; /* P16V */ member
|
/kernel/linux/linux-6.6/include/sound/ |
H A D | emu10k1.h | 1656 unsigned int ca0151_chip:1; /* P16V */ member
|
Completed in 24 milliseconds