Home
last modified time | relevance | path

Searched refs:max9850 (Results 1 – 2 of 2) sorted by relevance

/linux-2.6.39/sound/soc/codecs/
Dmax9850.c117 struct max9850_priv *max9850 = snd_soc_codec_get_drvdata(codec); in max9850_hw_params() local
121 if (!max9850->sysclk) in max9850_hw_params()
129 do_div(lrclk_div, max9850->sysclk); in max9850_hw_params()
156 struct max9850_priv *max9850 = snd_soc_codec_get_drvdata(codec); in max9850_set_dai_sysclk() local
168 max9850->sysclk = freq; in max9850_set_dai_sysclk()
336 struct max9850_priv *max9850; in max9850_i2c_probe() local
339 max9850 = kzalloc(sizeof(struct max9850_priv), GFP_KERNEL); in max9850_i2c_probe()
340 if (max9850 == NULL) in max9850_i2c_probe()
343 i2c_set_clientdata(i2c, max9850); in max9850_i2c_probe()
348 kfree(max9850); in max9850_i2c_probe()
DMakefile22 snd-soc-max9850-objs := max9850.o
111 obj-$(CONFIG_SND_SOC_MAX9850) += snd-soc-max9850.o