Searched refs:snd_hdac_codec_read (Results 1 – 5 of 5) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | hdac_hdmi.c | 243 return snd_hdac_codec_read(hdev, port->pin->nid, in hdac_hdmi_port_select_get() 747 snd_hdac_codec_read(hdev, nid, 0, in hdac_hdmi_set_power_state() 1402 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins() 1408 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_all_pins() 1420 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12() 1427 vendor_param = snd_hdac_codec_read(hdev, vendor_nid, 0, in hdac_hdmi_skl_enable_dp12() 1949 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_suspend() 1993 snd_hdac_codec_read(hdev, hdev->afg, 0, AC_VERB_SET_POWER_STATE, in hdac_hdmi_runtime_resume()
|
/linux/sound/hda/core/ |
H A D | device.c | 1089 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid, in snd_hdac_codec_read() function 1094 EXPORT_SYMBOL_GPL(snd_hdac_codec_read); 1154 state = snd_hdac_codec_read(codec, nid, 0, in snd_hdac_sync_power_state()
|
H A D | hdmi_chmap.c | 193 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()
|
/linux/include/sound/ |
H A D | hda_codec.h | 329 return snd_hdac_codec_read(&codec->core, nid, flags, verb, parm); in snd_hda_codec_read()
|
H A D | hdaudio.h | 154 int snd_hdac_codec_read(struct hdac_device *hdac, hda_nid_t nid,
|