Searched refs:max98504 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | max98504.c | 17 #include "max98504.h" 108 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); in max98504_pcm_rx_ev() local 112 regmap_write(max98504->regmap, MAX98504_PCM_RX_ENABLE, in max98504_pcm_rx_ev() 113 max98504->pcm_rx_channels); in max98504_pcm_rx_ev() 116 regmap_write(max98504->regmap, MAX98504_PCM_RX_ENABLE, 0); in max98504_pcm_rx_ev() 125 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); in max98504_component_probe() local 126 struct regmap *map = max98504->regmap; in max98504_component_probe() 129 ret = regulator_bulk_enable(MAX98504_NUM_SUPPLIES, max98504->supplies); in max98504_component_probe() 136 if (!max98504->brownout_enable) in max98504_component_probe() 142 (max98504 in max98504_component_probe() 159 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); max98504_component_remove() local 203 struct max98504_priv *max98504 = snd_soc_dai_get_drvdata(dai); max98504_set_tdm_slot() local 226 struct max98504_priv *max98504 = snd_soc_dai_get_drvdata(dai); max98504_set_channel_map() local 312 struct max98504_priv *max98504; max98504_i2c_probe() local [all...] |
H A D | Makefile | 302 snd-soc-max98504-objs := max98504.o 613 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | max98504.c | 17 #include "max98504.h" 108 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); in max98504_pcm_rx_ev() local 112 regmap_write(max98504->regmap, MAX98504_PCM_RX_ENABLE, in max98504_pcm_rx_ev() 113 max98504->pcm_rx_channels); in max98504_pcm_rx_ev() 116 regmap_write(max98504->regmap, MAX98504_PCM_RX_ENABLE, 0); in max98504_pcm_rx_ev() 125 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); in max98504_component_probe() local 126 struct regmap *map = max98504->regmap; in max98504_component_probe() 129 ret = regulator_bulk_enable(MAX98504_NUM_SUPPLIES, max98504->supplies); in max98504_component_probe() 136 if (!max98504->brownout_enable) in max98504_component_probe() 142 (max98504 in max98504_component_probe() 159 struct max98504_priv *max98504 = snd_soc_component_get_drvdata(c); max98504_component_remove() local 203 struct max98504_priv *max98504 = snd_soc_dai_get_drvdata(dai); max98504_set_tdm_slot() local 226 struct max98504_priv *max98504 = snd_soc_dai_get_drvdata(dai); max98504_set_channel_map() local 312 struct max98504_priv *max98504; max98504_i2c_probe() local [all...] |
H A D | Makefile | 377 snd-soc-max98504-objs := max98504.o 764 obj-$(CONFIG_SND_SOC_MAX98504) += snd-soc-max98504.o
|
Completed in 5 milliseconds