Home
last modified time | relevance | path

Searched refs:ca0151_chip (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/pci/emu10k1/
H A Demu10k1.c113 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()
198 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_suspend()
215 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_resume()
H A Demu10k1_main.c188 } 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()
1219 .ca0151_chip = 1,
1232 .ca0151_chip = 1,
1244 .ca0151_chip = 1,
1254 .ca0151_chip = 1,
1264 .ca0151_chip = 1,
1282 .ca0151_chip = 1,
1294 .ca0151_chip = 1,
1304 .ca0151_chip = 1,
[all …]
H A Demuproc.c666 (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 Demumixer.c2308 if (emu->card_capabilities->ca0151_chip) { /* P16V */ in snd_emu10k1_mixer()
/openbmc/linux/include/sound/
H A Demu10k1.h1656 unsigned int ca0151_chip:1; /* P16V */ member