1. 04 9月, 2008 32 次提交
  2. 30 8月, 2008 4 次提交
  3. 29 8月, 2008 4 次提交
    • C
      ALSA: oxygen: fix distorted output on AK4396-based cards · df91bc23
      Clemens Ladisch 提交于
      When changing the sample rate, the CMI8788's master clock output becomes
      unstable for a short time.  The AK4396 needs the master clock to do SPI
      writes, so writing to an AK4396 control register directly after a sample
      rate change will garble the value.  In our case, this leads to the DACs
      being misconfigured to I2S sample format, which results in a wrong
      output level and horrible distortions on samples louder than -6 dB.
      
      To fix this, we need to wait until the new master clock signal has
      become stable before doing SPI writes.
      Signed-off-by: NClemens Ladisch <clemens@ladisch.de>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      df91bc23
    • L
      Linux 2.6.27-rc5 · 24342c34
      Linus Torvalds 提交于
      24342c34
    • L
      Merge master.kernel.org:/home/rmk/linux-2.6-arm · 41c3e45f
      Linus Torvalds 提交于
      * master.kernel.org:/home/rmk/linux-2.6-arm:
        [ARM] 5226/1: remove unmatched comment end.
        [ARM] Skip memory holes in FLATMEM when reading /proc/pagetypeinfo
        [ARM] use bcd2bin/bin2bcd
        [ARM] use the new byteorder headers
        [ARM] OMAP: Fix 2430 SMC91x ethernet IRQ
        [ARM] OMAP: Add and update OMAP default configuration files
        [ARM] OMAP: Change mailing list for OMAP in MAINTAINERS
        [ARM] S3C2443: Fix the S3C2443 clock register definitions
        [ARM] JIVE: Fix the spi bus numbering
        [ARM] S3C24XX: pwm.c: stop debugging output
        [ARM] S3C24XX: Fix sparse warnings in pwm.c
        [ARM] S3C24XX: Fix spare errors in pwm-clock driver
        [ARM] S3C24XX: Fix sparse warnings in arch/arm/plat-s3c24xx/gpiolib.c
        [ARM] S3C24XX: Fix nor-simtec driver sparse errors
        [ARM] 5225/1: zaurus: Register I2C controller for audio codecs
        [ARM] orion5x: update defconfig to v2.6.27-rc4
        [ARM] Orion: register UART1 on QNAP TS-209 and TS-409
        [ARM] Orion: activate lm75 driver on DNS-323
        [ARM] Orion: fix MAC detection on QNAP TS-209 and TS-409
        [ARM] Orion: Fix boot crash on Kurobox Pro
      41c3e45f
    • L
      Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 · 604a2785
      Linus Torvalds 提交于
      * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6:
        Blackfin arch: Fix PM building on BF52x: No ROTWE on BF52x, add USBWE
        Blackfin arch: sram: use 'unsigned long' for irqflags
        Blackfin arch: let PCI depend on BROKEN
        Blackfin arch: move include/asm-blackfin header files to arch/blackfin
        Blackfin arch: fix bug - MPU crashes under stress
        Blackfin arch: Fix bug - when to rmmod the L1_module, it stucks and then reboot the board.
        Blackfin arch: dont actually need to muck with EMAC_SYSTAT for BF52x for demuxing
        Blackfin arch: Add MTD Partitions for MTD_DATAFLASH, increase max SPI SCLK
      604a2785