Home
last modified time | relevance | path

Searched full:peq (Results 1 – 12 of 12) sorted by relevance

/linux/Documentation/devicetree/bindings/sound/
H A Dnvidia,tegra210-peq.yaml4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-peq.yaml#
7 title: Tegra210 PEQ
10 The Parametric Equalizer (PEQ) is a cascade of biquad filters with
13 PEQ sits inside Output Processing Engine (OPE) which interfaces
24 - const: nvidia,tegra210-peq
27 - nvidia,tegra264-peq
28 - nvidia,tegra234-peq
29 - nvidia,tegra194-peq
30 - nvidia,tegra186-peq
31 - const: nvidia,tegra210-peq
[all …]
H A Dnvidia,tegra210-ope.yaml11 PEQ (Parametric Equalizer) and MBDRC (Multi Band Dynamic Range Compressor)
68 $ref: nvidia,tegra210-peq.yaml#
/linux/sound/soc/tegra/
H A Dtegra210_peq.c3 // tegra210_peq.c - Tegra210 PEQ driver
205 TEGRA_SOC_BYTES_EXT("PEQ Channel-" #chan " Biquad Gain Params", \
213 TEGRA_SOC_BYTES_EXT("PEQ Channel-" #chan " Biquad Shift Params", \
221 SOC_SINGLE_EXT("PEQ Active", TEGRA210_PEQ_CFG,
225 SOC_SINGLE_EXT("PEQ Biquad Stages", TEGRA210_PEQ_CFG,
298 .name = "peq",
370 /* Initialize PEQ AHUB RAM with default params */ in tegra210_peq_component_init()
415 dev_err(dev, "fail to get PEQ resource\n"); in tegra210_peq_regmap_init()
H A Dtegra210_peq.h3 * tegra210_peq.h - Definitions for Tegra210 PEQ driver
16 /* Register offsets from PEQ base */
39 /* PEQ register definition ends here */
H A Dtegra210_mbdrc.h165 * be altered size order of elements and their size are based on PEQ co-eff ram
H A DKconfig95 Parametric Equalizer (PEQ) and Multi Band Dynamic Range Compressor
/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_self_test.c52 static int peq(struct st_pred_args *args) in peq() function
2261 NA, NA, NA, peq,
2315 NA, NA, NA, peq,
2333 NA, NA, NA, peq,
2351 NA, NA, NA, peq,
2369 NA, NA, NA, peq,
2717 NA, 1, 0, peq,
2723 NA, 1, 0, peq,
2729 NA, 1, 0, peq,
2735 NA, 1, 0, peq,
[all …]
/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra210.dtsi1693 compatible = "nvidia,tegra210-peq";
1713 compatible = "nvidia,tegra210-peq";
H A Dtegra186.dtsi408 compatible = "nvidia,tegra186-peq",
409 "nvidia,tegra210-peq";
H A Dtegra194.dtsi508 compatible = "nvidia,tegra194-peq",
509 "nvidia,tegra210-peq";
H A Dtegra234.dtsi1163 compatible = "nvidia,tegra234-peq",
1164 "nvidia,tegra210-peq";
/linux/sound/usb/
H A Dmixer_scarlett2.c313 /* Maximum number of PEQ filter slots */
1154 /* number of PEQ filters plus unused slots */
5255 /*** DSP Pre-Compressor and PEQ Filter Controls ***/ in scarlett2_update_input_dsp()
5391 /* PEQ filter values need to be copied via buffer because of in scarlett2_compressor_ctl_put()
6536 scnprintf(s, sizeof(s), flt_switch_fmt, i + 1, "PEQ"); in scarlett2_add_talkback_ctls()
6555 scnprintf(s, sizeof(s), flt_fmt, i + 1, "PEQ", j + 1);