Searched refs:hdac (Results 1 – 7 of 7) sorted by relevance
| /sound/hda/core/ |
| A D | hdmi_chmap.c | 332 chmap->hdac, pin_nid, i); in hdmi_debug_channel_mapping() 381 err = chmap->ops.pin_set_slot_channel(chmap->hdac, in hdmi_std_setup_channel_mapping() 384 dev_dbg(&chmap->hdac->dev, "HDMI: channel mapping failed\n"); in hdmi_std_setup_channel_mapping() 527 err = chmap->ops.pin_set_slot_channel(chmap->hdac, in hdmi_manual_setup_channel_mapping() 595 ca = hdmi_channel_allocation_spk_alloc_blk(hdac, in snd_hdac_channel_allocation() 683 spk_alloc = chmap->ops.get_spk_alloc(chmap->hdac, pcm_idx); in hdmi_chmap_ctl_tlv() 748 chmap->ops.get_chmap(chmap->hdac, pcm_idx, pcm_chmap); in hdmi_chmap_ctl_get() 788 if (!hchmap->ops.is_pcm_attached(hchmap->hdac, pcm_idx)) in hdmi_chmap_ctl_put() 809 hchmap->ops.get_chmap(hchmap->hdac, pcm_idx, per_pin_chmap); in hdmi_chmap_ctl_put() 835 void snd_hdac_register_chmap_ops(struct hdac_device *hdac, in snd_hdac_register_chmap_ops() argument [all …]
|
| A D | device.c | 1060 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_read() 1063 if (snd_hdac_exec_verb(hdac, cmd, flags, &res)) in codec_read() 1069 static int codec_write(struct hdac_device *hdac, hda_nid_t nid, in codec_write() argument 1072 unsigned int cmd = snd_hdac_make_cmd(hdac, nid, verb, parm); in codec_write() 1074 return snd_hdac_exec_verb(hdac, cmd, flags, NULL); in codec_write() 1089 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_read() argument 1092 return codec_read(hdac, nid, flags, verb, parm); in snd_hdac_codec_read() 1108 int snd_hdac_codec_write(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_write() argument 1111 return codec_write(hdac, nid, flags, verb, parm); in snd_hdac_codec_write() 1125 bool snd_hdac_check_power_state(struct hdac_device *hdac, in snd_hdac_check_power_state() argument [all …]
|
| A D | i915.c | 76 static bool connectivity_check(struct pci_dev *i915, struct pci_dev *hdac) in connectivity_check() argument 78 struct pci_bus *bus_a = i915->bus, *bus_b = hdac->bus; in connectivity_check()
|
| /sound/hda/codecs/hdmi/ |
| A D | atihdmi.c | 311 static int atihdmi_pin_set_slot_channel(struct hdac_device *hdac, in atihdmi_pin_set_slot_channel() argument 314 struct hda_codec *codec = hdac_to_hda_codec(hdac); in atihdmi_pin_set_slot_channel() 348 static int atihdmi_pin_get_slot_channel(struct hdac_device *hdac, in atihdmi_pin_get_slot_channel() argument 351 struct hda_codec *codec = hdac_to_hda_codec(hdac); in atihdmi_pin_get_slot_channel()
|
| A D | hdmi.c | 1838 static int hdmi_get_spk_alloc(struct hdac_device *hdac, int pcm_idx) in hdmi_get_spk_alloc() argument 1840 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_get_spk_alloc() 1850 static void hdmi_get_chmap(struct hdac_device *hdac, int pcm_idx, in hdmi_get_chmap() argument 1853 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_get_chmap() 1864 static void hdmi_set_chmap(struct hdac_device *hdac, int pcm_idx, in hdmi_set_chmap() argument 1867 struct hda_codec *codec = hdac_to_hda_codec(hdac); in hdmi_set_chmap() 1881 static bool is_hdmi_pcm_attached(struct hdac_device *hdac, int pcm_idx) in is_hdmi_pcm_attached() argument 1883 struct hda_codec *codec = hdac_to_hda_codec(hdac); in is_hdmi_pcm_attached()
|
| /sound/soc/intel/avs/ |
| A D | avs.h | 180 #define hdac_to_avs(hdac) hda_to_avs(to_hda_bus(hdac)) argument
|
| /sound/soc/codecs/ |
| A D | Makefile | 141 snd-soc-hdac-hdmi-y := hdac_hdmi.o 142 snd-soc-hdac-hda-y := hdac_hda.o 566 obj-$(CONFIG_SND_SOC_HDAC_HDMI) += snd-soc-hdac-hdmi.o 567 obj-$(CONFIG_SND_SOC_HDAC_HDA) += snd-soc-hdac-hda.o
|
Completed in 28 milliseconds