1. 13 8月, 2008 1 次提交
  2. 06 8月, 2008 9 次提交
  3. 01 8月, 2008 4 次提交
  4. 30 7月, 2008 8 次提交
  5. 29 7月, 2008 1 次提交
  6. 14 7月, 2008 2 次提交
  7. 10 7月, 2008 4 次提交
  8. 27 6月, 2008 1 次提交
  9. 26 6月, 2008 2 次提交
    • J
      ALSA: ASoC: Add support for generic DAPM register modifier widget · e2be2ccf
      Jarkko Nikula 提交于
      This generic register modifier widget is for updating multiple codec
      register bits at once when the widget changes its power state.
      Signed-off-by: NJarkko Nikula <jarkko.nikula@nokia.com>
      Signed-off-by: NLiam Girdwood <lg@opensource.wolfsonmicro.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      e2be2ccf
    • J
      [ALSA] Revert "alsa: add annotations to bitwise type snd_pcm_hw_param_t" · eabe3228
      Jaroslav Kysela 提交于
      This reverts commit 36b34d2437104f323e09d7c6af6451d3c0b9c0cd.
      
      From: Al Viro <viro@ZenIV.linux.org.uk>
      
      WIW, *all* this stuff is not bitwise at all.  For crying out loud, half
      of these types are routinely used as array indices and loop variables...
      
      If anything, we want a different set of allowed operations - subtraction
      between elements of type (yielding integer), addition/subtraction of
      integer types not bigger than ours (yielding our type), comparisons,
      assignments (=, +=, -=, passing to function as argument, return from
      function, initializers) and second/third arguments in ?:.  With 0 *not*
      being allowed as a constant of such type.
      
      It's not bitwise; we may use the same infrastructure in sparse, but it
      should be a separate class of types (__attribute__((affine))).
      
      dma_addr_t is another candidate for the same treatment, but there we'll
      need helpers for conversions to hw-acceptable form (dma_to_le32(), etc.)
      and gradual conversion of drivers.
      
      ALSA ones and pm mess are absolutely straightforward cases, though.
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      eabe3228
  10. 19 6月, 2008 1 次提交
  11. 16 6月, 2008 2 次提交
  12. 13 6月, 2008 4 次提交
  13. 03 6月, 2008 1 次提交