| /linux/sound/hda/codecs/hdmi/ |
| H A D | hdmi_local.h | 41 struct hda_codec *codec; 62 int (*pin_get_eld)(struct hda_codec *codec, hda_nid_t pin_nid, 65 void (*pin_setup_infoframe)(struct hda_codec *codec, hda_nid_t pin_nid, 70 int (*pin_hbr_setup)(struct hda_codec *codec, hda_nid_t pin_nid, 73 int (*setup_stream)(struct hda_codec *codec, hda_nid_t cvt_nid, 77 void (*pin_cvt_fixup)(struct hda_codec *codec, 81 void (*silent_stream)(struct hda_codec *codec, 99 struct hda_codec *codec; 154 int (*port2pin)(struct hda_codec *codec, int port); /* reverse port/pin mapping */ 166 static inline bool codec_has_acomp(struct hda_codec *codec) in codec_has_acomp() [all …]
|
| H A D | intelhdmi.c | 12 #include <sound/hda_codec.h> 36 static void intel_haswell_enable_all_pins(struct hda_codec *codec, in intel_haswell_enable_all_pins() 57 static void intel_haswell_fixup_enable_dp12(struct hda_codec *codec) in intel_haswell_fixup_enable_dp12() 77 static void haswell_set_power_state(struct hda_codec *codec, hda_nid_t fg, in haswell_set_power_state() 103 static int intel_base_nid(struct hda_codec *codec) in intel_base_nid() 117 struct hda_codec *codec = audio_ptr; in intel_pin2port() 141 static int intel_port2pin(struct hda_codec *codec, int port) in intel_port2pin() 159 struct hda_codec *codec = audio_ptr; in intel_pin_eld_notify() 182 static void register_i915_notifier(struct hda_codec *codec) in register_i915_notifier() 200 static void silent_stream_enable_i915(struct hda_codec *code [all...] |
| H A D | hdmi.c | 50 int snd_hda_hdmi_pin_id_to_pin_index(struct hda_codec *codec, in snd_hda_hdmi_pin_id_to_pin_index() 76 static int hinfo_to_pcm_index(struct hda_codec *codec, in hinfo_to_pcm_index() 90 static int hinfo_to_pin_index(struct hda_codec *codec, in hinfo_to_pin_index() 123 static int cvt_nid_to_cvt_index(struct hda_codec *codec, hda_nid_t cvt_nid) in cvt_nid_to_cvt_index() 139 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in hdmi_eld_ctl_info() 163 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in hdmi_eld_ctl_get() 203 static int hdmi_create_eld_ctl(struct hda_codec *codec, int pcm_idx, in hdmi_create_eld_ctl() 228 static void hdmi_get_dip_index(struct hda_codec *codec, hda_nid_t pin_nid, in hdmi_get_dip_index() 241 static void hdmi_set_dip_index(struct hda_codec *codec, hda_nid_t pin_nid, in hdmi_set_dip_index() 251 static void hdmi_write_dip_byte(struct hda_codec *codec, hda_nid_t pin_nid, in hdmi_write_dip_byte() [all …]
|
| H A D | simplehdmi.c | 11 int snd_hda_hdmi_simple_build_pcms(struct hda_codec *codec) in snd_hda_hdmi_simple_build_pcms() 39 void snd_hda_hdmi_simple_unsol_event(struct hda_codec *codec, in snd_hda_hdmi_simple_unsol_event() 54 static int simple_hdmi_build_jack(struct hda_codec *codec) in simple_hdmi_build_jack() 77 int snd_hda_hdmi_simple_build_controls(struct hda_codec *codec) in snd_hda_hdmi_simple_build_controls() 93 int snd_hda_hdmi_simple_init(struct hda_codec *codec) in snd_hda_hdmi_simple_init() 110 void snd_hda_hdmi_simple_remove(struct hda_codec *codec) in snd_hda_hdmi_simple_remove() 121 struct hda_codec *codec, in snd_hda_hdmi_simple_pcm_open() 140 struct hda_codec *codec, in simple_playback_pcm_close() 149 struct hda_codec *codec, in simple_playback_pcm_prepare() 171 int snd_hda_hdmi_simple_probe(struct hda_codec *codec, in snd_hda_hdmi_simple_probe() [all …]
|
| /linux/sound/hda/common/ |
| H A D | hda_jack.h | 18 typedef void (*hda_jack_callback_fn) (struct hda_codec *, struct hda_jack_callback *); 55 snd_hda_jack_tbl_get_mst(struct hda_codec *codec, hda_nid_t nid, int dev_id); 63 snd_hda_jack_tbl_get(struct hda_codec *codec, hda_nid_t nid) in snd_hda_jack_tbl_get() 69 snd_hda_jack_tbl_get_from_tag(struct hda_codec *codec, 72 void snd_hda_jack_tbl_disconnect(struct hda_codec *codec); 73 void snd_hda_jack_tbl_clear(struct hda_codec *codec); 75 void snd_hda_jack_set_dirty_all(struct hda_codec *codec); 77 int snd_hda_jack_detect_enable(struct hda_codec *codec, hda_nid_t nid, 81 snd_hda_jack_detect_enable_callback_mst(struct hda_codec *codec, hda_nid_t nid, 95 snd_hda_jack_detect_enable_callback(struct hda_codec *code [all...] |
| H A D | hda_local.h | 121 int snd_hda_codec_amp_update(struct hda_codec *codec, hda_nid_t nid, 123 int snd_hda_codec_amp_stereo(struct hda_codec *codec, hda_nid_t nid, 125 int snd_hda_codec_amp_init(struct hda_codec *codec, hda_nid_t nid, int ch, 127 int snd_hda_codec_amp_init_stereo(struct hda_codec *codec, hda_nid_t nid, 129 void snd_hda_set_vmaster_tlv(struct hda_codec *codec, hda_nid_t nid, int dir, 131 struct snd_kcontrol *snd_hda_find_mixer_ctl(struct hda_codec *codec, 133 int __snd_hda_add_vmaster(struct hda_codec *codec, char *name, 139 int snd_hda_codec_reset(struct hda_codec *codec); 140 void snd_hda_codec_disconnect_pcms(struct hda_codec *codec); 151 struct hda_codec *code [all...] |
| H A D | codec.c | 35 static int call_exec_verb(struct hda_bus *bus, struct hda_codec *codec, in call_exec_verb() 57 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in codec_exec_verb() 88 void snd_hda_sequence_write(struct hda_codec *codec, const struct hda_verb *seq) in snd_hda_sequence_write() 105 lookup_conn_list(struct hda_codec *codec, hda_nid_t nid) in lookup_conn_list() 115 static int add_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in add_conn_list() 130 static void remove_conn_list(struct hda_codec *codec) in remove_conn_list() 141 static int read_and_add_raw_conns(struct hda_codec *codec, hda_nid_t nid) in read_and_add_raw_conns() 177 int snd_hda_get_conn_list(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_conn_list() 216 int snd_hda_get_connections(struct hda_codec *codec, hda_nid_t nid, in snd_hda_get_connections() 247 int snd_hda_override_conn_list(struct hda_codec *codec, hda_nid_t nid, int len, in snd_hda_override_conn_list() [all …]
|
| H A D | jack.c | 29 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_disconnect(struct hda_codec *codec) in snd_hda_jack_tbl_disconnect() 172 void snd_hda_jack_tbl_clear(struct hda_codec *codec) in snd_hda_jack_tbl_clear() 195 static void jack_detect_update(struct hda_codec *codec, in jack_detect_update() 233 void snd_hda_jack_set_dirty_all(struct hda_codec *codec) in snd_hda_jack_set_dirty_all() [all …]
|
| H A D | hda_beep.h | 20 struct hda_codec *codec; 34 int snd_hda_enable_beep_device(struct hda_codec *codec, int enable); 35 int snd_hda_attach_beep_device(struct hda_codec *codec, int nid); 36 void snd_hda_detach_beep_device(struct hda_codec *codec); 38 static inline int snd_hda_attach_beep_device(struct hda_codec *codec, int nid) in snd_hda_attach_beep_device() 42 static inline void snd_hda_detach_beep_device(struct hda_codec *codec) in snd_hda_detach_beep_device()
|
| H A D | bind.c | 23 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_match() 44 struct hda_codec *codec = container_of(dev, struct hda_codec, core); in hda_codec_unsol_event() 64 int snd_hda_codec_set_name(struct hda_codec *codec, const char *name) in snd_hda_codec_set_name() 89 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_probe() 154 struct hda_codec *codec = dev_to_hda_codec(dev); in hda_codec_driver_remove() 205 static inline bool codec_probed(struct hda_codec *codec) in codec_probed() 211 static void request_codec_module(struct hda_codec *codec) in request_codec_module() 240 static void codec_bind_module(struct hda_codec *codec) in codec_bind_module() 251 static bool is_likely_hdmi_codec(struct hda_codec *codec) in is_likely_hdmi_codec() 280 static int codec_bind_generic(struct hda_codec *codec) in codec_bind_generic() [all …]
|
| /linux/sound/hda/codecs/ |
| H A D | generic.h | 276 void (*init_hook)(struct hda_codec *codec); 277 void (*automute_hook)(struct hda_codec *codec); 278 void (*cap_sync_hook)(struct hda_codec *codec, 284 struct hda_codec *codec, 288 struct hda_codec *codec, 293 void (*hp_automute_hook)(struct hda_codec *codec, 295 void (*line_automute_hook)(struct hda_codec *codec, 297 void (*mic_autoswitch_hook)(struct hda_codec *codec, 313 int snd_hda_gen_init(struct hda_codec *codec); 314 void snd_hda_gen_remove(struct hda_codec *codec); [all …]
|
| H A D | via.c | 95 static enum VIA_HDA_CODEC get_codec_type(struct hda_codec *codec); 97 struct hda_codec *codec, 101 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() 177 static void analog_low_current_mode(struct hda_codec *codec); 178 static bool is_aa_path_mute(struct hda_codec *codec); 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() 232 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in via_pin_power_ctl_put() [all …]
|
| H A D | conexant.c | 74 static int cx_auto_parse_beep(struct hda_codec *codec) in cx_auto_parse_beep() 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() 143 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in cx_auto_vmaster_mute_led() 152 static void cxt_init_gpio_led(struct hda_codec *codec) in cxt_init_gpio_led() 167 static void cx_fixup_headset_recog(struct hda_codec *codec) in cx_fixup_headset_recog() 188 static int cx_init(struct hda_codec *codec) in cx_init() 204 static void cx_auto_shutdown(struct hda_codec *codec) in cx_auto_shutdown() 213 static void cx_remove(struct hda_codec *codec) in cx_remove() [all …]
|
| H A D | analog.c | 59 static int create_beep_ctls(struct hda_codec *codec) in create_beep_ctls() 84 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write() 95 static void ad198x_power_eapd(struct hda_codec *codec) in ad198x_power_eapd() 123 static int ad_codec_suspend(struct hda_codec *codec) in ad_codec_suspend() 133 struct hda_codec *codec = private_data; in ad_vmaster_eapd_hook() 149 static int ad_codec_build_controls(struct hda_codec *codec) in ad_codec_build_controls() 162 static int ad198x_parse_auto_config(struct hda_codec *codec, bool indep_hp) in ad198x_parse_auto_config() 190 static int alloc_ad_spec(struct hda_codec *codec) in alloc_ad_spec() 207 static void ad_fixup_inv_jack_detect(struct hda_codec *codec, in ad_fixup_inv_jack_detect() 221 static void ad1986a_fixup_eapd(struct hda_codec *codec, in ad1986a_fixup_eapd() [all …]
|
| H A D | generic.c | 105 static void parse_user_hints(struct hda_codec *codec) in parse_user_hints() 210 static inline void restore_pin_ctl(struct hda_codec *codec, hda_nid_t pin) in restore_pin_ctl() 216 static void set_pin_target(struct hda_codec *codec, hda_nid_t pin, in set_pin_target() 228 static void set_pin_targets(struct hda_codec *codec, int num_pins, in set_pin_targets() 256 static struct nid_path *get_nid_path(struct hda_codec *codec, in get_nid_path() 287 int snd_hda_get_path_idx(struct hda_codec *codec, struct nid_path *path) in snd_hda_get_path_idx() 308 struct nid_path *snd_hda_get_path_from_idx(struct hda_codec *codec, int idx) in snd_hda_get_path_from_idx() 319 static bool is_dac_already_used(struct hda_codec *codec, hda_nid_t nid) in is_dac_already_used() 333 static bool is_reachable_path(struct hda_codec *codec, in is_reachable_path() 345 static bool is_ctl_used(struct hda_codec *codec, unsigned int val, int type) in is_ctl_used() [all …]
|
| H A D | ca0132.c | 1135 struct hda_codec *codec; 1527 static unsigned int codec_send_command(struct hda_codec *codec, hda_nid_t nid, in codec_send_command() 1537 static int codec_set_converter_format(struct hda_codec *codec, hda_nid_t nid, in codec_set_converter_format() 1544 static int codec_set_converter_stream_channel(struct hda_codec *codec, in codec_set_converter_stream_channel() 1556 static int chipio_send(struct hda_codec *codec, in chipio_send() 1578 static int chipio_write_address(struct hda_codec *codec, in chipio_write_address() 1605 static int chipio_write_data(struct hda_codec *codec, unsigned int data) in chipio_write_data() 1629 static int chipio_write_data_multiple(struct hda_codec *codec, in chipio_write_data_multiple() 1650 static int chipio_read_data(struct hda_codec *codec, unsigned int *data) in chipio_read_data() 1681 static int chipio_write(struct hda_codec *codec, in chipio_write() [all …]
|
| H A D | sigmatel.c | 242 struct hda_codec *codec, in stac_playback_pcm_hook() 252 struct hda_codec *codec, in stac_capture_pcm_hook() 289 static void stac_gpio_set(struct hda_codec *codec, unsigned int mask, in stac_gpio_set() 327 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_capture_led_update() 338 static int stac_vrefout_set(struct hda_codec *codec, in stac_vrefout_set() 363 static unsigned int stac_vref_led_power_filter(struct hda_codec *codec, in stac_vref_led_power_filter() 373 static void stac_update_led_status(struct hda_codec *codec, bool muted) in stac_update_led_status() 402 struct hda_codec *codec = dev_to_hda_codec(led_cdev->dev->parent); in stac_vmaster_hook() 409 static void stac_update_outputs(struct hda_codec *codec) in stac_update_outputs() 434 static void stac_toggle_power_map(struct hda_codec *codec, hda_nid_t nid, in stac_toggle_power_map() [all …]
|
| H A D | senarytech.c | 64 static int senary_auto_parse_beep(struct hda_codec *codec) in senary_auto_parse_beep() 80 static void senary_auto_parse_eapd(struct hda_codec *codec) in senary_auto_parse_eapd() 96 static void senary_auto_turn_eapd(struct hda_codec *codec, int num_pins, in senary_auto_turn_eapd() 112 struct hda_codec *codec = private_data; in senary_auto_vmaster_hook() 118 static void senary_init_gpio_led(struct hda_codec *codec) in senary_init_gpio_led() 133 static int senary_init(struct hda_codec *codec) in senary_init() 146 static void senary_shutdown(struct hda_codec *codec) in senary_shutdown() 156 static void senary_remove(struct hda_codec *codec) in senary_remove() 162 static int senary_suspend(struct hda_codec *codec) in senary_suspend() 168 static int senary_probe(struct hda_codec *codec, const struct hda_device_id *id) in senary_probe()
|
| H A D | si3054.c | 88 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in si3054_switch_get() 98 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in si3054_switch_put() 125 static int si3054_build_controls(struct hda_codec *codec) in si3054_build_controls() 136 struct hda_codec *codec, in si3054_pcm_prepare() 155 struct hda_codec *codec, in si3054_pcm_open() 185 static int si3054_build_pcms(struct hda_codec *codec) in si3054_build_pcms() 205 static int si3054_init(struct hda_codec *codec) in si3054_init() 249 static void si3054_remove(struct hda_codec *codec) in si3054_remove() 257 static int si3054_probe(struct hda_codec *codec, const struct hda_device_id *id) in si3054_probe()
|
| /linux/sound/hda/codecs/realtek/ |
| H A D | realtek.c | 10 static int __alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in __alc_read_coefex_idx() 20 int alc_read_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_read_coefex_idx() 28 static void __alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in __alc_write_coefex_idx() 35 void alc_write_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_write_coefex_idx() 43 static void __alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in __alc_update_coefex_idx() 54 void alc_update_coefex_idx(struct hda_codec *codec, hda_nid_t nid, in alc_update_coefex_idx() 64 unsigned int alc_get_coef0(struct hda_codec *codec) in alc_get_coef0() 74 void alc_process_coef_fw(struct hda_codec *codec, const struct coef_fw *fw) in alc_process_coef_fw() 92 void alc_setup_gpio(struct hda_codec *codec, unsigned int mask) in alc_setup_gpio() 102 void alc_write_gpio_data(struct hda_codec *codec) in alc_write_gpio_data() [all …]
|
| H A D | alc269.c | 50 static int alc269_parse_auto_config(struct hda_codec *codec) in alc269_parse_auto_config() 101 static void alc_headset_btn_callback(struct hda_codec *codec, in alc_headset_btn_callback() 123 static void alc_disable_headset_jack_key(struct hda_codec *codec) in alc_disable_headset_jack_key() 153 static void alc_enable_headset_jack_key(struct hda_codec *codec) in alc_enable_headset_jack_key() 183 static void alc_fixup_headset_jack(struct hda_codec *codec, in alc_fixup_headset_jack() 209 static void alc269vb_toggle_power_output(struct hda_codec *codec, int power_up) in alc269vb_toggle_power_output() 214 static void alc269_shutup(struct hda_codec *codec) in alc269_shutup() 260 static void alc282_restore_default_value(struct hda_codec *codec) in alc282_restore_default_value() 265 static void alc282_init(struct hda_codec *codec) in alc282_init() 302 static void alc282_shutup(struct hda_codec *codec) in alc282_shutup() [all …]
|
| H A D | alc882.c | 66 static void alc889_fixup_coef(struct hda_codec *codec, in alc889_fixup_coef() 75 static void alc885_fixup_macpro_gpio(struct hda_codec *codec, in alc885_fixup_macpro_gpio() 88 static void alc889_fixup_dac_route(struct hda_codec *codec, in alc889_fixup_dac_route() 110 static void alc889_fixup_mbp_vref(struct hda_codec *codec, in alc889_fixup_mbp_vref() 131 static void alc889_fixup_mac_pins(struct hda_codec *codec, in alc889_fixup_mac_pins() 147 static void alc889_fixup_imac91_vref(struct hda_codec *codec, in alc889_fixup_imac91_vref() 157 static void alc889_fixup_mba11_vref(struct hda_codec *codec, in alc889_fixup_mba11_vref() 167 static void alc889_fixup_mba21_vref(struct hda_codec *codec, in alc889_fixup_mba21_vref() 180 static void alc882_fixup_no_primary_hp(struct hda_codec *codec, in alc882_fixup_no_primary_hp() 190 static void alc1220_fixup_gb_x570(struct hda_codec *codec, in alc1220_fixup_gb_x570() [all …]
|
| /linux/sound/hda/codecs/cirrus/ |
| H A D | cs420x.c | 94 static inline int cs_vendor_coef_get(struct hda_codec *codec, unsigned int idx) in cs_vendor_coef_get() 104 static inline void cs_vendor_coef_set(struct hda_codec *codec, unsigned int idx, in cs_vendor_coef_set() 121 static void cs_automute(struct hda_codec *codec) in cs_automute() 139 static bool is_active_pin(struct hda_codec *codec, hda_nid_t nid) in is_active_pin() 147 static void init_input_coef(struct hda_codec *codec) in init_input_coef() 239 static void init_digital_coef(struct hda_codec *codec) in init_digital_coef() 253 static int cs_init(struct hda_codec *codec) in cs_init() 284 static int cs_build_controls(struct hda_codec *codec) in cs_build_controls() 295 static int cs_parse_auto_config(struct hda_codec *codec) in cs_parse_auto_config() 445 static void cs420x_fixup_gpio_13(struct hda_codec *codec, in cs420x_fixup_gpio_13() [all …]
|
| H A D | cs8409.c | 27 static int cs8409_parse_auto_config(struct hda_codec *codec) in cs8409_parse_auto_config() 60 static struct cs8409_spec *cs8409_alloc_spec(struct hda_codec *codec) in cs8409_alloc_spec() 77 static inline int cs8409_vendor_coef_get(struct hda_codec *codec, unsigned int idx) in cs8409_vendor_coef_get() 83 static inline void cs8409_vendor_coef_set(struct hda_codec *codec, unsigned int idx, in cs8409_vendor_coef_set() 96 static void cs8409_disable_i2c_clock(struct hda_codec *codec) in cs8409_disable_i2c_clock() 124 static void cs8409_enable_i2c_clock(struct hda_codec *codec) in cs8409_enable_i2c_clock() 150 static int cs8409_i2c_wait_complete(struct hda_codec *codec) in cs8409_i2c_wait_complete() 163 static void cs8409_set_i2c_dev_addr(struct hda_codec *codec, unsigned int addr) in cs8409_set_i2c_dev_addr() 182 struct hda_codec *codec = scodec->codec; in cs8409_i2c_set_page() 203 struct hda_codec *codec = scodec->codec; in cs8409_i2c_read() [all …]
|
| H A D | cs421x.c | 105 static inline int cs_vendor_coef_get(struct hda_codec *codec, unsigned int idx) in cs_vendor_coef_get() 115 static inline void cs_vendor_coef_set(struct hda_codec *codec, unsigned int idx, in cs_vendor_coef_set() 132 static void cs_automute(struct hda_codec *codec) in cs_automute() 153 static bool is_active_pin(struct hda_codec *codec, hda_nid_t nid) in is_active_pin() 161 static struct cs_spec *cs_alloc_spec(struct hda_codec *codec, int vendor_nid) in cs_alloc_spec() 221 static void cs421x_fixup_sense_b(struct hda_codec *codec, in cs421x_fixup_sense_b() 321 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in cs421x_boost_vol_get() 331 struct hda_codec *codec = snd_kcontrol_chip(kcontrol); in cs421x_boost_vol_put() 360 static void cs4210_pinmux_init(struct hda_codec *codec) in cs4210_pinmux_init() 393 static void cs4210_spdif_automute(struct hda_codec *codec, in cs4210_spdif_automute() [all …]
|