Lines Matching refs:component

109 	struct snd_soc_component *component =  in dmic_get_gain()  local
112 snd_soc_component_get_drvdata(component); in dmic_get_gain()
141 struct snd_soc_component *component = in dmic_put_gain() local
144 snd_soc_component_get_drvdata(component); in dmic_put_gain()
156 dev_dbg(component->dev, "set mic gain to %u, %u\n", left, right); in dmic_put_gain()
186 static int dmic_probe(struct snd_soc_component *component) in dmic_probe() argument
189 snd_soc_component_get_drvdata(component); in dmic_probe()
216 return snd_soc_add_component_controls(component, in dmic_probe()
224 struct snd_soc_component *component = dai->component; in i2s_rx_hw_params() local
226 snd_soc_component_get_drvdata(component); in i2s_rx_hw_params()
246 dev_dbg(component->dev, "set depth to %u\n", depth); in i2s_rx_hw_params()
260 dev_dbg(component->dev, "set bclk to %u\n", bclk); in i2s_rx_hw_params()
270 struct snd_soc_component *component = dai->component; in i2s_rx_set_bclk_ratio() local
272 snd_soc_component_get_drvdata(component); in i2s_rx_set_bclk_ratio()
280 struct snd_soc_component *component = dai->component; in i2s_rx_set_fmt() local
282 snd_soc_component_get_drvdata(component); in i2s_rx_set_fmt()
314 dev_dbg(component->dev, "set format to %u\n", daifmt); in i2s_rx_set_fmt()
331 struct snd_soc_component *component = in i2s_rx_event() local
334 snd_soc_component_get_drvdata(component); in i2s_rx_event()
339 dev_dbg(component->dev, "enable I2S RX\n"); in i2s_rx_event()
343 dev_dbg(component->dev, "disable I2S RX\n"); in i2s_rx_event()
379 static int i2s_rx_probe(struct snd_soc_component *component) in i2s_rx_probe() argument
381 return dmic_probe(component); in i2s_rx_probe()
745 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in wov_hotword_model_put() local
747 snd_soc_component_get_drvdata(component); in wov_hotword_model_put()
825 static int wov_probe(struct snd_soc_component *component) in wov_probe() argument
828 snd_soc_component_get_drvdata(component); in wov_probe()
858 return dmic_probe(component); in wov_probe()
861 static void wov_remove(struct snd_soc_component *component) in wov_remove() argument
864 snd_soc_component_get_drvdata(component); in wov_remove()
870 static int wov_pcm_open(struct snd_soc_component *component, in wov_pcm_open() argument
891 static int wov_pcm_hw_params(struct snd_soc_component *component, in wov_pcm_hw_params() argument
896 snd_soc_component_get_drvdata(component); in wov_pcm_hw_params()
908 static int wov_pcm_hw_free(struct snd_soc_component *component, in wov_pcm_hw_free() argument
912 snd_soc_component_get_drvdata(component); in wov_pcm_hw_free()
924 static snd_pcm_uframes_t wov_pcm_pointer(struct snd_soc_component *component, in wov_pcm_pointer() argument
929 snd_soc_component_get_drvdata(component); in wov_pcm_pointer()
934 static int wov_pcm_new(struct snd_soc_component *component, in wov_pcm_new() argument