1. 15 May, 2009 4 commits
  2. 14 May, 2009 8 commits
  3. 13 May, 2009 2 commits
  4. 12 May, 2009 4 commits
  5. 11 May, 2009 3 commits
  6. 09 May, 2009 1 commit
    • Mark Brown's avatar
      ASoC: Fix up CODEC DAI formats for big endian CPUs · 151ab22c
      Mark Brown authored
      ASoC uses the standard ALSA data format definitions to specify the wire
      format used between the CPU and CODEC. Since the ALSA data formats all
      include the endianess of the data but this information is not relevant
      by the time the data has been encoded onto the serial link to the CODEC
      this means that either all the CODEC drivers need to declare both big and
      little endian variants or the core needs to fix up the format constraints
      specified by CODEC drivers.
      
      For now take the latter approach - this will need to be revisited if any
      CODECs are endianness dependant.
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      151ab22c
  7. 08 May, 2009 3 commits
  8. 07 May, 2009 1 commit
  9. 05 May, 2009 10 commits
  10. 04 May, 2009 3 commits
  11. 02 May, 2009 1 commit
    • Mark Brown's avatar
      ASoC: Remove unused DAI format defines · 4072604b
      Mark Brown authored
      The defines for TDM and synchronous clocks are not used - they are
      mostly a legacy of the automatic clocking configuration.  TDM will
      require configuration of the number of timeslots and which ones to use
      so can't be fit into the DAI format and synchronous mode is handled by
      symmetric_rates (and needs to be done by constraints rather than when
      the DAI format is being configured).
      Signed-off-by: default avatarMark Brown <broonie@opensource.wolfsonmicro.com>
      4072604b