/sound/pci/oxygen/ |
D | xonar_hdmi.c | 37 struct xonar_hdmi *hdmi) in xonar_hdmi_init_commands() argument 46 hdmi_write_command(chip, 0x54, 5, hdmi->params); in xonar_hdmi_init_commands() 49 void xonar_hdmi_init(struct oxygen *chip, struct xonar_hdmi *hdmi) in xonar_hdmi_init() argument 51 hdmi->params[1] = IEC958_AES3_CON_FS_48000; in xonar_hdmi_init() 52 hdmi->params[4] = 1; in xonar_hdmi_init() 53 xonar_hdmi_init_commands(chip, hdmi); in xonar_hdmi_init() 63 void xonar_hdmi_resume(struct oxygen *chip, struct xonar_hdmi *hdmi) in xonar_hdmi_resume() argument 65 xonar_hdmi_init_commands(chip, hdmi); in xonar_hdmi_resume() 80 void xonar_set_hdmi_params(struct oxygen *chip, struct xonar_hdmi *hdmi, in xonar_set_hdmi_params() argument 83 hdmi->params[0] = 0; /* 1 = non-audio */ in xonar_set_hdmi_params() [all …]
|
D | xonar.h | 48 void xonar_hdmi_resume(struct oxygen *chip, struct xonar_hdmi *hdmi); 51 void xonar_set_hdmi_params(struct oxygen *chip, struct xonar_hdmi *hdmi,
|
D | xonar_pcm179x.c | 228 struct xonar_hdmi hdmi; member 393 xonar_hdmi_init(chip, &data->hdmi); in xonar_hdav_init() 583 xonar_hdmi_resume(chip, &data->hdmi); in xonar_hdav_resume() 722 xonar_set_hdmi_params(chip, &data->hdmi, params); in set_hdav_params()
|
D | xonar_wm87x6.c | 87 struct xonar_hdmi hdmi; member 299 xonar_hdmi_init(chip, &data->hdmi); in xonar_hdav_slim_init() 342 xonar_hdmi_resume(chip, &data->hdmi); in xonar_hdav_slim_resume() 388 xonar_set_hdmi_params(chip, &data->hdmi, params); in set_hdav_slim_dac_params()
|
/sound/soc/codecs/ |
D | hdac_hdmi.c | 150 hdac_hdmi_get_pcm_from_cvt(struct hdac_hdmi_priv *hdmi, in hdac_hdmi_get_pcm_from_cvt() argument 155 list_for_each_entry(pcm, &hdmi->pcm_list, head) { in hdac_hdmi_get_pcm_from_cvt() 288 static struct hdac_hdmi_pcm *get_hdmi_pcm_from_id(struct hdac_hdmi_priv *hdmi, in get_hdmi_pcm_from_id() argument 293 list_for_each_entry(pcm, &hdmi->pcm_list, head) { in get_hdmi_pcm_from_id() 369 struct hdac_hdmi_priv *hdmi = hdev_to_hdmi_priv(hdev); in hdac_hdmi_setup_audio_infoframe() local 382 hdmi->chmap.ops.set_channel_count(hdev, cvt->nid, channels); in hdac_hdmi_setup_audio_infoframe() 384 snd_hdac_setup_channel_mapping(&hdmi->chmap, pin->nid, false, ca, in hdac_hdmi_setup_audio_infoframe() 449 struct hdac_hdmi_priv *hdmi = snd_soc_dai_get_drvdata(dai); in hdac_hdmi_set_tdm_slot() local 450 struct hdac_device *hdev = hdmi->hdev; in hdac_hdmi_set_tdm_slot() 456 dai_map = &hdmi->dai_map[dai->id]; in hdac_hdmi_set_tdm_slot() [all …]
|
D | Makefile | 90 snd-soc-hdac-hdmi-objs := hdac_hdmi.o 127 snd-soc-hdmi-codec-objs := hdmi-codec.o 374 obj-$(CONFIG_SND_SOC_HDAC_HDMI) += snd-soc-hdac-hdmi.o 411 obj-$(CONFIG_SND_SOC_HDMI_CODEC) += snd-soc-hdmi-codec.o
|
/sound/x86/ |
D | Makefile | 2 snd-hdmi-lpe-audio-objs += \ 5 obj-$(CONFIG_HDMI_LPE_AUDIO) += snd-hdmi-lpe-audio.o
|
/sound/soc/ti/ |
D | Makefile | 33 snd-soc-omap-hdmi-objs := omap-hdmi.o 43 obj-$(CONFIG_SND_SOC_OMAP_HDMI) += snd-soc-omap-hdmi.o
|
D | Kconfig | 152 The hdmi audio driver implements cpu-dai component using the 156 as codec component. The hdmi audio driver implements also 158 The device for the driver is registered by OMAPDSS hdmi
|
/sound/soc/qcom/qdsp6/ |
D | q6afe-dai.c | 111 struct q6afe_hdmi_cfg *hdmi = &dai_data->port_config[dai->id].hdmi; in q6hdmi_hw_params() local 113 hdmi->sample_rate = params_rate(params); in q6hdmi_hw_params() 116 hdmi->bit_width = 16; in q6hdmi_hw_params() 119 hdmi->bit_width = 24; in q6hdmi_hw_params() 126 hdmi->channel_allocation = 0; in q6hdmi_hw_params() 129 hdmi->channel_allocation = 0x02; in q6hdmi_hw_params() 132 hdmi->channel_allocation = 0x06; in q6hdmi_hw_params() 135 hdmi->channel_allocation = 0x0A; in q6hdmi_hw_params() 138 hdmi->channel_allocation = 0x0B; in q6hdmi_hw_params() 141 hdmi->channel_allocation = 0x12; in q6hdmi_hw_params() [all …]
|
D | q6afe.h | 188 struct q6afe_hdmi_cfg hdmi; member
|
/sound/soc/rockchip/ |
D | Makefile | 14 snd-soc-rk3288-hdmi-analog-objs := rk3288_hdmi_analog.o 19 obj-$(CONFIG_SND_SOC_RK3288_HDMI_ANALOG) += snd-soc-rk3288-hdmi-analog.o
|
/sound/pci/hda/ |
D | Makefile | 27 snd-hda-codec-hdmi-objs := patch_hdmi.o hda_eld.o 44 obj-$(CONFIG_SND_HDA_CODEC_HDMI) += snd-hda-codec-hdmi.o
|
D | hda_auto_parser.c | 719 bool hdmi; in snd_hda_get_pin_label() local 738 hdmi = is_hdmi_cfg(def_conf); in snd_hda_get_pin_label() 739 name = hdmi ? "HDMI" : "SPDIF"; in snd_hda_get_pin_label() 747 if (hdmi == is_hdmi_cfg(c)) in snd_hda_get_pin_label()
|
D | patch_hdmi.c | 226 struct hdmi_audio_infoframe hdmi; member 672 struct hdmi_audio_infoframe *hdmi_ai = &ai.hdmi; in hdmi_pin_setup_infoframe()
|
/sound/soc/samsung/ |
D | tm2_wm5110.c | 443 SND_SOC_DAILINK_DEFS(hdmi, 477 SND_SOC_DAILINK_REG(hdmi),
|