commit | cc30fb871b6e0873d3c778144d1bc37e330c5694 | [log] [tgz] |
---|---|---|
author | Pawel Sagan <psagan@internships.antmicro.com> | Thu Mar 12 17:54:08 2020 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Aug 26 08:17:42 2020 -0400 |
tree | e07c531756bf8fa1191b41733f68c57c1f3782da | |
parent | fd2370be88ebfadd781d97d047b78e0be97c14c0 [diff] |
drivers: i2s: Add LiteX I2S controller driver This introduces LiteX I2S driver supporting the following features: - 8,16,24,32 bit sample width, - mono/stereo sound, - different sample frequencies - big/little-endian data format, - concatenated channels mode (for selected sample widths only), - slave/master mode operation. Signed-off-by: Pawel Sagan <psagan@internships.antmicro.com> Signed-off-by: Mateusz Holenko <mholenko@antmicro.com>