1. 20 5月, 2009 3 次提交
  2. 19 5月, 2009 3 次提交
  3. 18 5月, 2009 6 次提交
  4. 15 5月, 2009 13 次提交
  5. 14 5月, 2009 4 次提交
  6. 12 5月, 2009 10 次提交
  7. 09 5月, 2009 1 次提交
    • M
      ASoC: Fix up CODEC DAI formats for big endian CPUs · 151ab22c
      Mark Brown 提交于
      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: NMark Brown <broonie@opensource.wolfsonmicro.com>
      151ab22c