Searched refs:hpf (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/sound/soc/codecs/ |
D | wm8958-dsp2.c | 683 int hpf = kcontrol->private_value; in wm8958_hpf_get() local 687 if (hpf < 3) in wm8958_hpf_get() 688 ucontrol->value.integer.value[0] = wm8994->hpf1_ena[hpf % 3]; in wm8958_hpf_get() 690 ucontrol->value.integer.value[0] = wm8994->hpf2_ena[hpf % 3]; in wm8958_hpf_get() 698 int hpf = kcontrol->private_value; in wm8958_hpf_put() local 702 if (hpf < 3) { in wm8958_hpf_put() 703 if (wm8994->hpf1_ena[hpf % 3] == in wm8958_hpf_put() 707 if (wm8994->hpf2_ena[hpf % 3] == in wm8958_hpf_put() 718 if (wm8958_dsp2_busy(wm8994, hpf % 3)) { in wm8958_hpf_put() 719 dev_dbg(component->dev, "DSP2 active on %d already\n", hpf); in wm8958_hpf_put() [all …]
|
/Linux-v5.10/sound/soc/meson/ |
D | axg-pdm.c | 82 struct axg_pdm_hpf hpf; member 342 const struct axg_pdm_hpf *hpf = &priv->cfg->filters->hpf; in axg_pdm_set_hpf_ctrl() local 345 val = PDM_HPF_OUT_FACTOR(hpf->out_factor); in axg_pdm_set_hpf_ctrl() 346 val |= PDM_HPF_SFT_STEPS(hpf->steps); in axg_pdm_set_hpf_ctrl() 545 .hpf = {
|
/Linux-v5.10/Documentation/devicetree/bindings/sound/ |
D | cs42l56.txt | 45 …- cirrus,hpf-left-freq, hpf-right-freq : Sets the corner frequency (-3dB point) for the internal H…
|
/Linux-v5.10/drivers/s390/block/ |
D | dasd_devmap.c | 1386 int hpf; in dasd_hpf_show() local 1395 hpf = device->discipline->hpf_enabled(device); in dasd_hpf_show() 1397 return snprintf(buf, PAGE_SIZE, "%d\n", hpf); in dasd_hpf_show() 1400 static DEVICE_ATTR(hpf, 0444, dasd_hpf_show, NULL);
|
/Linux-v5.10/sound/aoa/codecs/ |
D | onyx.c | 444 SINGLE_BIT(hpf,
|