Searched refs:max98090 (Results 1 - 3 of 3) sorted by relevance

/u-boot/drivers/sound/
H A DMakefile18 obj-$(CONFIG_SOUND_MAX98090) += max98090.o maxim_codec.o
H A Dmax98090.h3 * max98090.h -- MAX98090 ALSA SoC Audio driver
647 * initialise max98090 sound codec device for the given configuration
658 int max98090_set_sysclk(struct maxim_priv *max98090, uint freq);
659 int max98090_hw_params(struct maxim_priv *max98090, uint rate,
661 int max98090_device_init(struct maxim_priv *max98090);
662 int max98090_set_fmt(struct maxim_priv *max98090, int fmt);
H A Dmax98090.c3 * max98090.c -- MAX98090 ALSA SoC Audio driver
19 #include "max98090.h"
22 * Sets hw params for max98090
24 * @priv: max98090 information pointer
77 * @priv: max98090 information
122 * @priv: max98090 information
207 * @priv: max98090 information
230 * Initialise max98090 codec device
232 * @priv: max98090 information
311 debug("%s: max98090 setu
365 U_BOOT_DRIVER(max98090) = { variable
[all...]

Completed in 36 milliseconds