Home
last modified time | relevance | path

Searched refs:snd_soc_component (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/sound/soc/
Dsoc-io.c28 int snd_soc_component_read(struct snd_soc_component *component, in snd_soc_component_read()
52 int snd_soc_component_write(struct snd_soc_component *component, in snd_soc_component_write()
65 struct snd_soc_component *component, unsigned int reg, in snd_soc_component_update_bits_legacy()
101 int snd_soc_component_update_bits(struct snd_soc_component *component, in snd_soc_component_update_bits()
137 int snd_soc_component_update_bits_async(struct snd_soc_component *component, in snd_soc_component_update_bits_async()
163 void snd_soc_component_async_complete(struct snd_soc_component *component) in snd_soc_component_async_complete()
182 int snd_soc_component_test_bits(struct snd_soc_component *component, in snd_soc_component_test_bits()
Dsoc-ops.c67 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_get_enum_double()
101 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_put_enum_double()
137 static int snd_soc_read_signed(struct snd_soc_component *component, in snd_soc_read_signed()
250 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_get_volsw()
310 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_put_volsw()
372 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_get_volsw_sx()
416 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_put_volsw_sx()
495 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_put_volsw_range()
545 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_get_volsw_range()
630 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in snd_soc_bytes_info()
[all …]
Dsoc-core.c293 static void soc_init_component_debugfs(struct snd_soc_component *component) in soc_init_component_debugfs()
326 static void soc_cleanup_component_debugfs(struct snd_soc_component *component) in soc_cleanup_component_debugfs()
331 static void soc_init_codec_debugfs(struct snd_soc_component *component) in soc_init_codec_debugfs()
386 struct snd_soc_component *component; in dai_list_read_file()
518 struct snd_soc_component *component) in soc_init_component_debugfs()
523 struct snd_soc_component *component) in soc_cleanup_component_debugfs()
883 static struct snd_soc_component *soc_find_component( in soc_find_component()
886 struct snd_soc_component *component; in soc_find_component()
905 struct snd_soc_component *component; in snd_soc_find_dai()
995 static void soc_remove_component(struct snd_soc_component *component) in soc_remove_component()
[all …]
/linux-4.1.27/include/sound/
Dsoc.h359 struct snd_soc_component;
548 int snd_soc_add_component_controls(struct snd_soc_component *component,
726 int (*probe)(struct snd_soc_component *);
727 void (*remove)(struct snd_soc_component *);
730 int (*of_xlate_dai_name)(struct snd_soc_component *component,
733 void (*seq_notifier)(struct snd_soc_component *, enum snd_soc_dapm_type,
735 int (*stream_event)(struct snd_soc_component *, int event);
742 struct snd_soc_component { struct
764 int (*read)(struct snd_soc_component *, unsigned int, unsigned int *); argument
765 int (*write)(struct snd_soc_component *, unsigned int, unsigned int); argument
[all …]
Dsoc-dai.h272 struct snd_soc_component *component;
Dsoc-dapm.h598 struct snd_soc_component *component; /* parent component */
/linux-4.1.27/sound/soc/codecs/
Dsigmadsp.h19 struct snd_soc_component;
36 struct snd_soc_component *component;
62 struct snd_soc_component *component);
Dts3a227e.h14 int ts3a227e_enable_jack_detect(struct snd_soc_component *component,
Dts3a227e.c224 int ts3a227e_enable_jack_detect(struct snd_soc_component *component, in ts3a227e_enable_jack_detect()
Dsigmadsp.c706 struct snd_soc_component *component) in sigmadsp_attach()
Drt5677.c806 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in rt5677_dsp_vad_get()
817 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in rt5677_dsp_vad_put()
/linux-4.1.27/sound/soc/intel/atom/
Dsst-atom-controls.c163 struct snd_soc_component *c = snd_kcontrol_chip(kcontrol); in sst_slot_get()
220 struct snd_soc_component *c = snd_soc_kcontrol_component(kcontrol); in sst_slot_put()
330 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in sst_algo_control_get()
349 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in sst_algo_control_set()
435 struct snd_soc_component *component = snd_kcontrol_chip(kcontrol); in sst_gain_get()
466 struct snd_soc_component *cmpnt = snd_soc_kcontrol_component(kcontrol); in sst_gain_put()
513 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_send_pipe_module_params()
556 static int fill_swm_input(struct snd_soc_component *cmpnt, in fill_swm_input()
615 struct snd_soc_component *cmpnt = snd_soc_dapm_to_component(w->dapm); in sst_swm_mixer_event()
839 struct snd_soc_component *c = snd_soc_dapm_to_component(w->dapm); in sst_set_be_modules()
[all …]
/linux-4.1.27/sound/soc/samsung/
Dspeyside.c225 static int speyside_wm9081_init(struct snd_soc_component *component) in speyside_wm9081_init()