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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/soc/bcm947xx/
H A Dbcm947xx.c96 int mclk_input = BCM947XX_MCLK_FREQ; local
127 mclk_input = simple_strtol(tmp, NULL, 10);
128 mclk_input *= 1000; /* NVRAM param is in kHz, we want MHz */
132 ret = codec_dai->dai_ops.set_pll(codec_dai, 0, mclk_input, freq);

Completed in 38 milliseconds