Searched defs:cs42l43_codec (Results 1 – 1 of 1) sorted by relevance
36 struct cs42l43_codec { struct37 struct device *dev;38 struct cs42l43 *core;39 struct snd_soc_component *component;41 struct clk *mclk;43 int n_slots;44 int slot_width;45 int tx_slots[CS42L43_ASP_MAX_CHANNELS];46 int rx_slots[CS42L43_ASP_MAX_CHANNELS];47 struct snd_pcm_hw_constraint_list constraint;[all …]