On Fri 25 Sep 2009 02:06, [email protected] pondered: > --- trunk/sound/soc/codecs/adau1371.c 2009-09-25 03:46:17 UTC (rev 7458) > +++ trunk/sound/soc/codecs/adau1371.c 2009-09-25 06:06:52 UTC (rev 7459) [snip]
> + /* Enable Dynamic range control */ > + adau1371_write(codec, ADAU1371_DRCCTL1, 0x07); > + adau1371_write(codec, ADAU1371_DRCCTL2, 0x77); > + adau1371_write(codec, ADAU1371_DRCSC1, 0x33); > + adau1371_write(codec, ADAU1371_DRCSC2, 0x88); > + adau1371_write(codec, ADAU1371_DRCSC3, 0x5d); > + adau1371_write(codec, ADAU1371_DRCGS1, 0x77); > + adau1371_write(codec, ADAU1371_DRCGS2, 0x77); > + adau1371_write(codec, ADAU1371_DRCGS3, 0x13); Again - where do these numbers come from? Are they specific to the codec, and belong in the codec file, or the platform, and belong in the platform file? I would think that this would be a platform thing - since most people would want to tweak things depending on their specific system.... -Robin _______________________________________________ Linux-kernel-commits mailing list [email protected] https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits
