Searched +full:snow +full:- +full:audio +full:- +full:max98095 (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | snow.txt | 1 Audio Binding for Snow boards 4 - compatible : Can be one of the following, 5 "google,snow-audio-max98090" or 6 "google,snow-audio-max98091" or 7 "google,snow-audio-max98095" 8 - samsung,i2s-controller (deprecated): The phandle of the Samsung I2S controller 9 - samsung,audio-codec (deprecated): The phandle of the audio codec 11 Required sub-nodes: 13 - 'cpu' subnode with a 'sound-dai' property containing the phandle of the I2S 15 - 'codec' subnode with a 'sound-dai' property containing list of phandles [all …]
|
| /kernel/linux/linux-6.6/arch/arm/boot/dts/samsung/ |
| D | exynos5250-snow.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Google Snow board device tree source 8 /dts-v1/; 9 #include "exynos5250-snow-common.dtsi" 12 model = "Google Snow"; 13 compatible = "google,snow-rev4", "google,snow", "samsung,exynos5250", 15 chassis-type = "laptop"; 18 compatible = "google,snow-audio-max98095"; 20 samsung,model = "Snow-I2S-MAX98095"; 21 samsung,audio-codec = <&max98095>; [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | samsung,snow.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/samsung,snow.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Google Snow audio complex with MAX9809x codec 10 - Krzysztof Kozlowski <krzk@kernel.org> 11 - Sylwester Nawrocki <s.nawrocki@samsung.com> 16 - google,snow-audio-max98090 17 - google,snow-audio-max98091 18 - google,snow-audio-max98095 [all …]
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | exynos5250-snow.dts | 1 // SPDX-License-Identifier: GPL-2.0 3 * Google Snow board device tree source 8 /dts-v1/; 9 #include "exynos5250-snow-common.dtsi" 12 model = "Google Snow"; 13 compatible = "google,snow-rev4", "google,snow", "samsung,exynos5250", 17 compatible = "google,snow-audio-max98095"; 19 samsung,model = "Snow-I2S-MAX98095"; 20 samsung,audio-codec = <&max98095>; 23 sound-dai = <&i2s0 0>; [all …]
|
| /kernel/linux/linux-5.10/sound/soc/samsung/ |
| D | snow.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // ASoC machine driver for Snow boards 34 struct snow_priv *priv = snd_soc_card_get_drvdata(rtd->card); in snow_card_hw_params() 37 long int freq = -EINVAL; in snow_card_hw_params() 42 dev_err(rtd->card->dev, "Invalid bit-width: %d\n", bitwidth); in snow_card_hw_params() 47 dev_err(rtd->card->dev, "Unsupported bit-width: %d\n", bitwidth); in snow_card_hw_params() 48 return -EINVAL; in snow_card_hw_params() 73 return -EINVAL; in snow_card_hw_params() 80 if ((pll_rate[i] - rclk * psr) <= 2) { in snow_card_hw_params() 87 dev_err(rtd->card->dev, "Unsupported RCLK rate: %lu\n", rclk); in snow_card_hw_params() [all …]
|
| /kernel/linux/linux-6.6/sound/soc/samsung/ |
| D | snow.c | 1 // SPDX-License-Identifier: GPL-2.0 3 // ASoC machine driver for Snow boards 34 struct snow_priv *priv = snd_soc_card_get_drvdata(rtd->card); in snow_card_hw_params() 37 long int freq = -EINVAL; in snow_card_hw_params() 42 dev_err(rtd->card->dev, "Invalid bit-width: %d\n", bitwidth); in snow_card_hw_params() 47 dev_err(rtd->card->dev, "Unsupported bit-width: %d\n", bitwidth); in snow_card_hw_params() 48 return -EINVAL; in snow_card_hw_params() 73 return -EINVAL; in snow_card_hw_params() 80 if ((pll_rate[i] - rclk * psr) <= 2) { in snow_card_hw_params() 87 dev_err(rtd->card->dev, "Unsupported RCLK rate: %lu\n", rclk); in snow_card_hw_params() [all …]
|