Searched refs:wm_put_nocache (Results 1 – 4 of 4) sorted by relevance
/sound/pci/ice1712/ |
D | pontis.c | 91 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache() function 100 wm_put_nocache(ice, reg, val); in wm_put() 153 wm_put_nocache(ice, idx, nval | 0x100); in wm_dac_vol_put() 317 wm_put_nocache(ice, WM_DAC_CTRL1, val); in wm_chswap_put()
|
D | phase.c | 263 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache() function 273 wm_put_nocache(ice, reg, val); in wm_put() 291 wm_put_nocache(ice, index, 0x180 | nvol); in wm_set_vol() 679 wm_put_nocache(ice, WM_DAC_DIG_MASTER_ATTEN, nvol | 0x100); in wm_pcm_vol_put()
|
D | prodigy_hifi.c | 137 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache() function 146 wm_put_nocache(ice, reg, val); in wm_put() 359 wm_put_nocache(ice, index, 0x100 | nvol); in wm_set_vol() 765 wm_put_nocache(ice, WM_DAC_CTRL1, val); in wm_chswap_put()
|
D | aureon.c | 626 static void wm_put_nocache(struct snd_ice1712 *ice, int reg, unsigned short val) in wm_put_nocache() function 640 wm_put_nocache(ice, reg, val); in wm_put() 709 wm_put_nocache(ice, index, 0x180 | nvol); in wm_set_vol() 983 wm_put_nocache(ice, WM_DAC_DIG_MASTER_ATTEN, nvol | 0x100); /* update */ in wm_pcm_vol_put()
|