1. 17 8月, 2017 1 次提交
  2. 01 7月, 2017 1 次提交
  3. 15 5月, 2017 1 次提交
  4. 20 5月, 2015 1 次提交
  5. 07 1月, 2015 1 次提交
  6. 27 12月, 2014 1 次提交
  7. 06 12月, 2014 2 次提交
    • A
      ALSA: sound/atmel/ac97c.c: Add missing clock prepare · 1132015b
      Alexander Stein 提交于
      Clocks must be prepared before enabling them. Do this in one step.
      Replace clk_enable with clk_prepare_enable and clk_disable with
      clk_disable_unprepare. This fixes the following warning:
      ------------[ cut here ]------------
      WARNING: CPU: 0 PID: 1 at drivers/clk/clk.c:895 __clk_enable+0x24/0x9c()
      Modules linked in:
      CPU: 0 PID: 1 Comm: swapper Tainted: G        W      3.18.0-rc7+ #245
      [<c000dce8>] (unwind_backtrace) from [<c000bcf0>] (show_stack+0x10/0x14)
      [<c000bcf0>] (show_stack) from [<c001664c>] (warn_slowpath_common+0x60/0x80)
      [<c001664c>] (warn_slowpath_common) from [<c00166fc>] (warn_slowpath_null+0x18/0x20)
      [<c00166fc>] (warn_slowpath_null) from [<c02fd7ac>] (__clk_enable+0x24/0x9c)
      [<c02fd7ac>] (__clk_enable) from [<c02fdbb4>] (clk_enable+0x18/0x2c)
      [<c02fdbb4>] (clk_enable) from [<c0322688>] (atmel_ac97c_probe+0x154/0x694)
      [<c0322688>] (atmel_ac97c_probe) from [<c0235e08>] (platform_drv_probe+0x48/0x94)
      [<c0235e08>] (platform_drv_probe) from [<c02345f8>] (driver_probe_device+0x138/0x350)
      [<c02345f8>] (driver_probe_device) from [<c02348bc>] (__driver_attach+0x68/0x8c)
      [<c02348bc>] (__driver_attach) from [<c0232bd0>] (bus_for_each_dev+0x70/0x84)
      [<c0232bd0>] (bus_for_each_dev) from [<c0233cd8>] (bus_add_driver+0xfc/0x1f8)
      [<c0233cd8>] (bus_add_driver) from [<c0234f0c>] (driver_register+0x9c/0xe0)
      [<c0234f0c>] (driver_register) from [<c0008ac4>] (do_one_initcall+0x110/0x1c8)
      [<c0008ac4>] (do_one_initcall) from [<c053cd58>] (kernel_init_freeable+0xf8/0x1b8)
      [<c053cd58>] (kernel_init_freeable) from [<c03c0414>] (kernel_init+0x8/0xe4)
      [<c03c0414>] (kernel_init) from [<c00096d0>] (ret_from_fork+0x14/0x24)
      ---[ end trace cb88537fdc8fa201 ]---
      atmel_ac97c fffa0000.sound: AC'97 0 does not respond - RESET
      atmel_ac97c fffa0000.sound: AC'97 0 access is not valid [0xffffffff], removing mixer.
      ------------[ cut here ]------------
      Signed-off-by: NAlexander Stein <alexanders83@web.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      1132015b
    • A
      ALSA: sound/atmel/ac97c.c: Fix device index for pcm · ca460cc2
      Alexander Stein 提交于
      chip->pdev->id is -1 by default. This is an invalid index resulting in
      device file names like /dev/snd/pcmC0D-1p.
      Signed-off-by: NAlexander Stein <alexanders83@web.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      ca460cc2
  8. 20 10月, 2014 1 次提交
  9. 15 10月, 2014 1 次提交
  10. 11 9月, 2014 1 次提交
  11. 16 4月, 2014 1 次提交
  12. 14 2月, 2014 1 次提交
  13. 05 11月, 2013 1 次提交
  14. 03 5月, 2013 1 次提交
  15. 29 4月, 2013 1 次提交
  16. 07 12月, 2012 1 次提交
  17. 20 8月, 2012 1 次提交
  18. 09 8月, 2012 1 次提交
  19. 03 7月, 2012 1 次提交
  20. 02 7月, 2012 1 次提交
  21. 11 5月, 2012 1 次提交
  22. 22 2月, 2012 1 次提交
  23. 19 12月, 2011 1 次提交
  24. 31 10月, 2011 1 次提交
  25. 28 6月, 2011 1 次提交
  26. 10 6月, 2011 1 次提交
  27. 26 1月, 2011 1 次提交
  28. 08 6月, 2010 1 次提交
  29. 26 3月, 2010 2 次提交
  30. 06 4月, 2009 7 次提交
  31. 05 2月, 2009 1 次提交