1. 23 9月, 2006 1 次提交
    • T
      [ALSA] hdsp - Fix auto-updating of firmware · 311e70a4
      Takashi Iwai 提交于
      Fixed the auto-updating of firmware if the breakout box was switched
      off/on.  The firmware binary itself was already cached but it wasn't
      loaded properly.  Also, request_firmware() is issued if the box was
      with firmware at module loading time but later it's erased.
      The auto-update is triggered at each PCM action (open, prepare, etc)
      and at opening proc files.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      311e70a4
  2. 13 7月, 2006 1 次提交
  3. 03 7月, 2006 1 次提交
  4. 23 6月, 2006 3 次提交
  5. 28 4月, 2006 1 次提交
  6. 03 1月, 2006 1 次提交
  7. 11 11月, 2005 1 次提交
  8. 04 11月, 2005 1 次提交
  9. 12 9月, 2005 3 次提交
    • C
      [ALSA] set owner field in struct pci_driver · 3bcd4649
      Clemens Ladisch 提交于
      AD1889 driver,ALS4000 driver,ATIIXP driver,ATIIXP-modem driver
      AZT3328 driver,BT87x driver,CMIPCI driver,CS4281 driver
      ENS1370/1+ driver,ES1938 driver,ES1968 driver,FM801 driver
      Intel8x0 driver,Intel8x0-modem driver,Maestro3 driver,RME32 driver
      RME96 driver,SonicVibes driver,VIA82xx driver,VIA82xx-modem driver
      ALI5451 driver,au88x0 driver,CS46xx driver,EMU10K1/EMU10K2 driver
      HDA Intel driver,ICE1712 driver,ICE1724 driver,KORG1212 driver
      MIXART driver,NM256 driver,RME HDSP driver,RME9652 driver
      Trident driver,Digigram VX222 driver,YMFPCI driver
      Set the module owner field in each driver's struct pci_driver to get
      the driver symlink in the sysfs device directory.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      3bcd4649
    • T
      [ALSA] Remove superfluous PCI ID definitions · 8cdfd251
      Takashi Iwai 提交于
      CS46xx driver,EMU10K1/EMU10K2 driver,PCM Midlevel,Trident driver
      YMFPCI driver,BT87x driver,CMIPCI driver,CS4281 driver
      ENS1370/1+ driver,ES1938 driver,ES1968 driver,Intel8x0 driver
      Intel8x0-modem driver,Maestro3 driver,RME32 driver,RME96 driver
      SonicVibes driver,VIA82xx driver,ALI5451 driver,ICE1712 driver
      ICE1724 driver,NM256 driver,RME HDSP driver,RME9652 driver
      Remove superfluous PCI ID definitions.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      8cdfd251
    • C
      [ALSA] hdsp: always initialize card name · b73c1c12
      Clemens Ladisch 提交于
      RME HDSP driver
      When using the kernel firmware loader, initialize the card shortname
      before registering the card with ALSA to prevent it from using a
      default card ID.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      b73c1c12
  10. 30 8月, 2005 2 次提交
    • C
      [ALSA] use PCM interface for IEC958 controls · 5549d549
      Clemens Ladisch 提交于
      Digigram VX core,ENS1370/1+ driver,CA0106 driver,EMU10K1/EMU10K2 driver
      RME HDSP driver,RME9652 driver
      For consistency, use the PCM interface instead of MIXER for IEC958
      default/mask/stream mixer controls.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      5549d549
    • C
      [ALSA] sound - fix .iface field of mixer control elements · 67ed4161
      Clemens Ladisch 提交于
      Documentation,CS46xx driver,EMU10K1/EMU10K2 driver,AD1848 driver
      SB16/AWE driver,CMIPCI driver,ENS1370/1+ driver,RME32 driver
      RME96 driver,ICE1712 driver,ICE1724 driver,KORG1212 driver
      RME HDSP driver,RME9652 driver
      This patch changes .iface to SNDRV_CTL_ELEM_IFACE_MIXER whre _PCM or
      _HWDEP was used in controls that are not associated with a specific PCM
      (sub)stream or hwdep device, and changes some controls that got
      inconsitent .iface values due to copy+paste errors.  Furthermore, it
      makes sure that all control that do use _PCM or _HWDEP use the correct
      number in the .device field.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      67ed4161
  11. 28 7月, 2005 2 次提交
    • N
      [ALSA] sound/pci: fix-up sleeping paths · ef21ca24
      Nishanth Aravamudan 提交于
      ENS1370/1+ driver,ES1968 driver,Intel8x0 driver,VIA82xx driver
      VIA82xx-modem driver,AC97 Codec,ALI5451 driver,CS46xx driver
      MIXART driver,RME HDSP driver,Trident driver,YMFPCI driver
      Description: Fix-up sleeping in sound/pci. These changes fall under the
      following two categories:
      
              1) Replace schedule_timeout() with msleep() to guarantee the
              task delays as expected. This also involved replacing/removing
              custom sleep functions.
              2) Do not assume jiffies will only increment by one if you
              request a 1 jiffy sleep, i.e. use time_after/time_before in
              while loops.
      Signed-off-by: NNishanth Aravamudan <nacc@us.ibm.com>
      Signed-off-by: NJaroslav Kysela <perex@suse.cz>
      ef21ca24
    • T
      [ALSA] hdsp - Add 'Sample Clock Source Locking' control · e3ea4d89
      Takashi Iwai 提交于
      RME HDSP driver
      Added 'Sample Clock Source Locking' control.  If this switch is on,
      the clock source can't be changed via PCM hw_params API (as sample rate).
      This will fix the problem of OSS-emulation, for example.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      e3ea4d89
  12. 22 6月, 2005 1 次提交
  13. 29 5月, 2005 2 次提交
  14. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4