Home
last modified time | relevance | path

Searched defs:sof_card_private (Results 1 – 4 of 4) sorted by relevance

/linux/sound/soc/intel/boards/
H A Dsof_board_helpers.h133 struct sof_card_private { struct
134 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 …]
H A Dsof_wm8804.c21 struct sof_card_private { struct
22 struct gpio_desc *gpio_44;
23 struct gpio_desc *gpio_48;
24 int sample_rate;
H A Dehl_rt5660.c32 struct sof_card_private { struct
33 struct list_head hdmi_pcm_list;
34 bool idisp_codec;
H A Dsof_pcm512x.c48 struct sof_card_private { struct
49 struct list_head hdmi_pcm_list;
73 struct sof_card_private *ctx = snd_soc_card_get_drvdata(rtd->card); in sof_hdmi_init() argument