Symbol: snd_ac97_write_cache
include/sound/ac97_codec.h
323
void snd_ac97_write_cache(struct snd_ac97 *ac97, unsigned short reg, unsigned short value);
sound/arm/aaci.c
833
snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x801e);
sound/pci/ac97/ac97_codec.c
1053
snd_ac97_write_cache(ac97, reg, val | mask);
sound/pci/ac97/ac97_codec.c
1111
snd_ac97_write_cache(ac97, reg, orig);
sound/pci/ac97/ac97_codec.c
1128
snd_ac97_write_cache(ac97, reg, AC97_MUTE_MASK_STEREO);
sound/pci/ac97/ac97_codec.c
1191
snd_ac97_write_cache(ac97, reg, val | mute_mask);
sound/pci/ac97/ac97_codec.c
1252
snd_ac97_write_cache(
sound/pci/ac97/ac97_codec.c
1335
snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max);
sound/pci/ac97/ac97_codec.c
1351
snd_ac97_write_cache(ac97, AC97_CENTER_LFE_MASTER, ac97->regs[AC97_CENTER_LFE_MASTER] | max << 8);
sound/pci/ac97/ac97_codec.c
1395
snd_ac97_write_cache(ac97, AC97_MASTER_TONE, 0x0f0f);
sound/pci/ac97/ac97_codec.c
1410
snd_ac97_write_cache(
sound/pci/ac97/ac97_codec.c
1521
snd_ac97_write_cache(ac97, AC97_PCM, init_val);
sound/pci/ac97/ac97_codec.c
1552
snd_ac97_write_cache(ac97, AC97_REC_SEL, 0x0000);
sound/pci/ac97/ac97_codec.c
1553
snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x0000);
sound/pci/ac97/ac97_codec.c
1564
snd_ac97_write_cache(ac97, AC97_REC_GAIN_MIC, 0x0000);
sound/pci/ac97/ac97_codec.c
1640
snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
sound/pci/ac97/ac97_codec.c
1669
snd_ac97_write_cache(ac97, AC97_SPDIF, 0x2a20);
sound/pci/ac97/ac97_codec.c
1733
snd_ac97_write_cache(ac97, reg, tmp & 0xffff);
sound/pci/ac97/ac97_codec.c
1735
snd_ac97_write_cache(ac97, shadow_reg, tmp & 0xffff);
sound/pci/ac97/ac97_codec.c
1793
snd_ac97_write_cache(ac97, reg, saved);
sound/pci/ac97/ac97_codec.c
1795
snd_ac97_write_cache(ac97, shadow_reg, saved);
sound/pci/ac97/ac97_codec.c
1917
snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a05);
sound/pci/ac97/ac97_codec.c
2150
snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x8a06);
sound/pci/ac97/ac97_codec.c
2186
snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0);
sound/pci/ac97/ac97_codec.c
2188
snd_ac97_write_cache(ac97, AC97_RESET, 0); /* reset to defaults */
sound/pci/ac97/ac97_codec.c
2190
snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0);
sound/pci/ac97/ac97_codec.c
2193
snd_ac97_write_cache(ac97, AC97_GENERAL_PURPOSE, 0);
sound/pci/ac97/ac97_codec.c
2212
snd_ac97_write_cache(ac97, AC97_LINE1_RATE, 8000);
sound/pci/ac97/ac97_codec.c
2216
snd_ac97_write_cache(ac97, AC97_LINE2_RATE, 8000);
sound/pci/ac97/ac97_codec.c
2220
snd_ac97_write_cache(ac97, AC97_HANDSET_RATE, 8000);
sound/pci/ac97/ac97_codec.c
2223
snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0);
sound/pci/ac97/ac97_codec.c
2226
snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0);
sound/pci/ac97/ac97_codec.c
2249
snd_ac97_write_cache(ac97, AC97_EXTENDED_STATUS, reg);
sound/pci/ac97/ac97_codec.c
2794
snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x0200);
sound/pci/ac97/ac97_codec.c
335
EXPORT_SYMBOL(snd_ac97_write_cache);
sound/pci/ac97/ac97_patch.c
1025
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC1, 0xabba);
sound/pci/ac97/ac97_patch.c
1026
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC2, 0x1000);
sound/pci/ac97/ac97_patch.c
1027
snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS1, 0xabba);
sound/pci/ac97/ac97_patch.c
1028
snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS2, 0x0007);
sound/pci/ac97/ac97_patch.c
1030
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC1, 0xabba);
sound/pci/ac97/ac97_patch.c
1031
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC2, 0x1001);
sound/pci/ac97/ac97_patch.c
1032
snd_ac97_write_cache(ac97, AC97_SIGMATEL_DAC2INVERT, 0x0008);
sound/pci/ac97/ac97_patch.c
1036
snd_ac97_write_cache(ac97, AC97_SIGMATEL_MULTICHN, 0x0000);
sound/pci/ac97/ac97_patch.c
1045
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC1, 0xabba);
sound/pci/ac97/ac97_patch.c
1046
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC2, 0x4000);
sound/pci/ac97/ac97_patch.c
1047
snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS1, 0xabba);
sound/pci/ac97/ac97_patch.c
1048
snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS2, 0x0002);
sound/pci/ac97/ac97_patch.c
1050
snd_ac97_write_cache(ac97, AC97_SIGMATEL_MULTICHN, 0x0000);
sound/pci/ac97/ac97_patch.c
1058
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC1, 0xabba);
sound/pci/ac97/ac97_patch.c
1059
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC2, 0x0000); /* is this correct? --jk */
sound/pci/ac97/ac97_patch.c
1060
snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS1, 0xabba);
sound/pci/ac97/ac97_patch.c
1061
snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS2, 0x0002);
sound/pci/ac97/ac97_patch.c
1062
snd_ac97_write_cache(ac97, AC97_SIGMATEL_MULTICHN, 0x0000);
sound/pci/ac97/ac97_patch.c
1070
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC1, 0xabba);
sound/pci/ac97/ac97_patch.c
1071
snd_ac97_write_cache(ac97, AC97_SIGMATEL_CIC2, 0x0000); /* is this correct? --jk */
sound/pci/ac97/ac97_patch.c
1072
snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS1, 0xabba);
sound/pci/ac97/ac97_patch.c
1073
snd_ac97_write_cache(ac97, AC97_SIGMATEL_BIAS2, 0x0002);
sound/pci/ac97/ac97_patch.c
1074
snd_ac97_write_cache(ac97, AC97_SIGMATEL_MULTICHN, 0x0000);
sound/pci/ac97/ac97_patch.c
1263
snd_ac97_write_cache(ac97, regs[i], pregs[i]);
sound/pci/ac97/ac97_patch.c
1298
snd_ac97_write_cache(ac97, AC97_CSR_SPDIF, 0x0a20);
sound/pci/ac97/ac97_patch.c
1323
snd_ac97_write_cache(ac97, AC97_CSR_ACMODE, 0x0080);
sound/pci/ac97/ac97_patch.c
1356
snd_ac97_write_cache(ac97, AC97_CXR_AUDIO_MISC,
sound/pci/ac97/ac97_patch.c
1450
snd_ac97_write_cache(ac97, AC97_CODEC_CLASS_REV, 0x8080);
sound/pci/ac97/ac97_patch.c
1472
snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, scfg | 0x7000); /* select all codecs */
sound/pci/ac97/ac97_patch.c
1483
snd_ac97_write_cache(ac97, AC97_AD_CODEC_CFG, 0x0000); /* ID0C, ID1C, SDIE = off */
sound/pci/ac97/ac97_patch.c
1499
snd_ac97_write_cache(ac97, AC97_AD_CODEC_CFG, 0x0004); // SDIE
sound/pci/ac97/ac97_patch.c
1504
snd_ac97_write_cache(ac97, AC97_AD_CODEC_CFG, codec_bits);
sound/pci/ac97/ac97_patch.c
1523
snd_ac97_write_cache(ac97, AC97_AD_CODEC_CFG, 0x0002); // ID1C
sound/pci/ac97/ac97_patch.c
1557
snd_ac97_write_cache(ac97, AC97_AD_SERIAL_CFG, val);
sound/pci/ac97/ac97_patch.c
1587
snd_ac97_write_cache(ac97, AC97_AD_CODEC_CFG, 0x0000);
sound/pci/ac97/ac97_patch.c
1639
snd_ac97_write_cache(ac97, AC97_AD_MISC, 0x0404);
sound/pci/ac97/ac97_patch.c
1664
snd_ac97_write_cache(ac97, AC97_AD_JACK_SPDIF, 0x0010);
sound/pci/ac97/ac97_patch.c
2078
snd_ac97_write_cache(ac97, AC97_AD_MISC, misc);
sound/pci/ac97/ac97_patch.c
2223
snd_ac97_write_cache(ac97, AC97_AD_MISC, misc |
sound/pci/ac97/ac97_patch.c
2654
snd_ac97_write_cache(ac97, AC97_ALC650_GPIO_STATUS,
sound/pci/ac97/ac97_patch.c
2667
snd_ac97_write_cache(ac97, AC97_ALC650_CLOCK, val);
sound/pci/ac97/ac97_patch.c
2674
snd_ac97_write_cache(ac97, AC97_ALC650_MULTICH, 0);
sound/pci/ac97/ac97_patch.c
2678
snd_ac97_write_cache(ac97, AC97_ALC650_GPIO_SETUP,
sound/pci/ac97/ac97_patch.c
2680
snd_ac97_write_cache(ac97, AC97_ALC650_GPIO_STATUS,
sound/pci/ac97/ac97_patch.c
2684
snd_ac97_write_cache(ac97, AC97_ALC650_SURR_DAC_VOL, 0x0808);
sound/pci/ac97/ac97_patch.c
2685
snd_ac97_write_cache(ac97, AC97_ALC650_LFE_DAC_VOL, 0x0808);
sound/pci/ac97/ac97_patch.c
2818
snd_ac97_write_cache(ac97, 0x7a, val);
sound/pci/ac97/ac97_patch.c
2824
snd_ac97_write_cache(ac97, AC97_ALC650_MULTICH, 1<<15);
sound/pci/ac97/ac97_patch.c
2827
snd_ac97_write_cache(ac97, AC97_ALC650_SURR_DAC_VOL, 0x0808);
sound/pci/ac97/ac97_patch.c
2828
snd_ac97_write_cache(ac97, AC97_ALC650_LFE_DAC_VOL, 0x0808);
sound/pci/ac97/ac97_patch.c
2914
snd_ac97_write_cache(ac97, AC97_ALC650_MULTICH, 1<<15);
sound/pci/ac97/ac97_patch.c
2918
snd_ac97_write_cache(ac97, 0x7a, (1<<1)|(1<<4)|(0<<5)|(1<<6)|
sound/pci/ac97/ac97_patch.c
2923
snd_ac97_write_cache(ac97, 0x76, (0<<0)|(0<<2)|(1<<4)|(1<<7)|(2<<8)|
sound/pci/ac97/ac97_patch.c
2927
snd_ac97_write_cache(ac97, AC97_ALC650_SURR_DAC_VOL, 0x0808);
sound/pci/ac97/ac97_patch.c
2928
snd_ac97_write_cache(ac97, AC97_ALC650_LFE_DAC_VOL, 0x0808);
sound/pci/ac97/ac97_patch.c
3008
snd_ac97_write_cache(ac97, AC97_PCM, 0x8000);
sound/pci/ac97/ac97_patch.c
302
snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
sound/pci/ac97/ac97_patch.c
308
snd_ac97_write_cache(ac97, AC97_YMF7X3_3D_MODE_SEL, 0x0c00);
sound/pci/ac97/ac97_patch.c
3096
snd_ac97_write_cache(ac97, AC97_MASTER, 0x8000);
sound/pci/ac97/ac97_patch.c
3097
snd_ac97_write_cache(ac97, AC97_PCM, 0x8000);
sound/pci/ac97/ac97_patch.c
3103
snd_ac97_write_cache(ac97, AC97_CM9739_SPDIF_CTRL,
sound/pci/ac97/ac97_patch.c
3125
snd_ac97_write_cache(ac97, AC97_CM9739_MULTI_CHAN, val);
sound/pci/ac97/ac97_patch.c
3128
snd_ac97_write_cache(ac97, 0x70, 0x0100);
sound/pci/ac97/ac97_patch.c
3129
snd_ac97_write_cache(ac97, 0x72, 0x0020);
sound/pci/ac97/ac97_patch.c
3134
snd_ac97_write_cache(ac97, AC97_CM9739_SPDIF_CTRL,
sound/pci/ac97/ac97_patch.c
3136
snd_ac97_write_cache(ac97, AC97_CM9739_MULTI_CHAN,
sound/pci/ac97/ac97_patch.c
3267
snd_ac97_write_cache(ac97, AC97_MASTER, 0x8808);
sound/pci/ac97/ac97_patch.c
3268
snd_ac97_write_cache(ac97, AC97_PCM, 0x8808);
sound/pci/ac97/ac97_patch.c
3275
snd_ac97_write_cache(ac97, AC97_INT_PAGING, (val & ~0x0f) | 0x01);
sound/pci/ac97/ac97_patch.c
3278
snd_ac97_write_cache(ac97, AC97_INT_PAGING, val);
sound/pci/ac97/ac97_patch.c
3288
snd_ac97_write_cache(ac97, AC97_EXTENDED_STATUS, 0x05c0);
sound/pci/ac97/ac97_patch.c
3290
snd_ac97_write_cache(ac97, AC97_CM9761_SPDIF_CTRL, 0x0001); /* enable spdif-in */
sound/pci/ac97/ac97_patch.c
3319
snd_ac97_write_cache(ac97, AC97_CM9761_MULTI_CHAN, val);
sound/pci/ac97/ac97_patch.c
3322
snd_ac97_write_cache(ac97, 0x70, 0x0100);
sound/pci/ac97/ac97_patch.c
3323
snd_ac97_write_cache(ac97, 0x72, 0x0020);
sound/pci/ac97/ac97_patch.c
3366
snd_ac97_write_cache(ac97, AC97_CM9780_SPDIF, val);
sound/pci/ac97/ac97_patch.c
340
snd_ac97_write_cache(ac97, AC97_YMF7X3_DIT_CTRL, 0xa201);
sound/pci/ac97/ac97_patch.c
3561
snd_ac97_write_cache(pac97, 0x7a, (usReg & 0x3FFF) + (usSM51 << 14));
sound/pci/ac97/ac97_patch.c
3563
snd_ac97_write_cache(pac97, 0x20, (usReg & 0xFEFF) + (usMS << 8));
sound/pci/ac97/ac97_patch.c
3603
snd_ac97_write_cache(ac97, 0x5c, 0x20);
sound/pci/ac97/ac97_patch.c
3848
snd_ac97_write_cache(ac97, 0x5E, 0x0808);
sound/pci/ac97/ac97_patch.c
3849
snd_ac97_write_cache(ac97, 0x7A, 0x0808);
sound/pci/ac97/ac97_patch.c
3882
snd_ac97_write_cache(ac97, 0x5c, 0xf210 );
sound/pci/ac97/ac97_patch.c
3883
snd_ac97_write_cache(ac97, 0x68, 0);
sound/pci/ac97/ac97_patch.c
467
snd_ac97_write_cache(ac97, AC97_WM97XX_FMIXER_VOL, 0x0808);
sound/pci/ac97/ac97_patch.c
499
snd_ac97_write_cache(ac97, AC97_WM9704_TEST, 0x0200);
sound/pci/ac97/ac97_patch.c
639
snd_ac97_write_cache(ac97, AC97_CODEC_CLASS_REV, 0x0808);
sound/pci/ac97/ac97_patch.c
640
snd_ac97_write_cache(ac97, AC97_PCI_SVID, 0x0808);
sound/pci/ac97/ac97_patch.c
641
snd_ac97_write_cache(ac97, AC97_VIDEO, 0x0808);
sound/pci/ac97/ac97_patch.c
642
snd_ac97_write_cache(ac97, AC97_AUX, 0x0808);
sound/pci/ac97/ac97_patch.c
643
snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x0808);
sound/pci/ac97/ac97_patch.c
644
snd_ac97_write_cache(ac97, AC97_CD, 0x0000);
sound/pci/ac97/ac97_patch.c
819
snd_ac97_write_cache(ac97, AC97_PC_BEEP, 0x0808);
sound/pci/ac97/ac97_patch.c
820
snd_ac97_write_cache(ac97, AC97_PHONE, 0x0808);
sound/pci/ac97/ac97_patch.c
821
snd_ac97_write_cache(ac97, AC97_MIC, 0x0808);
sound/pci/ac97/ac97_patch.c
822
snd_ac97_write_cache(ac97, AC97_LINE, 0x00da);
sound/pci/ac97/ac97_patch.c
823
snd_ac97_write_cache(ac97, AC97_CD, 0x0808);
sound/pci/ac97/ac97_patch.c
824
snd_ac97_write_cache(ac97, AC97_VIDEO, 0xd612);
sound/pci/ac97/ac97_patch.c
825
snd_ac97_write_cache(ac97, AC97_REC_GAIN, 0x1ba0);
sound/pci/ac97/ac97_patch.c
832
snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xfeff);
sound/pci/ac97/ac97_patch.c
833
snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0xffff);
sound/pci/ac97/ac97_patch.c
838
snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xda00);
sound/pci/ac97/ac97_patch.c
839
snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0x3810);
sound/pci/ac97/ac97_patch.c
840
snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0x0);
sound/pci/ac97/ac97_patch.c
863
snd_ac97_write_cache(ac97, AC97_EXTENDED_MID, 0xda00);
sound/pci/ac97/ac97_patch.c
864
snd_ac97_write_cache(ac97, AC97_EXTENDED_MSTATUS, 0x3810);
sound/pci/ac97/ac97_patch.c
865
snd_ac97_write_cache(ac97, AC97_POWERDOWN, 0x0);
sound/pci/ac97/ac97_patch.c
875
snd_ac97_write_cache(ac97, 0x26, 0x0300);
sound/pci/ac97/ac97_patch.c
876
snd_ac97_write_cache(ac97, 0x26, 0x0000);
sound/pci/ac97/ac97_patch.c
877
snd_ac97_write_cache(ac97, AC97_SURROUND_MASTER, 0x0000);
sound/pci/ac97/ac97_patch.c
878
snd_ac97_write_cache(ac97, AC97_SPDIF, 0x0000);
sound/pci/ac97/ac97_patch.c
895
snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
sound/pci/ac97/ac97_patch.c
916
snd_ac97_write_cache(ac97, AC97_3D_CONTROL, 0x0000);
sound/pci/ac97/ac97_patch.c
938
snd_ac97_write_cache(ac97, AC97_SIGMATEL_ANALOG, snd_ac97_read(ac97, AC97_SIGMATEL_ANALOG) & ~0x0003);
sound/pci/ac97/ac97_pcm.c
321
snd_ac97_write_cache(ac97, AC97_EXTENDED_ID, es);
sound/pci/ac97/ac97_proc.c
374
snd_ac97_write_cache(ac97, reg, val);
sound/pci/au88x0/au88x0_core.c
2326
snd_ac97_write_cache(vortex->codec,
sound/pci/au88x0/au88x0_core.c
2333
snd_ac97_write_cache(vortex->codec,
sound/pci/cs46xx/cs46xx_lib.c
2468
snd_ac97_write_cache(chip->ac97[CS46XX_PRIMARY_CODEC_INDEX],
sound/pci/emu10k1/emumixer.c
2140
snd_ac97_write_cache(emu->ac97, AC97_MASTER, 0x0000);
sound/pci/emu10k1/emumixer.c
2142
snd_ac97_write_cache(emu->ac97, AC97_REC_SEL, 0x0000);
sound/pci/emu10k1/emumixer.c
2159
snd_ac97_write_cache(emu->ac97, AC97_HEADPHONE, 0x0202);
sound/pci/emu10k1/emumixer.c
2164
snd_ac97_write_cache(emu->ac97, AC97_SURROUND_MASTER, 0x0202);
sound/pci/emu10k1/emumixer.c
2165
snd_ac97_write_cache(emu->ac97, AC97_CENTER_LFE_MASTER, 0x0202);
sound/pci/ice1712/amp.c
59
snd_ac97_write_cache(ice->ac97, 0x5a,