Home
last modified time | relevance | path

Searched refs:snd_hdac_codec_read (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/hda/
H A Dhdac_device.c1021 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_read() function
1026 EXPORT_SYMBOL_GPL(snd_hdac_codec_read);
1086 state = snd_hdac_codec_read(codec, nid, 0, in snd_hdac_sync_power_state()
H A Dhdmi_chmap.c193 return (snd_hdac_codec_read(codec, pin_nid, 0, in hdmi_pin_get_slot_channel()
200 return 1 + snd_hdac_codec_read(codec, cvt_nid, 0, in hdmi_get_channel_count()
/openbmc/linux/sound/soc/codecs/
H A Dhdac_hdmi.c244 return snd_hdac_codec_read(hdev, port->pin->nid, in hdac_hdmi_port_select_get()
746 snd_hdac_codec_read(hdev, nid, 0, in hdac_hdmi_set_power_state()
1400 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins()
1406 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins()
1418 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12()
1425 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12()
2249 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend()
2293 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
/openbmc/linux/include/sound/
H A Dhda_codec.h329 return snd_hdac_codec_read(&codec->core, nid, flags, verb, parm); in snd_hda_codec_read()
H A Dhdaudio.h153 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid,