Searched refs:max98095 (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/sound/soc/codecs/ |
| H A D | max98095.c | 354 struct max98095_priv *max98095 = snd_soc_component_get_drvdata(component); in max98095_mic1pre_set() local 357 max98095->mic1pre = sel; in max98095_mic1pre_set() 368 struct max98095_priv *max98095 = snd_soc_component_get_drvdata(component); in max98095_mic1pre_get() local 370 ucontrol->value.integer.value[0] = max98095->mic1pre; in max98095_mic1pre_get() 378 struct max98095_priv *max98095 = snd_soc_component_get_drvdata(component); in max98095_mic2pre_set() local 381 max98095->mic2pre = sel; in max98095_mic2pre_set() 392 struct max98095_priv *max98095 = snd_soc_component_get_drvdata(component); in max98095_mic2pre_get() local 394 ucontrol->value.integer.value[0] = max98095->mic2pre; in max98095_mic2pre_get() 599 struct max98095_priv *max98095 = snd_soc_component_get_drvdata(component); in max98095_mic_event() local 605 (1+max98095->mic1pre)<<M98095_MICPRE_SHIFT); in max98095_mic_event() [all …]
|
| H A D | Makefile | 119 snd-soc-max98095-objs := max98095.o 446 obj-$(CONFIG_SND_SOC_MAX98095) += snd-soc-max98095.o
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos5250-snow.dts | 17 compatible = "google,snow-audio-max98095"; 20 samsung,audio-codec = <&max98095>; 27 sound-dai = <&max98095 0>, <&hdmi>; 33 max98095: codec@11 { label 34 compatible = "maxim,max98095"; 45 max98095_en: max98095-en {
|
| /OK3568_Linux_fs/u-boot/drivers/sound/ |
| H A D | max98095.c | 142 static int max98095_hw_params(struct max98095_priv *max98095, in max98095_hw_params() argument 182 max98095->rate = rate; in max98095_hw_params() 211 static int max98095_set_sysclk(struct max98095_priv *max98095, in max98095_set_sysclk() argument 217 if (freq == max98095->sysclk) in max98095_set_sysclk() 241 max98095->sysclk = freq; in max98095_set_sysclk() 254 static int max98095_set_fmt(struct max98095_priv *max98095, int fmt, in max98095_set_fmt() argument 264 if (fmt == max98095->fmt) in max98095_set_fmt() 267 max98095->fmt = fmt; in max98095_set_fmt() 391 static int max98095_device_init(struct max98095_priv *max98095, in max98095_device_init() argument 405 max98095->sysclk = -1U; in max98095_device_init() [all …]
|
| H A D | Makefile | 14 obj-$(CONFIG_SOUND_MAX98095) += max98095.o
|
| H A D | Kconfig | 45 bool "Support Maxim max98095 audio codec" 48 Enable the max98095 audio codec. This is connected via I2S for
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | max98095.txt | 7 - compatible : "maxim,max98095". 19 max98095: codec@11 { 20 compatible = "maxim,max98095";
|
| H A D | snow.txt | 7 "google,snow-audio-max98095" 26 compatible = "google,snow-audio-max98095"; 30 samsung,audio-codec = <&max98095>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | exynos5250-snow.dts | 219 compatible = "maxim,max98095-codec"; 277 samsung,codec-type = "max98095";
|