koalo / linux

Development of a I2S sound driver for the Raspberry Pi
Other
37 stars 20 forks source link

Make BCLK configurable #19

Closed ghost closed 10 years ago

ghost commented 11 years ago

The driver should have a function that allows to configure the BCLK as master or slave with out having to modify the code.

maximus21 commented 11 years ago

.dai_fmt in dai link description defines who is master who is slave for both BCLK and FS (LRCLK). I believe the driver processes that correctly although, perhaps, in a wrong place.

koalo commented 11 years ago

The selection of master and slave is implemented as usual, but the BCLK frequency configuration is not properly implemented.