Home
last modified time | relevance | path

Searched defs:hdac (Results 1 – 6 of 6) sorted by relevance

/linux/sound/hda/
H A Dhdac_device.c1058 static unsigned int codec_read(struct hdac_device *hdac, hda_nid_t nid, in codec_read()
1070 static int codec_write(struct hdac_device *hdac, hda_nid_t nid, in codec_write()
1090 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_read()
1109 int snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_write()
1126 bool snd_hdac_check_power_state(struct hdac_device *hdac, in snd_hdac_check_power_state()
H A Dhdac_i915.c76 static bool connectivity_check(struct pci_dev *i915, struct pci_dev *hdac) in connectivity_check()
H A Dhdmi_chmap.c587 int snd_hdac_channel_allocation(struct hdac_device *hdac, int spk_alloc, in snd_hdac_channel_allocation()
835 void snd_hdac_register_chmap_ops(struct hdac_device *hdac, in snd_hdac_register_chmap_ops()
/linux/include/sound/
H A Dhda_chmap.h60 struct hdac_device *hdac; member
/linux/sound/pci/hda/
H A Dpatch_hdmi.c2244 static int hdmi_get_spk_alloc(struct hdac_device *hdac, int pcm_idx) in hdmi_get_spk_alloc()
2256 static void hdmi_get_chmap(struct hdac_device *hdac, int pcm_idx, in hdmi_get_chmap()
2270 static void hdmi_set_chmap(struct hdac_device *hdac, int pcm_idx, in hdmi_set_chmap()
2287 static bool is_hdmi_pcm_attached(struct hdac_device *hdac, int pcm_idx) in is_hdmi_pcm_attached()
4210 static int atihdmi_pin_set_slot_channel(struct hdac_device *hdac, in atihdmi_pin_set_slot_channel()
4246 static int atihdmi_pin_get_slot_channel(struct hdac_device *hdac, in atihdmi_pin_get_slot_channel()
/linux/sound/soc/intel/avs/
H A Davs.h176 #define hdac_to_avs(hdac) hda_to_avs(to_hda_bus(hdac)) argument