Searched refs:snd_ac97_update_power (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/sound/ |
H A D | ac97_codec.h | 327 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup); 329 static inline int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, in snd_ac97_update_power() function
|
/openbmc/linux/sound/pci/cs5535audio/ |
H A D | cs5535audio_pcm.c | 257 snd_ac97_update_power(cs5535au->ac97, in snd_cs5535audio_hw_free() 260 snd_ac97_update_power(cs5535au->ac97, in snd_cs5535audio_hw_free()
|
/openbmc/linux/sound/pci/ac97/ |
H A D | ac97_pcm.c | 256 snd_ac97_update_power(ac97, reg, 1); in snd_ac97_set_rate() 660 snd_ac97_update_power(pcm->r[r].codec[cidx], in snd_ac97_pcm_close()
|
H A D | ac97_codec.c | 2437 int snd_ac97_update_power(struct snd_ac97 *ac97, int reg, int powerup) in snd_ac97_update_power() function 2474 EXPORT_SYMBOL(snd_ac97_update_power);
|
/openbmc/linux/sound/pci/ |
H A D | via82xx.c | 1323 snd_ac97_update_power(chip->ac97, in snd_via82xx_pcm_close() 1325 snd_ac97_update_power(chip->ac97, in snd_via82xx_pcm_close() 1327 snd_ac97_update_power(chip->ac97, in snd_via82xx_pcm_close() 1330 snd_ac97_update_power(chip->ac97, in snd_via82xx_pcm_close()
|
H A D | intel8x0.c | 2758 snd_ac97_update_power(chip->ac97[0], AC97_PCM_FRONT_DAC_RATE, 0); in intel8x0_measure_ac97_clock()
|