Lines Matching refs:snd_soc_component

249 static int test_component_probe(struct snd_soc_component *component)  in test_component_probe()
256 static void test_component_remove(struct snd_soc_component *component) in test_component_remove()
261 static int test_component_suspend(struct snd_soc_component *component) in test_component_suspend()
268 static int test_component_resume(struct snd_soc_component *component) in test_component_resume()
276 static int test_component_pcm_construct(struct snd_soc_component *component, in test_component_pcm_construct()
290 static void test_component_pcm_destruct(struct snd_soc_component *component, in test_component_pcm_destruct()
296 static int test_component_set_sysclk(struct snd_soc_component *component, in test_component_set_sysclk()
304 static int test_component_set_pll(struct snd_soc_component *component, int pll_id, in test_component_set_pll()
312 static int test_component_set_jack(struct snd_soc_component *component, in test_component_set_jack()
320 static void test_component_seq_notifier(struct snd_soc_component *component, in test_component_seq_notifier()
326 static int test_component_stream_event(struct snd_soc_component *component, int event) in test_component_stream_event()
333 static int test_component_set_bias_level(struct snd_soc_component *component, in test_component_set_bias_level()
354 static int test_component_open(struct snd_soc_component *component, in test_component_open()
368 static int test_component_close(struct snd_soc_component *component, in test_component_close()
376 static int test_component_ioctl(struct snd_soc_component *component, in test_component_ioctl()
385 static int test_component_hw_params(struct snd_soc_component *component, in test_component_hw_params()
394 static int test_component_hw_free(struct snd_soc_component *component, in test_component_hw_free()
402 static int test_component_prepare(struct snd_soc_component *component, in test_component_prepare()
430 static int test_component_trigger(struct snd_soc_component *component, in test_component_trigger()
450 static int test_component_sync_stop(struct snd_soc_component *component, in test_component_sync_stop()
458 static snd_pcm_uframes_t test_component_pointer(struct snd_soc_component *component, in test_component_pointer()
476 static int test_component_get_time_info(struct snd_soc_component *component, in test_component_get_time_info()