Searched refs:snd_ac97_read (Results 1 – 9 of 9) sorted by relevance
| /linux/sound/pci/ac97/ |
| H A D | ac97_codec.c | 296 unsigned short snd_ac97_read(struct snd_ac97 *ac97, unsigned short reg) in snd_ac97_read() function 313 EXPORT_SYMBOL(snd_ac97_read); 496 page_save = snd_ac97_read(ac97, AC97_INT_PAGING) & AC97_PAGE_MASK; in snd_ac97_page_save() 1028 val = snd_ac97_read(ac97, reg); in snd_ac97_try_volume_mix() 1049 val = snd_ac97_read(ac97, reg); in snd_ac97_try_volume_mix() 1054 val = snd_ac97_read(ac97, reg); in snd_ac97_try_volume_mix() 1055 val = snd_ac97_read(ac97, reg); in snd_ac97_try_volume_mix() 1091 val = snd_ac97_read(ac97, reg); in check_volume_resolution() 1092 val = snd_ac97_read(ac97, reg); in check_volume_resolution() 1107 orig = snd_ac97_read(ac97, reg); in snd_ac97_try_bit() [all …]
|
| H A D | ac97_pcm.c | 196 old = snd_ac97_read(ac97, reg) & mask; in set_spdif_rate() 291 snd_ac97_read(ac97, reg); in snd_ac97_set_rate() 299 snd_ac97_read(ac97, AC97_GENERAL_PURPOSE); in snd_ac97_set_rate()
|
| /linux/sound/pci/ice1712/ |
| H A D | amp.c | 60 snd_ac97_read(ice->ac97, 0x5a) & ~0x8000); in snd_vt1724_amp_add_controls()
|
| /linux/sound/pci/cs5535audio/ |
| H A D | cs5535audio_olpc.c | 101 i = (snd_ac97_read(ac97, AC97_AD_MISC) >> AC97_AD_VREFD_SHIFT) & 0x1; in olpc_mic_get()
|
| /linux/include/sound/ |
| H A D | ac97_codec.h | 322 unsigned short snd_ac97_read(struct snd_ac97 *ac97, unsigned short reg);
|
| /linux/sound/pci/cs46xx/ |
| H A D | cs46xx_lib.c | 2294 val = snd_ac97_read(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX], AC97_CSR_ACMODE); in snd_cs46xx_front_dup_get() 2359 snd_ac97_read(ac97, AC97_RESET); in snd_cs46xx_codec_reset() 2360 snd_ac97_read(ac97, AC97_VENDOR_ID1); in snd_cs46xx_codec_reset() 2361 snd_ac97_read(ac97, AC97_VENDOR_ID2); in snd_cs46xx_codec_reset() 2363 ext_mid = snd_ac97_read(ac97, AC97_EXTENDED_MID); in snd_cs46xx_codec_reset() 2369 err = snd_ac97_read(ac97, AC97_REC_GAIN); in snd_cs46xx_codec_reset()
|
| /linux/sound/pci/au88x0/ |
| H A D | au88x0_core.c | 2328 snd_ac97_read(vortex->codec, in vortex_adb_allocroute() 2335 snd_ac97_read(vortex->codec, in vortex_adb_allocroute()
|
| /linux/sound/pci/ |
| H A D | es1968.c | 1848 val = snd_ac97_read(chip->ac97, AC97_MASTER); in es1968_update_hw_volume()
|
| /linux/Documentation/sound/kernel-api/ |
| H A D | writing-an-alsa-driver.rst | 2856 :c:func:`snd_ac97_read()`, :c:func:`snd_ac97_update()` and 2869 :c:func:`snd_ac97_read()` is used to read the value of the given 2872 value = snd_ac97_read(ac97, AC97_MASTER);
|