An error occurred fetching the project authors.
  1. 27 Nov, 2008 1 commit
    • Takashi Iwai's avatar
      ALSA: hda - Fix PCM reconfigure · 529bd6c4
      Takashi Iwai authored
      The reconfiguration of PCM affected all PCM streams on the bus, but
      this this should be done rather only for the target codec.
      
      This patch does the following:
      - introduce bitmap indicating the PCM device usages on a hda_bus
      - refactor the PCM build functions
      - fix __devinit prefix in some fucntions
      - add a proper ifdef around HDA-reconfig-specific functions
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      529bd6c4
  2. 21 Nov, 2008 1 commit
  3. 13 Oct, 2008 3 commits
  4. 27 May, 2008 1 commit
  5. 31 Jan, 2008 1 commit
    • Takashi Iwai's avatar
      [ALSA] Remove sound/driver.h · 9004acc7
      Takashi Iwai authored
      This header file exists only for some hacks to adapt alsa-driver
      tree.  It's useless for building in the kernel.  Let's move a few
      lines in it to sound/core.h and remove it.
      With this patch, sound/driver.h isn't removed but has just a single
      compile warning to include it.  This should be really killed in
      future.
      Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
      Signed-off-by: default avatarJaroslav Kysela <perex@perex.cz>
      9004acc7
  6. 16 Oct, 2007 2 commits