1. 06 6月, 2012 2 次提交
  2. 07 4月, 2012 1 次提交
  3. 10 1月, 2012 1 次提交
  4. 06 10月, 2011 1 次提交
  5. 12 7月, 2011 1 次提交
  6. 18 1月, 2011 1 次提交
  7. 19 7月, 2010 1 次提交
  8. 15 12月, 2009 2 次提交
  9. 11 12月, 2009 2 次提交
  10. 18 11月, 2009 1 次提交
  11. 16 11月, 2009 1 次提交
  12. 12 11月, 2009 1 次提交
    • T
      ALSA: hda - Don't access invalid substream in proc file · f8b71635
      Takashi Iwai 提交于
      The commit e3303235
      "ALSA: hda - proc - show which I/O NID is associated to PCM device"
      introduces the access to substream pointer.  But, PCMs may have no
      substreams in one or both directions, and this results in NULL
      dereference.  Also, print the first substream number doesn't make
      sense.
      
      This patch removes the access to the substream pointer, and reformat
      to fit to the standard coding style.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      f8b71635
  13. 10 11月, 2009 1 次提交
  14. 24 8月, 2009 1 次提交
  15. 27 7月, 2009 1 次提交
  16. 16 5月, 2009 1 次提交
  17. 23 3月, 2009 1 次提交
  18. 20 3月, 2009 1 次提交
  19. 13 3月, 2009 1 次提交
  20. 02 2月, 2009 1 次提交
  21. 28 11月, 2008 2 次提交
  22. 25 11月, 2008 2 次提交
  23. 22 11月, 2008 1 次提交
  24. 21 11月, 2008 1 次提交
  25. 19 11月, 2008 2 次提交
  26. 18 11月, 2008 1 次提交
  27. 04 11月, 2008 1 次提交
  28. 27 10月, 2008 1 次提交
  29. 13 10月, 2008 1 次提交
  30. 23 9月, 2008 1 次提交
  31. 25 8月, 2008 1 次提交
  32. 20 6月, 2008 1 次提交
  33. 23 2月, 2008 1 次提交
  34. 01 2月, 2008 1 次提交
    • A
      [ALSA] hda_proc - Add a number of new settings to proc codec output · 797760ab
      Andrew Paprocki 提交于
      This patch adds additional output to the /proc codec#X info.
      The following pieces of information are added to the output:
      -  Balanced, L/R swap, trigger, impedance sense pin capabilities
      -  Vref pin capabilities
      -  Current Vref pin widget control setting
      -  Default configuration association, sequence, and misc bit test
      -  EAPD/BTL bits conveying balanced mode, EAPD, and L/R swap
      -  Power state modified to show state name as well as setting vs actual value
      -  GPIO parameter output on Audio Function Group, including enumeration of IO
         pins which are indicated present (Any I and O pins are not output at this
         time)
      -  Stripe and L/R swap widget capabilities
      -  All digital converter bits: enable, validity, validity config, preemphasis,
         copyright, non-audio, professional, generation level, and content category
      -  Converter stream and channel values for in/out widgets
      -  SDI select value for in widgets
      -  Unsolicited response widget capability tag and enabled bit
      -  Delay widget capability value
      -  Processing widget capability benign bit and number of coefficients
      -  Realtek Define Registers: processing coefficient, coefficient index
      [Also, fixed space/tab issues and make codes a bit more readable
        -- Takashi]
      Signed-off-by: NAndrew Paprocki <andrew@ishiboo.com>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@perex.cz>
      797760ab