Searched refs:ac97 (Results 1 - 20 of 20) sorted by relevance

/freebsd-current/sys/dev/sound/pcm/
H A Dac97_patch.c34 #include <dev/sound/pcm/ac97.h>
H A Dsound.c41 #include <dev/sound/pcm/ac97.h>
H A Dac97.c34 #include <dev/sound/pcm/ac97.h>
41 static MALLOC_DEFINE(M_AC97, "ac97", "ac97 codec");
385 device_printf(codec->dev, "ac97 invalid mode set 0x%04x\n",
521 * By default, The ac97 aux_out register (0x04) corresponds to OSS's
611 device_printf(codec->dev, "ac97 codec init failed\n");
637 device_printf(codec->dev, "ac97 codec invalid or not present (id == %x)\n", id);
717 * (ac97 2.3).
785 device_printf(codec->dev, "ac97 codec reports dac not ready\n");
791 device_printf(codec->dev, "ac97 code
[all...]
/freebsd-current/sys/modules/sound/sound/
H A DMakefile19 SRCS+= ac97.c ac97_patch.c buffer.c channel.c dsp.c
/freebsd-current/sys/dev/sound/pci/
H A Dcsapcm.c38 #include <dev/sound/pcm/ac97.h>
75 u_int32_t ac97[CS461x_AC97_NUMBER_RESTORE_REGS]; member in struct:csa_info
137 /* ac97 codec */
873 csa_readcodec(&csa->res, BA0_AC97_RESET + count, &csa->ac97[i]);
935 csa_writecodec(&csa->res, BA0_AC97_RESET + count, csa->ac97[i]);
H A Dvia82c686.c34 #include <dev/sound/pcm/ac97.h>
H A Dfm801.c34 #include <dev/sound/pcm/ac97.h>
205 * ac97 codec routines
H A Dt4dwave.c34 #include <dev/sound/pcm/ac97.h>
176 /* ac97 codec */
H A Dneomagic.c36 #include <dev/sound/pcm/ac97.h>
206 /* ac97 codec */
256 device_printf(sc->dev, "ac97 codec not ready\n");
276 device_printf(sc->dev, "ac97 codec not ready\n");
611 /* Try to catch other non-ac97 cards */
638 i = 0; /* non-ac97 card, but not listed */
650 DEB(device_printf(dev, "this is a non-ac97 NM256AV, not attaching\n"));
H A Dcs4281.c41 #include <dev/sound/pcm/ac97.h>
252 /* ac97 codec */
H A Dvia8233.c45 #include <dev/sound/pcm/ac97.h>
524 /* Controlled by ac97 registers */
553 /* Controlled by ac97 registers */
1247 * on 8233C (either with or without ac97 VRA).
H A Dich.c35 #include <dev/sound/pcm/ac97.h>
244 /* ac97 codec */
664 /* Sysctl to control ac97 speed (some boards appear to end up using
703 * function of the ac97 codec initialization code (to be investigated).
782 device_printf(sc->dev, "ac97 link rate calibration timed out after %d us\n", wait_us);
802 device_printf(sc->dev, "measured ac97 link rate at %d Hz", actual_48k_rate);
H A Datiixp.c63 #include <dev/sound/pcm/ac97.h>
H A Des137x.c83 #include <dev/sound/pcm/ac97.h>
H A Dmaestro3.c62 #include <dev/sound/pcm/ac97.h>
194 /* talk to the codec - called from ac97.c */
317 /* ac97 codec */
344 DELAY(50); /* ac97 cycle = 20.8 usec */
363 DELAY(50); /* ac97 cycle = 20.8 usec */
H A Demu10kx-pcm.c47 #include <dev/sound/pcm/ac97.h>
173 /* no mixer device for ac97 */ /* in0 AC97 */
215 sc->sm = mixer_create(sc->dev, sc->ac97_mixerclass, sc->codec, "ac97");
652 /* real ac97 codec */
H A Demu10k1.c36 #include <dev/sound/pcm/ac97.h>
374 /* ac97 codec */
H A Denvy24ht.c47 #include <dev/sound/pcm/ac97.h>
H A Denvy24.c35 #include <dev/sound/pcm/ac97.h>
H A Demu10kx.c53 #include <dev/sound/pcm/ac97.h>

Completed in 309 milliseconds