Home
last modified time | relevance | path

Searched defs:wm8994_priv (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/soc/codecs/
H A Dwm8994.h80 struct wm8994_priv { struct
81 struct wm_hubs_data hubs;
82 struct wm8994 *wm8994;
83 struct clk_bulk_data mclk[WM8994_NUM_MCLK];
84 int sysclk[2];
85 int sysclk_rate[2];
86 int mclk_rate[2];
87 int aifclk[2];
88 int aifdiv[2];
89 int channels[2];
[all …]
/openbmc/u-boot/drivers/sound/
H A Dwm8994.c36 struct wm8994_priv { struct
37 enum wm8994_type type; /* codec type of wolfson */
38 int revision; /* Revision */
39 int sysclk[WM8994_MAX_AIF]; /* System clock frequency in Hz */
40 int mclk[WM8994_MAX_AIF]; /* master clock frequency in Hz */
41 int aifclk[WM8994_MAX_AIF]; /* audio interface clock in Hz */
42 struct wm8994_fll_config fll[2]; /* fll config to configure fll */
43 struct udevice *dev;