Searched defs:cs42l43_codec (Results 1 – 1 of 1) sorted by relevance
40 struct cs42l43_codec { struct41 struct device *dev;42 struct cs42l43 *core;43 struct snd_soc_component *component;45 struct clk *mclk;47 int n_slots;48 int slot_width;49 int tx_slots[CS42L43_ASP_MAX_CHANNELS];50 int rx_slots[CS42L43_ASP_MAX_CHANNELS];51 struct snd_pcm_hw_constraint_list constraint;[all …]