Searched defs:secondary (Results 1 - 5 of 5) sorted by relevance

/sound/pci/
H A Dfm801.c164 secondary: 1; /* secondary codec */ member in struct:fm801
165 unsigned char secondary_addr; /* address of the secondary codec */
1032 if (chip->secondary) {
1094 /* my card has the secondary codec */
1102 chip->secondary = 1;
H A Dvia82xx_modem.c176 #define VIA_ACLINK_C01_READY 0x04 /* secondary codec ready */
257 unsigned int ac97_secondary; /* secondary AC'97 codec is present */
375 static int snd_via82xx_codec_ready(struct via82xx_modem *chip, int secondary) argument
386 secondary, snd_via82xx_codec_xread(chip));
390 static int snd_via82xx_codec_valid(struct via82xx_modem *chip, int secondary) argument
394 unsigned int stat = !secondary ? VIA_REG_AC97_PRIMARY_VALID :
H A Dvia82xx.c35 * - support the secondary capture (on VIA8233/C,8235)
265 #define VIA_ACLINK_C01_READY 0x04 /* secondary codec ready */
397 unsigned int ac97_secondary; /* secondary AC'97 codec is present */
521 static int snd_via82xx_codec_ready(struct via82xx *chip, int secondary) argument
532 secondary, snd_via82xx_codec_xread(chip));
536 static int snd_via82xx_codec_valid(struct via82xx *chip, int secondary) argument
540 unsigned int stat = !secondary ? VIA_REG_AC97_PRIMARY_VALID :
/sound/pci/ymfpci/
H A Dymfpci_main.c78 static int snd_ymfpci_codec_ready(struct snd_ymfpci *chip, int secondary) argument
81 u32 reg = secondary ? YDSXGR_SECSTATUSADR : YDSXGR_PRISTATUSADR;
89 snd_printk(KERN_ERR "codec_ready: codec %i is not ready [0x%x]\n", secondary, snd_ymfpci_readw(chip, reg));
/sound/pci/ali5451/
H A Dali5451.c349 static void snd_ali_codec_poke(struct snd_ali *codec,int secondary, argument
370 if (secondary)
381 int secondary,
401 if (secondary)
2051 /* secondary codec - modem */
380 snd_ali_codec_peek(struct snd_ali *codec, int secondary, unsigned short reg) argument

Completed in 2535 milliseconds