1. 15 10月, 2011 1 次提交
  2. 10 10月, 2011 1 次提交
  3. 09 10月, 2011 2 次提交
  4. 07 10月, 2011 1 次提交
  5. 06 10月, 2011 5 次提交
  6. 05 10月, 2011 2 次提交
  7. 04 10月, 2011 3 次提交
  8. 28 9月, 2011 2 次提交
    • T
      ALSA: pcm - Export snd_pcm_lib_default_mmap() helper · 18a2b962
      Takashi Iwai 提交于
      Export the default mmap function, snd_pcm_lib_default_mmap().
      The upcoming non-snooping support in HD-audio driver will use this
      to override the mmap method.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      18a2b962
    • M
      ASoC: Allow DAI formats to be specified in the dai_link · 75d9ac46
      Mark Brown 提交于
      For almost all machines the DAI format is a constant, always set to the
      same thing. This means that not only should we normally set it on init
      rather than in hw_params() (where it has been for historical reasons) we
      should also allow users to configure this by setting a variable in the
      dai_link structure. The combination of these two will make many machine
      drivers even more data driven.
      
      Implement a new dai_fmt field in the dai_link doing just that. Since 0 is
      a valid value for many format flags and we need to be able to tell if the
      field is actually set also add one to all the values used to configure
      formats.
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      75d9ac46
  9. 24 9月, 2011 1 次提交
  10. 23 9月, 2011 1 次提交
  11. 22 9月, 2011 1 次提交
  12. 21 9月, 2011 3 次提交
  13. 20 9月, 2011 3 次提交
  14. 14 9月, 2011 1 次提交
    • C
      ALSA: mpu401: clean up interrupt specification · dba8b469
      Clemens Ladisch 提交于
      The semantics of snd_mpu401_uart_new()'s interrupt parameters are
      somewhat counterintuitive:  To prevent the function from allocating its
      own interrupt, either the irq number must be invalid, or the irq_flags
      parameter must be zero.  At the same time, the irq parameter being
      invalid specifies that the mpu401 code has to work without an interrupt
      allocated by the caller.  This implies that, if there is an interrupt
      and it is allocated by the caller, the irq parameter must be set to
      a valid-looking number which then isn't actually used.
      
      With the removal of IRQF_DISABLED, zero becomes a valid irq_flags value,
      which forces us to handle the parameters differently.
      
      This patch introduces a new flag MPU401_INFO_IRQ_HOOK for when the
      device interrupt is handled by the caller, and makes the allocation of
      the interrupt to depend only on the irq parameter.  As suggested by
      Takashi, the irq_flags parameter was dropped because, when used, it had
      the constant value IRQF_DISABLED.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      dba8b469
  15. 31 8月, 2011 2 次提交
  16. 25 8月, 2011 2 次提交
  17. 23 8月, 2011 1 次提交
  18. 16 8月, 2011 1 次提交
  19. 12 8月, 2011 1 次提交
  20. 08 8月, 2011 3 次提交
  21. 28 7月, 2011 2 次提交
  22. 26 7月, 2011 1 次提交