Home
last modified time | relevance | path

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

12345678910>>...17

/kernel/linux/linux-4.19/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 …]
Dpatch_via.c113 static struct via_spec *via_new_spec(struct hda_codec *codec) in via_new_spec()
137 static enum VIA_HDA_CODEC get_codec_type(struct hda_codec *codec) in get_codec_type()
192 #define hp_detect_with_aa(codec) \ argument
196 static void vt1708_stop_hp_work(struct hda_codec *codec) in vt1708_stop_hp_work()
209 static void vt1708_update_hp_work(struct hda_codec *codec) in vt1708_update_hp_work()
234 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_get() local
244 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_put() local
289 static int auto_parse_beep(struct hda_codec *codec) in auto_parse_beep()
300 #define auto_parse_beep(codec) 0 argument
304 static bool is_aa_path_mute(struct hda_codec *codec) in is_aa_path_mute()
[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.c136 static int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_read_coefex_idx()
146 #define alc_read_coef_idx(codec, coef_idx) \ argument
149 static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_write_coefex_idx()
156 #define alc_write_coef_idx(codec, coef_idx, coef_val) \ argument
159 static void alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_update_coefex_idx()
170 #define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \ argument
174 static unsigned int alc_get_coef0(struct hda_codec *codec) in alc_get_coef0()
197 static void alc_process_coef_fw(struct hda_codec *codec, in alc_process_coef_fw()
214 static void alc_setup_gpio(struct hda_codec *codec, unsigned int mask) in alc_setup_gpio()
223 static void alc_write_gpio_data(struct hda_codec *codec) in alc_write_gpio_data()
[all …]
Dhda_codec.c40 #define codec_in_pm(codec) snd_hdac_is_in_pm(&codec->core) argument
41 #define hda_codec_is_power_on(codec) snd_hdac_is_power_on(&codec->core) argument
42 #define codec_has_epss(codec) \ argument
44 #define codec_has_clkstop(codec) \ argument
53 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in codec_exec_verb() local
92 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
109 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list()
119 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list()
134 static void remove_conn_list(struct hda_codec *codec) in remove_conn_list()
145 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns()
[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.c87 static int cx_auto_parse_beep(struct hda_codec *codec) in cx_auto_parse_beep()
98 #define cx_auto_parse_beep(codec) 0 argument
106 static void cx_auto_parse_eapd(struct hda_codec *codec) in cx_auto_parse_eapd()
131 static void cx_auto_turn_eapd(struct hda_codec *codec, int num_pins, in cx_auto_turn_eapd()
146 struct hda_codec *codec = private_data; in cx_auto_vmaster_hook() local
155 struct hda_codec *codec = private_data; in cx_auto_vmaster_hook_mute_led() local
163 static int cx_auto_init(struct hda_codec *codec) in cx_auto_init()
175 static void cx_auto_reboot_notify(struct hda_codec *codec) in cx_auto_reboot_notify()
185 static void cx_auto_free(struct hda_codec *codec) in cx_auto_free()
236 static void cxt_fixup_stereo_dmic(struct hda_codec *codec, in cxt_fixup_stereo_dmic()
[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_update(struct hda_codec *codec) in stac_capture_led_update()
347 static int stac_vrefout_set(struct hda_codec *codec, in stac_vrefout_set()
372 static unsigned int stac_vref_led_power_filter(struct hda_codec *codec, in stac_vref_led_power_filter()
382 static void stac_update_led_status(struct hda_codec *codec, int enabled) in stac_update_led_status()
415 static void stac_update_outputs(struct hda_codec *codec) in stac_update_outputs()
440 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid, in stac_toggle_power_map()
471 static void jack_update_power(struct hda_codec *codec, in jack_update_power()
[all …]
/kernel/linux/linux-5.10/sound/pci/hda/
Dhda_bind.c23 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_match() local
44 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_unsol_event() local
63 int snd_hda_codec_set_name(struct hda_codec *codec, const char *name) in snd_hda_codec_set_name()
88 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe() local
151 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove() local
168 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_shutdown() local
197 static inline bool codec_probed(struct hda_codec *codec) in codec_probed()
203 static void request_codec_module(struct hda_codec *codec) in request_codec_module()
232 static void codec_bind_module(struct hda_codec *codec) in codec_bind_module()
243 static bool is_likely_hdmi_codec(struct hda_codec *codec) in is_likely_hdmi_codec()
[all …]
Dhda_codec.c27 #define codec_in_pm(codec) snd_hdac_is_in_pm(&codec->core) argument
28 #define hda_codec_is_power_on(codec) snd_hdac_is_power_on(&codec->core) argument
29 #define codec_has_epss(codec) \ argument
31 #define codec_has_clkstop(codec) \ argument
40 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in codec_exec_verb() local
79 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write()
96 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list()
106 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list()
121 static void remove_conn_list(struct hda_codec *codec) in remove_conn_list()
132 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns()
[all …]
Dpatch_via.c100 static struct via_spec *via_new_spec(struct hda_codec *codec) in via_new_spec()
125 static enum VIA_HDA_CODEC get_codec_type(struct hda_codec *codec) in get_codec_type()
180 #define hp_detect_with_aa(codec) \ argument
184 static void vt1708_stop_hp_work(struct hda_codec *codec) in vt1708_stop_hp_work()
197 static void vt1708_update_hp_work(struct hda_codec *codec) in vt1708_update_hp_work()
222 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_get() local
232 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_put() local
277 static int auto_parse_beep(struct hda_codec *codec) in auto_parse_beep()
288 #define auto_parse_beep(codec) 0 argument
292 static bool is_aa_path_mute(struct hda_codec *codec) in is_aa_path_mute()
[all …]
Dpatch_realtek.c136 static int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_read_coefex_idx()
146 #define alc_read_coef_idx(codec, coef_idx) \ argument
149 static void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_write_coefex_idx()
156 #define alc_write_coef_idx(codec, coef_idx, coef_val) \ argument
159 static void alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_update_coefex_idx()
170 #define alc_update_coef_idx(codec, coef_idx, mask, bits_set) \ argument
174 static unsigned int alc_get_coef0(struct hda_codec *codec) in alc_get_coef0()
197 static void alc_process_coef_fw(struct hda_codec *codec, in alc_process_coef_fw()
214 static void alc_setup_gpio(struct hda_codec *codec, unsigned int mask) in alc_setup_gpio()
223 static void alc_write_gpio_data(struct hda_codec *codec) in alc_write_gpio_data()
[all …]
Dhda_generic.c99 static void parse_user_hints(struct hda_codec *codec) in parse_user_hints()
199 #define update_pin_ctl(codec, pin, val) \ argument
204 static inline void restore_pin_ctl(struct hda_codec *codec, hda_nid_t pin) in restore_pin_ctl()
210 static void set_pin_target(struct hda_codec *codec, hda_nid_t pin, in set_pin_target()
222 static void set_pin_targets(struct hda_codec *codec, int num_pins, in set_pin_targets()
250 static struct nid_path *get_nid_path(struct hda_codec *codec, in get_nid_path()
281 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path) in snd_hda_get_path_idx()
302 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx) in snd_hda_get_path_from_idx()
313 static bool is_dac_already_used(struct hda_codec *codec, hda_nid_t nid) in is_dac_already_used()
327 static bool is_reachable_path(struct hda_codec *codec, in is_reachable_path()
[all …]
Dpatch_analog.c50 static int create_beep_ctls(struct hda_codec *codec) in create_beep_ctls()
72 #define create_beep_ctls(codec) 0 argument
76 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write()
87 static void ad198x_power_eapd(struct hda_codec *codec) in ad198x_power_eapd()
115 static void ad198x_shutup(struct hda_codec *codec) in ad198x_shutup()
122 static int ad198x_suspend(struct hda_codec *codec) in ad198x_suspend()
132 struct hda_codec *codec = private_data; in ad_vmaster_eapd_hook() local
148 static int ad198x_auto_build_controls(struct hda_codec *codec) in ad198x_auto_build_controls()
175 static int ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) in ad198x_parse_auto_config()
203 static int alloc_ad_spec(struct hda_codec *codec) in alloc_ad_spec()
[all …]
Dpatch_conexant.c74 static int cx_auto_parse_beep(struct hda_codec *codec) in cx_auto_parse_beep()
85 #define cx_auto_parse_beep(codec) 0 argument
93 static void cx_auto_parse_eapd(struct hda_codec *codec) in cx_auto_parse_eapd()
118 static void cx_auto_turn_eapd(struct hda_codec *codec, int num_pins, in cx_auto_turn_eapd()
133 struct hda_codec *codec = private_data; in cx_auto_vmaster_hook() local
143 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cx_auto_vmaster_mute_led() local
152 static void cxt_init_gpio_led(struct hda_codec *codec) in cxt_init_gpio_led()
167 static int cx_auto_init(struct hda_codec *codec) in cx_auto_init()
180 static void cx_auto_reboot_notify(struct hda_codec *codec) in cx_auto_reboot_notify()
190 static void cx_auto_free(struct hda_codec *codec) in cx_auto_free()
[all …]
Dhda_jack.c29 bool is_jack_detectable(struct hda_codec *codec, hda_nid_t nid) in is_jack_detectable()
46 static u32 read_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id) in read_pin_sense()
71 snd_hda_jack_tbl_get_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_tbl_get_mst()
92 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, in snd_hda_jack_tbl_get_from_tag()
108 any_jack_tbl_get_from_nid(struct hda_codec *codec, hda_nid_t nid) in any_jack_tbl_get_from_nid()
128 snd_hda_jack_tbl_new(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_tbl_new()
161 void snd_hda_jack_tbl_clear(struct hda_codec *codec) in snd_hda_jack_tbl_clear()
184 static void jack_detect_update(struct hda_codec *codec, in jack_detect_update()
222 void snd_hda_jack_set_dirty_all(struct hda_codec *codec) in snd_hda_jack_set_dirty_all()
242 u32 snd_hda_jack_pin_sense(struct hda_codec *codec, hda_nid_t nid, int dev_id) in snd_hda_jack_pin_sense()
[all …]
Dpatch_sigmatel.c241 struct hda_codec *codec, in stac_playback_pcm_hook()
251 struct hda_codec *codec, in stac_capture_pcm_hook()
288 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask, in stac_gpio_set()
326 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_capture_led_update() local
337 static int stac_vrefout_set(struct hda_codec *codec, in stac_vrefout_set()
362 static unsigned int stac_vref_led_power_filter(struct hda_codec *codec, in stac_vref_led_power_filter()
372 static void stac_update_led_status(struct hda_codec *codec, bool muted) in stac_update_led_status()
401 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_vmaster_hook() local
408 static void stac_update_outputs(struct hda_codec *codec) in stac_update_outputs()
433 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid, in stac_toggle_power_map()
[all …]
Dpatch_ca0132.c1101 struct hda_codec *codec; member
1479 static unsigned int codec_send_command(struct hda_codec *codec, hda_nid_t nid, in codec_send_command()
1489 static int codec_set_converter_format(struct hda_codec *codec, hda_nid_t nid, in codec_set_converter_format()
1496 static int codec_set_converter_stream_channel(struct hda_codec *codec, in codec_set_converter_stream_channel()
1508 static int chipio_send(struct hda_codec *codec, in chipio_send()
1530 static int chipio_write_address(struct hda_codec *codec, in chipio_write_address()
1557 static int chipio_write_data(struct hda_codec *codec, unsigned int data) in chipio_write_data()
1581 static int chipio_write_data_multiple(struct hda_codec *codec, in chipio_write_data_multiple()
1602 static int chipio_read_data(struct hda_codec *codec, unsigned int *data) in chipio_read_data()
1633 static int chipio_write(struct hda_codec *codec, in chipio_write()
[all …]
Dpatch_cirrus.c129 static inline int cs_vendor_coef_get(struct hda_codec *codec, unsigned int idx) in cs_vendor_coef_get()
138 static inline void cs_vendor_coef_set(struct hda_codec *codec, unsigned int idx, in cs_vendor_coef_set()
154 static void cs_automute(struct hda_codec *codec) in cs_automute()
175 static bool is_active_pin(struct hda_codec *codec, hda_nid_t nid) in is_active_pin()
182 static void init_input_coef(struct hda_codec *codec) in init_input_coef()
281 static void init_digital_coef(struct hda_codec *codec) in init_digital_coef()
295 static int cs_init(struct hda_codec *codec) in cs_init()
326 static int cs_build_controls(struct hda_codec *codec) in cs_build_controls()
347 static int cs_parse_auto_config(struct hda_codec *codec) in cs_parse_auto_config()
494 static void cs420x_fixup_gpio_13(struct hda_codec *codec, in cs420x_fixup_gpio_13()
[all …]
/kernel/linux/linux-5.10/sound/hda/
Dhdac_regmap.c26 static int codec_pm_lock(struct hdac_device *codec) in codec_pm_lock()
31 static void codec_pm_unlock(struct hdac_device *codec, int lock) in codec_pm_unlock()
41 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_volatile_reg() local
68 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_writeable_reg() local
117 struct hdac_device *codec = dev_to_hdac_dev(dev); in hda_readable_reg() local
157 static int hda_reg_read_stereo_amp(struct hdac_device *codec, in hda_reg_read_stereo_amp()
175 static int hda_reg_write_stereo_amp(struct hdac_device *codec, in hda_reg_write_stereo_amp()
205 static int hda_reg_read_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_read_coef()
223 static int hda_reg_write_coef(struct hdac_device *codec, unsigned int reg, in hda_reg_write_coef()
243 struct hdac_device *codec = context; in hda_reg_read() local
[all …]
Dhdac_device.c40 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init()
127 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit()
142 int snd_hdac_device_register(struct hdac_device *codec) in snd_hdac_device_register()
165 void snd_hdac_device_unregister(struct hdac_device *codec) in snd_hdac_device_unregister()
184 int snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name) in snd_hdac_device_set_chip_name()
207 int snd_hdac_codec_modalias(struct hdac_device *codec, char *buf, size_t size) in snd_hdac_codec_modalias()
224 static unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd()
256 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb()
275 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read()
293 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, in _snd_hdac_read_parm()
[all …]
/kernel/linux/linux-4.19/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.c39 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus, in snd_hdac_device_init()
124 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit()
139 int snd_hdac_device_register(struct hdac_device *codec) in snd_hdac_device_register()
160 void snd_hdac_device_unregister(struct hdac_device *codec) in snd_hdac_device_unregister()
177 int snd_hdac_device_set_chip_name(struct hdac_device *codec, const char *name) in snd_hdac_device_set_chip_name()
200 int snd_hdac_codec_modalias(struct hdac_device *codec, char *buf, size_t size) in snd_hdac_codec_modalias()
217 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd()
250 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb()
270 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read()
284 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, in _snd_hdac_read_parm()
[all …]

12345678910>>...17