Home
last modified time | relevance | path

Searched defs:codec (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/sound/pci/hda/
Dhda_bind.c22 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_match() local
43 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_unsol_event() local
58 int snd_hda_codec_set_name(struct hda_codec *codec, const char *name) in snd_hda_codec_set_name()
83 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe() local
140 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove() local
151 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_shutdown() local
180 static inline bool codec_probed(struct hda_codec *codec) in codec_probed()
186 static void request_codec_module(struct hda_codec *codec) in request_codec_module()
215 static void codec_bind_module(struct hda_codec *codec) in codec_bind_module()
226 static bool is_likely_hdmi_codec(struct hda_codec *codec) in is_likely_hdmi_codec()
[all …]
Dhda_codec.c41 #define codec_in_pm(codec) atomic_read(&(codec)->core.in_pm) argument
42 #define hda_codec_is_power_on(codec) \ argument
45 #define codec_in_pm(codec) 0 argument
46 #define hda_codec_is_power_on(codec) 1 argument
49 #define codec_has_epss(codec) \ argument
51 #define codec_has_clkstop(codec) \ argument
60 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in codec_exec_verb() local
99 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
116 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list()
126 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list()
[all …]
Dhda_generic.c111 static void parse_user_hints(struct hda_codec *codec) in parse_user_hints()
211 #define update_pin_ctl(codec, pin, val) \ argument
216 static inline void restore_pin_ctl(struct hda_codec *codec, hda_nid_t pin) in restore_pin_ctl()
222 static void set_pin_target(struct hda_codec *codec, hda_nid_t pin, in set_pin_target()
234 static void set_pin_targets(struct hda_codec *codec, int num_pins, in set_pin_targets()
262 static struct nid_path *get_nid_path(struct hda_codec *codec, in get_nid_path()
293 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path) in snd_hda_get_path_idx()
314 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx) in snd_hda_get_path_from_idx()
325 static bool is_dac_already_used(struct hda_codec *codec, hda_nid_t nid) in is_dac_already_used()
339 static bool is_reachable_path(struct hda_codec *codec, in is_reachable_path()
[all …]
Dpatch_realtek.c135 static int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_read_coefex_idx()
145 #define alc_read_coef_idx(codec, coef_idx) \ argument
148 static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_write_coefex_idx()
155 #define alc_write_coef_idx(codec, coef_idx, coef_val) \ argument
158 static void alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_update_coefex_idx()
169 #define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \ argument
173 static unsigned int alc_get_coef0(struct hda_codec *codec) in alc_get_coef0()
196 static void alc_process_coef_fw(struct hda_codec *codec, in alc_process_coef_fw()
250 static void alc_fix_pll(struct hda_codec *codec) in alc_fix_pll()
259 static void alc_fix_pll_init(struct hda_codec *codec, hda_nid_t nid, in alc_fix_pll_init()
[all …]
Dpatch_via.c122 static struct via_spec *via_new_spec(struct hda_codec *codec) in via_new_spec()
146 static enum VIA_HDA_CODEC get_codec_type(struct hda_codec *codec) in get_codec_type()
201 #define hp_detect_with_aa(codec) \ argument
205 static void vt1708_stop_hp_work(struct hda_codec *codec) in vt1708_stop_hp_work()
218 static void vt1708_update_hp_work(struct hda_codec *codec) in vt1708_update_hp_work()
243 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_get() local
253 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_put() local
292 static int add_beep_ctls(struct hda_codec *codec) in add_beep_ctls()
313 static void auto_parse_beep(struct hda_codec *codec) in auto_parse_beep()
326 #define add_beep_ctls(codec) 0 argument
[all …]
Dhda_jack.c33 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable()
50 static u32 read_pin_sense(struct hda_codec *codec, hda_nid_t nid) in read_pin_sense()
74 snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_get()
94 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, unsigned char tag) in snd_hda_jack_tbl_get_from_tag()
114 snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_new()
128 void snd_hda_jack_tbl_clear(struct hda_codec *codec) in snd_hda_jack_tbl_clear()
151 static void jack_detect_update(struct hda_codec *codec, in jack_detect_update()
186 void snd_hda_jack_set_dirty_all(struct hda_codec *codec) in snd_hda_jack_set_dirty_all()
205 u32 snd_hda_pin_sense(struct hda_codec *codec, hda_nid_t nid) in snd_hda_pin_sense()
224 int snd_hda_jack_detect_state(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_detect_state()
[all …]
Dpatch_analog.c62 static int create_beep_ctls(struct hda_codec *codec) in create_beep_ctls()
84 #define create_beep_ctls(codec) 0 argument
88 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write()
99 static void ad198x_power_eapd(struct hda_codec *codec) in ad198x_power_eapd()
127 static void ad198x_shutup(struct hda_codec *codec) in ad198x_shutup()
134 static int ad198x_suspend(struct hda_codec *codec) in ad198x_suspend()
144 struct hda_codec *codec = private_data; in ad_vmaster_eapd_hook() local
160 static int ad198x_auto_build_controls(struct hda_codec *codec) in ad198x_auto_build_controls()
187 static int ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) in ad198x_parse_auto_config()
215 static int alloc_ad_spec(struct hda_codec *codec) in alloc_ad_spec()
[all …]
Dpatch_conexant.c79 static int add_beep_ctls(struct hda_codec *codec) in add_beep_ctls()
101 #define add_beep_ctls(codec) 0 argument
109 static void cx_auto_parse_beep(struct hda_codec *codec) in cx_auto_parse_beep()
121 #define cx_auto_parse_beep(codec) argument
125 static void cx_auto_parse_eapd(struct hda_codec *codec) in cx_auto_parse_eapd()
150 static void cx_auto_turn_eapd(struct hda_codec *codec, int num_pins, in cx_auto_turn_eapd()
165 struct hda_codec *codec = private_data; in cx_auto_vmaster_hook() local
174 struct hda_codec *codec = private_data; in cx_auto_vmaster_hook_mute_led() local
182 static int cx_auto_build_controls(struct hda_codec *codec) in cx_auto_build_controls()
197 static int cx_auto_init(struct hda_codec *codec) in cx_auto_init()
[all …]
Dpatch_hdmi.c52 #define is_haswell(codec) ((codec)->core.vendor_id == 0x80862807) argument
53 #define is_broadwell(codec) ((codec)->core.vendor_id == 0x80862808) argument
54 #define is_skylake(codec) ((codec)->core.vendor_id == 0x80862809) argument
55 #define is_broxton(codec) ((codec)->core.vendor_id == 0x8086280a) argument
56 #define is_kabylake(codec) ((codec)->core.vendor_id == 0x8086280b) argument
57 #define is_geminilake(codec) (((codec)->core.vendor_id == 0x8086280d) || \ argument
59 #define is_cannonlake(codec) ((codec)->core.vendor_id == 0x8086280c) argument
60 #define is_haswell_plus(codec) (is_haswell(codec) || is_broadwell(codec) \ argument
64 #define is_valleyview(codec) ((codec)->core.vendor_id == 0x80862882) argument
65 #define is_cherryview(codec) ((codec)->core.vendor_id == 0x80862883) argument
[all …]
Dpatch_sigmatel.c254 struct hda_codec *codec, in stac_playback_pcm_hook()
264 struct hda_codec *codec, in stac_capture_pcm_hook()
301 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask, in stac_gpio_set()
336 static void stac_capture_led_hook(struct hda_codec *codec, in stac_capture_led_hook()
365 static int stac_vrefout_set(struct hda_codec *codec, in stac_vrefout_set()
390 static unsigned int stac_vref_led_power_filter(struct hda_codec *codec, in stac_vref_led_power_filter()
400 static void stac_update_led_status(struct hda_codec *codec, int enabled) in stac_update_led_status()
433 static void stac_update_outputs(struct hda_codec *codec) in stac_update_outputs()
458 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid, in stac_toggle_power_map()
489 static void jack_update_power(struct hda_codec *codec, in jack_update_power()
[all …]
Dpatch_cirrus.c142 static inline int cs_vendor_coef_get(struct hda_codec *codec, unsigned int idx) in cs_vendor_coef_get()
151 static inline void cs_vendor_coef_set(struct hda_codec *codec, unsigned int idx, in cs_vendor_coef_set()
167 static void cs_automute(struct hda_codec *codec) in cs_automute()
188 static bool is_active_pin(struct hda_codec *codec, hda_nid_t nid) in is_active_pin()
195 static void init_input_coef(struct hda_codec *codec) in init_input_coef()
294 static void init_digital_coef(struct hda_codec *codec) in init_digital_coef()
308 static int cs_init(struct hda_codec *codec) in cs_init()
339 static int cs_build_controls(struct hda_codec *codec) in cs_build_controls()
360 static int cs_parse_auto_config(struct hda_codec *codec) in cs_parse_auto_config()
507 static void cs420x_fixup_gpio_13(struct hda_codec *codec, in cs420x_fixup_gpio_13()
[all …]
Dpatch_ca0132.c753 struct hda_codec *codec; member
794 static unsigned int codec_send_command(struct hda_codec *codec, hda_nid_t nid, in codec_send_command()
804 static int codec_set_converter_format(struct hda_codec *codec, hda_nid_t nid, in codec_set_converter_format()
811 static int codec_set_converter_stream_channel(struct hda_codec *codec, in codec_set_converter_stream_channel()
823 static int chipio_send(struct hda_codec *codec, in chipio_send()
845 static int chipio_write_address(struct hda_codec *codec, in chipio_write_address()
872 static int chipio_write_data(struct hda_codec *codec, unsigned int data) in chipio_write_data()
896 static int chipio_write_data_multiple(struct hda_codec *codec, in chipio_write_data_multiple()
917 static int chipio_read_data(struct hda_codec *codec, unsigned int *data) in chipio_read_data()
948 static int chipio_write(struct hda_codec *codec, in chipio_write()
[all …]
Dhda_proc.c36 #define param_read(codec, nid, parm) \ argument
62 struct hda_codec *codec, hda_nid_t nid, in print_nid_array()
89 struct hda_codec *codec, hda_nid_t nid) in print_nid_pcms()
108 struct hda_codec *codec, hda_nid_t nid, int dir) in print_amp_caps()
126 static bool is_stereo_amps(struct hda_codec *codec, hda_nid_t nid, in is_stereo_amps()
148 struct hda_codec *codec, hda_nid_t nid, in print_amp_vals()
214 struct hda_codec *codec, hda_nid_t nid) in print_pcm_caps()
319 struct hda_codec *codec, hda_nid_t nid, in print_pin_caps()
415 struct hda_codec *codec, hda_nid_t nid, in print_pin_ctls()
453 struct hda_codec *codec, hda_nid_t nid) in print_vol_knob()
[all …]
/sound/hda/
Dhdac_regmap.c24 static int codec_pm_lock(struct hdac_device *codec) in codec_pm_lock()
29 static void codec_pm_unlock(struct hdac_device *codec, int lock) in codec_pm_unlock()
39 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg() local
66 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg() local
115 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_readable_reg() local
155 static int hda_reg_read_stereo_amp(struct hdac_device *codec, in hda_reg_read_stereo_amp()
173 static int hda_reg_write_stereo_amp(struct hdac_device *codec, in hda_reg_write_stereo_amp()
203 static int hda_reg_read_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_read_coef()
221 static int hda_reg_write_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_write_coef()
241 struct hdac_device *codec = context; in hda_reg_read() local
[all …]
Dhdac_device.c38 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init()
123 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit()
136 int snd_hdac_device_register(struct hdac_device *codec) in snd_hdac_device_register()
157 void snd_hdac_device_unregister(struct hdac_device *codec) in snd_hdac_device_unregister()
174 int snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name) in snd_hdac_device_set_chip_name()
197 int snd_hdac_codec_modalias(struct hdac_device *codec, char *buf, size_t size) in snd_hdac_codec_modalias()
214 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd()
247 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb()
267 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read()
281 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, in _snd_hdac_read_parm()
[all …]
Dhdac_sysfs.c114 struct hdac_device *codec; in widget_attr_show() local
130 struct hdac_device *codec; in widget_attr_store() local
161 static ssize_t caps_show(struct hdac_device *codec, hda_nid_t nid, in caps_show()
167 static ssize_t pin_caps_show(struct hdac_device *codec, hda_nid_t nid, in pin_caps_show()
176 static ssize_t pin_cfg_show(struct hdac_device *codec, hda_nid_t nid, in pin_cfg_show()
188 static bool has_pcm_cap(struct hdac_device *codec, hda_nid_t nid) in has_pcm_cap()
201 static ssize_t pcm_caps_show(struct hdac_device *codec, hda_nid_t nid, in pcm_caps_show()
210 static ssize_t pcm_formats_show(struct hdac_device *codec, hda_nid_t nid, in pcm_formats_show()
219 static ssize_t amp_in_caps_show(struct hdac_device *codec, hda_nid_t nid, in amp_in_caps_show()
228 static ssize_t amp_out_caps_show(struct hdac_device *codec, hda_nid_t nid, in amp_out_caps_show()
[all …]
/sound/soc/codecs/
Dda7219-aad.c35 void da7219_aad_jack_det(struct snd_soc_codec *codec, struct snd_soc_jack *jack) in da7219_aad_jack_det()
60 struct snd_soc_codec *codec = da7219_aad->codec; in da7219_aad_btn_det_work() local
113 struct snd_soc_codec *codec = da7219_aad->codec; in da7219_aad_hptest_work() local
346 struct snd_soc_codec *codec = da7219_aad->codec; in da7219_aad_irq_thread() local
462 da7219_aad_fw_micbias_pulse_lvl(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_micbias_pulse_lvl()
476 da7219_aad_fw_btn_cfg(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_btn_cfg()
500 da7219_aad_fw_mic_det_thr(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_mic_det_thr()
518 da7219_aad_fw_jack_ins_deb(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_jack_ins_deb()
544 da7219_aad_fw_jack_det_rate(struct snd_soc_codec *codec, const char *str) in da7219_aad_fw_jack_det_rate()
561 da7219_aad_fw_jack_rem_deb(struct snd_soc_codec *codec, u32 val) in da7219_aad_fw_jack_rem_deb()
[all …]
Dtwl6040.c79 struct snd_soc_codec *codec; member
109 static unsigned int twl6040_read(struct snd_soc_codec *codec, unsigned int reg) in twl6040_read()
134 static bool twl6040_can_write_to_chip(struct snd_soc_codec *codec, in twl6040_can_write_to_chip()
153 static inline void twl6040_update_dl12_cache(struct snd_soc_codec *codec, in twl6040_update_dl12_cache()
171 static int twl6040_write(struct snd_soc_codec *codec, in twl6040_write()
186 static void twl6040_init_chip(struct snd_soc_codec *codec) in twl6040_init_chip()
212 static int headset_power_mode(struct snd_soc_codec *codec, int high_perf) in headset_power_mode()
237 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in twl6040_hs_dac_event() local
264 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in twl6040_ep_drv_event() local
282 static void twl6040_hs_jack_report(struct snd_soc_codec *codec, in twl6040_hs_jack_report()
[all …]
Dwm8958-dsp2.c42 static int wm8958_dsp2_fw(struct snd_soc_codec *codec, const char *name, in wm8958_dsp2_fw()
195 static void wm8958_dsp_start_mbc(struct snd_soc_codec *codec, int path) in wm8958_dsp_start_mbc()
239 static void wm8958_dsp_start_vss(struct snd_soc_codec *codec, int path) in wm8958_dsp_start_vss()
300 static void wm8958_dsp_start_enh_eq(struct snd_soc_codec *codec, int path) in wm8958_dsp_start_enh_eq()
331 static void wm8958_dsp_apply(struct snd_soc_codec *codec, int path, int start) in wm8958_dsp_apply()
421 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in wm8958_aif_ev() local
459 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8958_put_mbc_enum() local
481 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8958_get_mbc_enum() local
503 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8958_mbc_get() local
515 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8958_mbc_put() local
[all …]
Dtlv320dac33.c94 struct snd_soc_codec *codec; member
173 static inline unsigned int dac33_read_reg_cache(struct snd_soc_codec *codec, in dac33_read_reg_cache()
183 static inline void dac33_write_reg_cache(struct snd_soc_codec *codec, in dac33_write_reg_cache()
193 static int dac33_read(struct snd_soc_codec *codec, unsigned int reg, in dac33_read()
219 static int dac33_write(struct snd_soc_codec *codec, unsigned int reg, in dac33_write()
246 static int dac33_write_locked(struct snd_soc_codec *codec, unsigned int reg, in dac33_write_locked()
260 static int dac33_write16(struct snd_soc_codec *codec, unsigned int reg, in dac33_write16()
293 static void dac33_init_chip(struct snd_soc_codec *codec) in dac33_init_chip()
332 static inline int dac33_read_id(struct snd_soc_codec *codec) in dac33_read_id()
346 static inline void dac33_soft_power(struct snd_soc_codec *codec, int power) in dac33_soft_power()
[all …]
Dwm8994.c109 static void wm8958_micd_set_rate(struct snd_soc_codec *codec) in wm8958_micd_set_rate()
160 static int configure_aif_clock(struct snd_soc_codec *codec, int aif) in configure_aif_clock()
213 static int configure_clock(struct snd_soc_codec *codec) in configure_clock()
253 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(source->dapm); in check_clk_sys() local
303 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8994_put_drc_sw() local
322 static void wm8994_set_drc(struct snd_soc_codec *codec, int drc) in wm8994_set_drc()
360 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8994_put_drc_enum() local
383 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8994_get_drc_enum() local
394 static void wm8994_set_retune_mobile(struct snd_soc_codec *codec, int block) in wm8994_set_retune_mobile()
467 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8994_put_retune_mobile_enum() local
[all …]
Dda7218.c294 static void da7218_alc_calib(struct snd_soc_codec *codec) in da7218_alc_calib()
432 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7218_mixin_gain_put() local
453 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7218_alc_sw_put() local
476 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7218_tonegen_freq_get() local
500 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7218_tonegen_freq_put() local
520 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7218_mic_lvl_det_sw_put() local
547 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7218_mic_lvl_det_sw_get() local
567 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7218_biquad_coeff_get() local
592 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7218_biquad_coeff_put() local
1352 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in da7218_in_filter_event() local
[all …]
Dtwl4030.c89 static unsigned int twl4030_read(struct snd_soc_codec *codec, unsigned int reg) in twl4030_read()
154 static int twl4030_write(struct snd_soc_codec *codec, unsigned int reg, in twl4030_write()
189 static void twl4030_codec_enable(struct snd_soc_codec *codec, int enable) in twl4030_codec_enable()
230 static struct twl4030_codec_data *twl4030_get_pdata(struct snd_soc_codec *codec) in twl4030_get_pdata()
254 static void twl4030_init_chip(struct snd_soc_codec *codec) in twl4030_init_chip()
346 static void twl4030_apll_enable(struct snd_soc_codec *codec, int enable) in twl4030_apll_enable()
593 static void handsfree_ramp(struct snd_soc_codec *codec, int reg, int ramp) in handsfree_ramp()
626 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in handsfreelpga_event() local
642 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in handsfreerpga_event() local
658 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in vibramux_event() local
[all …]
Dda7213.c197 static int da7213_get_alc_data(struct snd_soc_codec *codec, u8 reg_val) in da7213_get_alc_data()
224 static void da7213_alc_calib_man(struct snd_soc_codec *codec) in da7213_alc_calib_man()
257 static void da7213_alc_calib_auto(struct snd_soc_codec *codec) in da7213_alc_calib_auto()
284 static void da7213_alc_calib(struct snd_soc_codec *codec) in da7213_alc_calib()
349 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7213_put_mixin_gain() local
365 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in da7213_put_alc_sw() local
738 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in da7213_dai_event() local
1153 struct snd_soc_codec *codec = dai->codec; in da7213_hw_params() local
1220 struct snd_soc_codec *codec = codec_dai->codec; in da7213_set_dai_fmt() local
1280 struct snd_soc_codec *codec = dai->codec; in da7213_mute() local
[all …]
Dwm_hubs.c63 static void wait_for_dc_servo(struct snd_soc_codec *codec, unsigned int op) in wait_for_dc_servo()
111 static bool wm_hubs_dac_hp_direct(struct snd_soc_codec *codec) in wm_hubs_dac_hp_direct()
152 static bool wm_hubs_dcs_cache_get(struct snd_soc_codec *codec, in wm_hubs_dcs_cache_get()
176 static void wm_hubs_dcs_cache_set(struct snd_soc_codec *codec, u16 dcs_cfg) in wm_hubs_dcs_cache_set()
199 static int wm_hubs_read_dc_servo(struct snd_soc_codec *codec, in wm_hubs_read_dc_servo()
245 static void enable_dc_servo(struct snd_soc_codec *codec) in enable_dc_servo()
337 struct snd_soc_codec *codec = snd_soc_kcontrol_codec(kcontrol); in wm8993_put_dc_servo() local
502 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in hp_supply_event() local
544 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in hp_event() local
596 struct snd_soc_codec *codec = snd_soc_dapm_to_codec(w->dapm); in earpiece_event() local
[all …]

12345678910>>...13