Home
last modified time | relevance | path

Searched refs:AC97_RESET (Results 1 – 19 of 19) sorted by relevance

/linux-2.6.39/sound/soc/codecs/
Dad1980.c105 case AC97_RESET: in ac97_read()
160 if (ac97_read(codec, AC97_RESET) == 0x0090) in ad1980_reset()
170 if (ac97_read(codec, AC97_RESET) != 0x0090) in ad1980_reset()
Dwm9705.c220 case AC97_RESET: in ac97_read()
Dstac9766.c174 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in stac9766_ac97_read()
Dwm9712.c448 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in ac97_read()
Dwm9713.c664 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in ac97_read()
/linux-2.6.39/drivers/media/video/em28xx/
Dem28xx-reg.h211 #define AC97_RESET 0x00 macro
Dem28xx-core.c558 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_audio_setup()
/linux-2.6.39/sound/oss/
Dac97_codec.c611 if(codec->codec_read(codec, AC97_RESET) & 2) in ac97_check_modem()
729 codec->codec_write(codec, AC97_RESET, 0L); in ac97_probe_codec()
742 if ((audio = codec->codec_read(codec, AC97_RESET)) & 0x8000) { in ac97_probe_codec()
798 cap = codec->codec_read(codec, AC97_RESET); in ac97_init_mixer()
Dau1550_ac97.c2051 s->codec_base_caps = rdcodec(s->codec, AC97_RESET); in au1550_probe()
/linux-2.6.39/include/linux/
Dac97_codec.h8 #define AC97_RESET 0x0000 // macro
/linux-2.6.39/sound/pci/oxygen/
Doxygen_lib.c508 oxygen_write_ac97(chip, 0, AC97_RESET, 0); in oxygen_init()
541 oxygen_write_ac97(chip, 1, AC97_RESET, 0); in oxygen_init()
781 oxygen_write_ac97(chip, codec, AC97_RESET, 0); in oxygen_restore_ac97()
/linux-2.6.39/include/sound/
Dac97_codec.h42 #define AC97_RESET 0x00 /* Reset */ macro
/linux-2.6.39/sound/pci/ac97/
Dac97_codec.c286 ac97->bus->ops->write(ac97, AC97_RESET, 0); /* reset audio codec */ in snd_ac97_write()
1863 snd_ac97_read(ac97, AC97_RESET); in ac97_reset_wait()
2073 snd_ac97_write(ac97, AC97_RESET, 0); in snd_ac97_mixer()
2114 ac97->caps = snd_ac97_read(ac97, AC97_RESET); in snd_ac97_mixer()
2144 snd_ac97_write_cache(ac97, AC97_RESET, 0); /* reset to defaults */ in snd_ac97_mixer()
2543 snd_ac97_write(ac97, AC97_RESET, 0); in snd_ac97_resume()
/linux-2.6.39/sound/pci/cs46xx/
Dcs46xx_lib.c2237 snd_ac97_write(ac97, AC97_RESET, 0); in snd_cs46xx_codec_reset()
2260 snd_ac97_read(ac97, AC97_RESET); in snd_cs46xx_codec_reset()
2293 snd_cs46xx_codec_write(chip, AC97_RESET, 0, codec); in cs46xx_detect_codec()
2295 if (snd_cs46xx_codec_read(chip, AC97_RESET, codec) & 0x8000) { in cs46xx_detect_codec()
/linux-2.6.39/sound/drivers/
Dml403-ac97cr.c174 [AC97_RESET / 2] = {.flag = LM4550_REG_OK \
/linux-2.6.39/sound/pci/riptide/
Driptide.c1280 SEND_SACR(cif, 0, AC97_RESET); in riptide_reset()
1281 SEND_RACR(cif, AC97_RESET, &rptr); in riptide_reset()
/linux-2.6.39/sound/pci/
Dfm801.c1302 if (wait_for_codec(chip, 0, AC97_RESET, msecs_to_jiffies(750)) < 0) in snd_fm801_chip_init()
Dazt3328.c744 case AC97_RESET: in snd_azf3328_mixer_ac97_read()
Dens1370.c725 snd_es1371_codec_read(ac97, AC97_RESET); in snd_es1371_codec_wait()