Searched refs:dspk (Results 1 – 7 of 7) sorted by relevance
/linux/sound/soc/tegra/ |
H A D | tegra186_dspk.c | 32 struct tegra186_dspk *dspk = snd_soc_component_get_drvdata(codec); in tegra186_dspk_get_fifo_th() local 34 ucontrol->value.integer.value[0] = dspk->rx_fifo_th; in tegra186_dspk_get_fifo_th() 43 struct tegra186_dspk *dspk = snd_soc_component_get_drvdata(codec); in tegra186_dspk_put_fifo_th() local 46 if (value == dspk->rx_fifo_th) in tegra186_dspk_put_fifo_th() 49 dspk->rx_fifo_th = value; in tegra186_dspk_put_fifo_th() 58 struct tegra186_dspk *dspk = snd_soc_component_get_drvdata(codec); in tegra186_dspk_get_osr_val() local 60 ucontrol->value.enumerated.item[0] = dspk->osr_val; in tegra186_dspk_get_osr_val() 69 struct tegra186_dspk *dspk = snd_soc_component_get_drvdata(codec); in tegra186_dspk_put_osr_val() local 72 if (value == dspk->osr_val) in tegra186_dspk_put_osr_val() 75 dspk->osr_val = value; in tegra186_dspk_put_osr_val() [all …]
|
H A D | Makefile | 15 snd-soc-tegra186-dspk-y := tegra186_dspk.o 35 obj-$(CONFIG_SND_SOC_TEGRA186_DSPK) += snd-soc-tegra186-dspk.o
|
/linux/arch/arm64/boot/dts/nvidia/ |
H A D | tegra186.dtsi | 373 tegra_dspk1: dspk@2905000 { 374 compatible = "nvidia,tegra186-dspk"; 377 clock-names = "dspk"; 385 tegra_dspk2: dspk@2905100 { 386 compatible = "nvidia,tegra186-dspk"; 389 clock-names = "dspk";
|
H A D | tegra194.dtsi | 470 tegra_dspk1: dspk@2905000 { 471 compatible = "nvidia,tegra194-dspk", 472 "nvidia,tegra186-dspk"; 475 clock-names = "dspk"; 483 tegra_dspk2: dspk@2905100 { 484 compatible = "nvidia,tegra194-dspk", 485 "nvidia,tegra186-dspk"; 488 clock-names = "dspk";
|
H A D | tegra194-p3509-0000.dtsi | 636 dspk@2905000 { 661 dspk@2905100 {
|
H A D | tegra186-p2771-0000.dts | 744 dspk@2905000 { 769 dspk@2905100 {
|
H A D | tegra234.dtsi | 1072 tegra_dspk1: dspk@2905000 { 1073 compatible = "nvidia,tegra234-dspk", 1074 "nvidia,tegra186-dspk"; 1077 clock-names = "dspk"; 1106 tegra_dspk2: dspk@2905100 { 1107 compatible = "nvidia,tegra234-dspk", 1108 "nvidia,tegra186-dspk"; 1111 clock-names = "dspk";
|