[PATCH 2/2] ASoC: Add support for HifiBerry DAC

kernel at martin.sperl.org kernel at martin.sperl.org
Fri May 20 05:28:31 PDT 2016


> On 13.05.2016, at 15:21, Mark Brown <broonie at kernel.org> wrote:
> 
> On Fri, May 13, 2016 at 02:20:57PM +0200, Martin Sperl wrote:
>> Could look like this:
>> bclk-ratios = 
>>  /* for 96kHz at 16bit/channel use bclk-ratio 40 */
>>  <96000 16 40>, 
>>  /* for 48kHz at 32bit/channel use bclk-ratio 80 */
>>  <48000 16 80>,
>>  /* for any (other) sample frequency at 16 bit use bclk-ratio 32 */
>>  <0 16 32>,
>>  /* for any (other) sample frequency at 32 bit use bclk-ratio 64 */
>>  <0 32 64>;
> 
>> but there could also be other approaches as well,
>> how this could get described in the device tree.
> 
> You may well end up with something like that, yeah.

I am submitting a patch for this now...



More information about the linux-rpi-kernel mailing list