Searched defs:sof_card_private (Results 1 – 4 of 4) sorted by relevance
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;
62 struct sof_card_private { struct63 struct clk *mclk;64 struct snd_soc_jack sof_headset;65 struct list_head hdmi_pcm_list;66 bool common_hdmi_codec_drv;
43 struct sof_card_private { struct44 struct list_head hdmi_pcm_list;68 struct sof_card_private *ctx = snd_soc_card_get_drvdata(rtd->card); in sof_hdmi_init() argument