Home
last modified time | relevance | path

Searched refs:wm_get (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/sound/pci/ice1712/
H A Dpontis.c67 static unsigned short wm_get(struct snd_ice1712 *ice, int reg) in wm_get() function
117 val = wm_get(ice, WM_DAC_ATTEN_L + i) & 0xff; in wm_dac_vol_get()
136 oval = wm_get(ice, idx) & 0xff; in wm_dac_vol_put()
172 val = wm_get(ice, WM_ADC_ATTEN_L + i) & 0xff; in wm_adc_vol_get()
191 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put()
225 nval = oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put()
248 ucontrol->value.integer.value[0] = (wm_get(ice, WM_OUT_MUX) & 0x04) ? 1 : 0; in wm_bypass_get()
260 val = oval = wm_get(ice, WM_OUT_MUX); in wm_bypass_put()
283 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL1) & 0xf0) != 0x90; in wm_chswap_get()
295 oval = wm_get(ice, WM_DAC_CTRL1); in wm_chswap_put()
[all …]
H A Dprodigy_hifi.c552 oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_enum_put()
591 val = wm_get(ice, WM_ADC_ATTEN_L + i) & 0xff; in wm_adc_vol_get()
611 ovol = wm_get(ice, idx) & 0xff; in wm_adc_vol_put()
634 (wm_get(ice, WM_ADC_MUX) & (1 << bit)) ? 1 : 0; in wm_adc_mux_get()
648 nval = oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put()
673 (wm_get(ice, WM_OUT_MUX) & 0x04) ? 1 : 0; in wm_bypass_get()
686 val = oval = wm_get(ice, WM_OUT_MUX); in wm_bypass_put()
711 (wm_get(ice, WM_DAC_CTRL1) & 0xf0) != 0x90; in wm_chswap_get()
724 oval = wm_get(ice, WM_DAC_CTRL1); in wm_chswap_put()
885 val = wm_get(ice, reg); in wm_proc_regs_read()
[all …]
H A Dphase.c239 static unsigned short wm_get(struct snd_ice1712 *ice, int reg) in wm_get() function
291 ucontrol->value.integer.value[0] = (wm_get(ice, WM_MUTE) & 0x10) ? in wm_pcm_mute_get()
305 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
642 val = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; in wm_pcm_vol_get()
661 ovol = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; in wm_pcm_vol_put()
681 ucontrol->value.integer.value[0] = (wm_get(ice, WM_DAC_CTRL2) & 0xf) == in phase28_deemp_get()
691 temp = wm_get(ice, WM_DAC_CTRL2); in phase28_deemp_put()
719 ucontrol->value.enumerated.item[0] = (wm_get(ice, WM_MASTER) & 0x8) == in phase28_oversampling_get()
730 temp = wm_get(ice, WM_MASTER); in phase28_oversampling_put()
H A Daureon.c661 ovol = wm_get(ice, WM_OUT_MUX1); in aureon_ac97_mmute_put()
720 oval = wm_get(ice, WM_MUTE); in wm_pcm_mute_put()
948 val = wm_get(ice, WM_DAC_DIG_MASTER_ATTEN) & 0xff; in wm_pcm_vol_get()
989 val = wm_get(ice, WM_ADC_GAIN + i); in wm_adc_mute_get()
1004 old = wm_get(ice, WM_ADC_GAIN + i); in wm_adc_mute_put()
1037 vol = wm_get(ice, idx) & 0x1f; in wm_adc_vol_get()
1055 ovol = wm_get(ice, idx); in wm_adc_vol_put()
1101 val = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_get()
1115 oval = wm_get(ice, WM_ADC_MUX); in wm_adc_mux_put()
1340 temp2 = temp = wm_get(ice, WM_DAC_CTRL2); in aureon_deemp_put()
[all …]