Searched refs:ac97 (Results 26 - 45 of 45) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/audio/drv/audiop16x/
H A Daudiop16x.h78 ac97_t *ac97; member in struct:_p16x_dev_t
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia823x/
H A Daudiovia823x.h153 ac97_t *ac97; member in struct:auvia_devc
/illumos-gate/usr/src/uts/common/io/audio/drv/audio1575/
H A Daudio1575.c47 * This driver depends on the drv/audio, misc/ac97
60 #include <sys/audio/ac97.h>
728 statep->ac97 = ac97_alloc(dip, audio1575_read_ac97,
730 ASSERT(statep->ac97 != NULL);
738 "max-channels", ac97_num_channels(statep->ac97));
757 if (ac97_init(statep->ac97, adev) != DDI_SUCCESS) {
1494 /* allow ac97 operations again */
1495 ac97_reset(statep->ac97);
1564 if (statep->ac97 != NULL) {
1565 ac97_free(statep->ac97);
[all...]
H A Daudio1575.h382 ac97_t *ac97; /* ac'97 handle */ member in struct:audio1575_state
/illumos-gate/usr/src/uts/common/io/audio/drv/audio810/
H A Daudio810.c57 * This driver depends on the drv/audio and misc/ac97
89 #include <sys/audio/ac97.h>
839 /* allocate ac97 handle */
840 statep->ac97 = ac97_alloc(dip, audio810_read_ac97, audio810_write_ac97,
842 if (statep->ac97 == NULL) {
843 audio_dev_warn(adev, "failed to allocate ac97 handle");
848 if (ac97_init(statep->ac97, adev) != DDI_SUCCESS) {
863 "max-channels", ac97_num_channels(statep->ac97));
956 ac97_reset(statep->ac97);
1668 if (statep->ac97)
[all...]
H A Daudio810.h201 ac97_t *ac97; member in struct:audio810_state
/illumos-gate/usr/src/uts/common/io/audio/drv/audioens/
H A Daudioens.c44 #include <sys/audio/ac97.h>
129 ac97_t *ac97; member in struct:audioens_dev
839 dev->ac97 = ac97_alloc(dev->dip, audioens_rd97, audioens_wr97, dev);
840 if (dev->ac97 == NULL)
843 if (ac97_init(dev->ac97, dev->osdev) != 0) {
977 if (dev->ac97) {
978 ac97_free(dev->ac97);
1178 ac97_reset(dev->ac97);
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c46 #include <sys/audio/ac97.h>
1028 if (devc->ac97 != NULL) {
1029 ac97_free(devc->ac97);
1569 desc.acd_name = "ac97-source";
1573 ac = ac97_control_find(devc->ac97, AUDIO_CTRL_ID_RECSRC);
1626 ac = ac97_control_find(devc->ac97, AUDIO_CTRL_ID_RECSRC);
1641 desc.acd_enum[INPUT_AC97] = "ac97";
1713 ac97_t *ac97; local
1750 ac97 = devc->ac97;
[all...]
H A Daudioemu10k.h420 ac97_t *ac97; member in struct:_emu10k_devc_t
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_ad.c65 #include <sys/audio/ac97.h>
H A Dac97_alc.c34 #include <sys/audio/ac97.h>
H A Dac97_cmi.c33 #include <sys/audio/ac97.h>
H A Dac97.c34 #include <sys/audio/ac97.h>
94 struct ac97 { struct
1589 * returns an allocated and initialize ac97 structure.
1615 * a property of the form "ac97-amplifier=0".
1683 * returns an allocated and initialize ac97 structure.
/illumos-gate/usr/src/uts/common/io/audio/drv/audioixp/
H A Daudioixp.h245 ac97_t *ac97; member in struct:audioixp_state
/illumos-gate/usr/src/uts/common/io/audio/drv/audiols/
H A Daudiols.h226 ac97_t *ac97; member in struct:_audigyls_dev_t
/illumos-gate/usr/src/uts/common/io/audio/drv/audiocmihd/
H A Daudiocmihd.c49 #include <sys/audio/ac97.h>
168 val |= 1 << 23; /* ac97 read the reg address */
187 val |= 0 << 23; /* ac97 write operation */
204 val |= 1 << 23; /* ac97 read the reg address */
223 val |= 0 << 23; /* ac97 write operation */
858 if (devc->ac97) {
859 ac97_free(devc->ac97);
1625 devc->ac97 = ac97_alloc(dip, cmediahd_read_ac97,
1627 if (ac97_init(devc->ac97, devc->adev) != DDI_SUCCESS) {
1628 audio_dev_warn(devc->adev, "failed to init ac97");
[all...]
H A Daudiocmihd.h340 ac97_t *ac97, *fp_ac97; member in struct:_cmediahd_devc_t
/illumos-gate/usr/src/uts/common/sys/audio/
H A Dac97.h489 #define AC97_PROP_AMPLIFIER "ac97-amplifier"
490 #define AC97_PROP_SPEAKER "ac97-speaker"
491 #define AC97_PROP_MICBOOST "ac97-micboost"
492 #define AC97_PROP_NO_HEADPHONE "ac97-no-headphone"
493 #define AC97_PROP_NO_AUXOUT "ac97-no-auxout"
494 #define AC97_PROP_NO_CDROM "ac97-no-cdrom"
495 #define AC97_PROP_NO_VIDEO "ac97-no-video"
496 #define AC97_PROP_NO_AUXIN "ac97-no-auxin"
497 #define AC97_PROP_NO_MIC "ac97-no-mic"
498 #define AC97_PROP_NO_LINEIN "ac97
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audiots/
H A Daudiots.c85 * NOTE: This driver depends on the drv/audio and misc/ac97
138 #include <sys/audio/ac97.h>
/illumos-gate/usr/src/uts/common/sys/
H A DMakefile682 ac97.h \

Completed in 131 milliseconds

12