Home
last modified time | relevance | path

Searched refs:snd_ac97_update_power (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/include/sound/
Dac97_codec.h572 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup);
574 static inline int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, in snd_ac97_update_power() function
/linux-3.4.99/sound/pci/cs5535audio/
Dcs5535audio_pcm.c275 snd_ac97_update_power(cs5535au->ac97, in snd_cs5535audio_hw_free()
278 snd_ac97_update_power(cs5535au->ac97, in snd_cs5535audio_hw_free()
/linux-3.4.99/sound/pci/ac97/
Dac97_pcm.c271 snd_ac97_update_power(ac97, reg, 1); in snd_ac97_set_rate()
662 snd_ac97_update_power(pcm->r[r].codec[cidx], in snd_ac97_pcm_close()
Dac97_codec.c2377 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) in snd_ac97_update_power() function
2414 EXPORT_SYMBOL(snd_ac97_update_power);
/linux-3.4.99/sound/pci/
Dvia82xx.c1331 snd_ac97_update_power(chip->ac97, in snd_via82xx_pcm_close()
1333 snd_ac97_update_power(chip->ac97, in snd_via82xx_pcm_close()
1335 snd_ac97_update_power(chip->ac97, in snd_via82xx_pcm_close()
1338 snd_ac97_update_power(chip->ac97, in snd_via82xx_pcm_close()
Dintel8x0.c2856 snd_ac97_update_power(chip->ac97[0], AC97_PCM_FRONT_DAC_RATE, 0); in intel8x0_measure_ac97_clock()