Searched defs:sof_card_private (Results 1 – 4 of 4) sorted by relevance
133 struct sof_card_private { struct134 struct snd_soc_jack headset_jack;135 struct sof_hdmi_private hdmi;137 enum snd_soc_acpi_intel_codec codec_type;138 enum snd_soc_acpi_intel_codec amp_type;140 int dmic_be_num;141 int hdmi_num;143 int ssp_codec;144 int ssp_amp;145 int ssp_bt;[all …]
21 struct sof_card_private { struct22 struct gpio_desc *gpio_44;23 struct gpio_desc *gpio_48;24 int sample_rate;
32 struct sof_card_private { struct33 struct list_head hdmi_pcm_list;34 bool idisp_codec;
48 struct sof_card_private { struct49 struct list_head hdmi_pcm_list;73 struct sof_card_private *ctx = snd_soc_card_get_drvdata(rtd->card); in sof_hdmi_init() argument