Lines Matching defs:codec

37 int snd_hdac_device_init(struct hdac_device *codec, struct hdac_bus *bus,  in snd_hdac_device_init()
122 void snd_hdac_device_exit(struct hdac_device *codec) in snd_hdac_device_exit()
135 int snd_hdac_device_register(struct hdac_device *codec) in snd_hdac_device_register()
156 void snd_hdac_device_unregister(struct hdac_device *codec) in snd_hdac_device_unregister()
175 unsigned int snd_hdac_make_cmd(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_make_cmd()
208 int snd_hdac_exec_verb(struct hdac_device *codec, unsigned int cmd, in snd_hdac_exec_verb()
228 int snd_hdac_read(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read()
242 int _snd_hdac_read_parm(struct hdac_device *codec, hda_nid_t nid, int parm, in _snd_hdac_read_parm()
261 int snd_hdac_read_parm_uncached(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_read_parm_uncached()
282 int snd_hdac_override_parm(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_override_parm()
307 int snd_hdac_get_sub_nodes(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_sub_nodes()
325 static void setup_fg_nodes(struct hdac_device *codec) in setup_fg_nodes()
355 int snd_hdac_refresh_widgets(struct hdac_device *codec) in snd_hdac_refresh_widgets()
375 static unsigned int get_num_conns(struct hdac_device *codec, hda_nid_t nid) in get_num_conns()
403 int snd_hdac_get_connections(struct hdac_device *codec, hda_nid_t nid, in snd_hdac_get_connections()
506 int snd_hdac_power_up(struct hdac_device *codec) in snd_hdac_power_up()
518 int snd_hdac_power_down(struct hdac_device *codec) in snd_hdac_power_down()
538 int snd_hdac_power_up_pm(struct hdac_device *codec) in snd_hdac_power_up_pm()
555 int snd_hdac_power_down_pm(struct hdac_device *codec) in snd_hdac_power_down_pm()
595 static int get_codec_vendor_name(struct hdac_device *codec) in get_codec_vendor_name()