1. 12 Nov, 2009 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Don't access invalid substream in proc file · f8b71635
      Takashi Iwai authored
      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: default avatarTakashi Iwai <tiwai@suse.de>
      f8b71635
  2. 11 Nov, 2009 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Add power on/off counter · a2f6309e
      Takashi Iwai authored
      Added the power on/off counter and expose via sysfs files.
      The sysfs files, power_on_acct and power_off_acct, are created under
      each codec hwdep sysfs directory (e.g. /sys/class/sound/hwC0D0).
      The files show the msec length of the codec power-on and power-off,
      respectively.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      a2f6309e
  3. 10 Nov, 2009 3 commits
  4. 06 Nov, 2009 2 commits
  5. 05 Nov, 2009 2 commits
  6. 04 Nov, 2009 2 commits
  7. 02 Nov, 2009 2 commits
  8. 30 Oct, 2009 15 commits
  9. 14 Oct, 2009 2 commits
  10. 13 Oct, 2009 4 commits
  11. 12 Oct, 2009 1 commit
    • Stephen Rothwell's avatar
      sound: use semicolons to end statements · 0f48327e
      Stephen Rothwell authored
      Fixes:
      
      sound/pci/hda/patch_via.c: In function 'patch_vt1718S':
      sound/pci/hda/patch_via.c:4951: error: expected expression before 'return'
      sound/pci/hda/patch_via.c: In function 'patch_vt1716S':
      sound/pci/hda/patch_via.c:5441: error: expected expression before 'return'
      sound/pci/hda/patch_via.c: In function 'patch_vt2002P':
      sound/pci/hda/patch_via.c:5794: error: expected expression before 'return'
      sound/pci/hda/patch_via.c: In function 'patch_vt1812':
      sound/pci/hda/patch_via.c:6148: error: expected expression before 'return'
      Signed-off-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      0f48327e
  12. 11 Oct, 2009 5 commits