/linux-2.6.39/sound/soc/codecs/ |
D | ad1980.c | 105 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()
|
D | wm9705.c | 220 case AC97_RESET: in ac97_read()
|
D | stac9766.c | 174 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in stac9766_ac97_read()
|
D | wm9712.c | 448 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in ac97_read()
|
D | wm9713.c | 664 if (reg == AC97_RESET || reg == AC97_GPIO_STATUS || in ac97_read()
|
/linux-2.6.39/drivers/media/video/em28xx/ |
D | em28xx-reg.h | 211 #define AC97_RESET 0x00 macro
|
D | em28xx-core.c | 558 feat = em28xx_read_ac97(dev, AC97_RESET); in em28xx_audio_setup()
|
/linux-2.6.39/sound/oss/ |
D | ac97_codec.c | 611 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()
|
D | au1550_ac97.c | 2051 s->codec_base_caps = rdcodec(s->codec, AC97_RESET); in au1550_probe()
|
/linux-2.6.39/include/linux/ |
D | ac97_codec.h | 8 #define AC97_RESET 0x0000 // macro
|
/linux-2.6.39/sound/pci/oxygen/ |
D | oxygen_lib.c | 508 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/ |
D | ac97_codec.h | 42 #define AC97_RESET 0x00 /* Reset */ macro
|
/linux-2.6.39/sound/pci/ac97/ |
D | ac97_codec.c | 286 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/ |
D | cs46xx_lib.c | 2237 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/ |
D | ml403-ac97cr.c | 174 [AC97_RESET / 2] = {.flag = LM4550_REG_OK \
|
/linux-2.6.39/sound/pci/riptide/ |
D | riptide.c | 1280 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/ |
D | fm801.c | 1302 if (wait_for_codec(chip, 0, AC97_RESET, msecs_to_jiffies(750)) < 0) in snd_fm801_chip_init()
|
D | azt3328.c | 744 case AC97_RESET: in snd_azf3328_mixer_ac97_read()
|
D | ens1370.c | 725 snd_es1371_codec_read(ac97, AC97_RESET); in snd_es1371_codec_wait()
|