1. 28 11月, 2013 1 次提交
  2. 26 11月, 2013 2 次提交
  3. 22 11月, 2013 2 次提交
  4. 21 11月, 2013 3 次提交
  5. 20 11月, 2013 1 次提交
  6. 19 11月, 2013 1 次提交
  7. 18 11月, 2013 1 次提交
  8. 12 11月, 2013 1 次提交
  9. 08 11月, 2013 2 次提交
  10. 07 11月, 2013 2 次提交
  11. 06 11月, 2013 2 次提交
  12. 05 11月, 2013 2 次提交
  13. 31 10月, 2013 1 次提交
  14. 30 10月, 2013 2 次提交
  15. 29 10月, 2013 1 次提交
  16. 24 10月, 2013 3 次提交
  17. 11 10月, 2013 3 次提交
  18. 09 10月, 2013 1 次提交
  19. 07 10月, 2013 1 次提交
  20. 27 9月, 2013 2 次提交
  21. 06 9月, 2013 1 次提交
    • T
      ALSA: hda - Add dock speaker support for ASUS TX300 · 7bba2157
      Takashi Iwai 提交于
      ASUS TX300 has a built-in speaker in the tablet part and in the dock
      part, and the tablet speaker is supposed to be unused while the
      machine is docked.  The current HD-audio driver, however, doesn't
      support the dock speaker, partly because BIOS doesn't set up the pin
      for the corresponding output.
      
      But, not only the missing pin config, also the missing unsol event
      handling is another issue.  Otherwise the automatic switching via
      dock/undock won't work.
      
      Through debugging sessions, we found out that the dock speaker pin is
      NID 0x1b, and it generates an unsol event at docking/undocking, the
      docking state can be inquired via the normal pin detection verb.
      Also, it's turned out that GPIO 2 is needed as an amp.  So, all
      materials are ready to cook.
      
      This patch provides the basic dock speaker support with TX300:
      - The dock speaker is turned on/off via "Dock Speaker" mixer mute.
      - The dock speaker is automatically muted when docked.  This is
        independently from the mixer mute switch, just like the headphone
        auto-mute function.
      
      The implementation is a bit tricky.  Since we want to handle it as a
      secondary speaker, we set it up a pin as a speaker with a jack
      detection.  Then, the fixup function registers the own unsol callback
      for this pin because the standard automute can't handle the thing like
      a "speaker jack".  In the own automute hook, we apply the mute of the
      tablet speaker in addition by checking the dock state.
      
      Also, the speaker control names are slightly shuffled because the
      generic parser doesn't give good names but blindly assumes a bass
      speaker as a secondary speaker.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=59791Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      7bba2157
  22. 22 8月, 2013 2 次提交
  23. 20 8月, 2013 1 次提交
  24. 19 8月, 2013 1 次提交
  25. 16 8月, 2013 1 次提交