Home
last modified time | relevance | path

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

/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()
1160 .ca0151_chip = 1,
1173 .ca0151_chip = 1,
1185 .ca0151_chip = 1,
1195 .ca0151_chip = 1,
1205 .ca0151_chip = 1,
1223 .ca0151_chip = 1,
1235 .ca0151_chip = 1,
1245 .ca0151_chip = 1,
[all …]
H A Demuproc.c676 (emu->card_capabilities->ca0151_chip || emu->card_capabilities->ca0108_chip)) { in snd_emu10k1_proc_init()
695 if (emu->card_capabilities->ca0151_chip) in snd_emu10k1_proc_init()
H A Demumixer.c2314 if (emu->card_capabilities->ca0151_chip) { /* P16V */ in snd_emu10k1_mixer()
/linux/include/sound/
H A Demu10k1.h1664 unsigned int ca0151_chip:1; /* P16V */ member