1. 22 10月, 2007 4 次提交
    • T
      V4L/DVB (6185): cx88-alsa: Add mute controls, change control names · 54ac005a
      Trent Piepho 提交于
      Add two mute controls.  One mutes everything, the other just mutes the analog
      pass-through output.
      
      Rename the existing volume control.  The controls are now:
      Playback Volume
      Playback Switch
      Capture Switch
      
      These names might seem odd, but I believe they are more correct.  The previous
      "Capture Volume" control didn't actually effect the volume of the captured
      audio.  Instead it controls the volume of the analog pass-thought output.  It
      appears that pass-through controls like this are usually considered to be in
      the playback direction, not capture.  For example, "CAPTURE feedback Playback
      Volume" is the name used for a control that appears to have the same effect in
      the ca0106 driver.  We only have one volume control, so we can omit the
      "CAPTURE feedback" part.
      
      If someone where to add PCM playback support to the driver, then this would be
      the volume control.
      Signed-off-by: NTrent Piepho <xyzzy@speakeasy.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@infradead.org>
      54ac005a
    • T
      NFS: Fix a typo in nfs_call_unlink() · 55b70a03
      Trond Myklebust 提交于
      Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
      55b70a03
    • T
    • L
      Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 · efea90a4
      Linus Torvalds 提交于
      * 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/cooloney/blackfin-2.6:
        Blackfin arch: update boards files
        Blackfin arch: dma add some API and cleanup bf54x DMA definition
        Blackfin arch: cleanup and promote the general purpose timers api to a core blackfin component
        Blackfin arch: add a cheesy install target
        Blackfin arch: add functions for converting between sclks and usecs
        Blackfin arch: add assembly function for doing 64bit unsigned division
        Blackfin arch: -mno-fdpic works
        Blackfin arch: use "char bfin_board_name[]" rather than "char *bfin_board_name" per discussion on lkml as the former uses less storage
        Blackfin arch: Fixing Bug: balance calls to get_task_mm with corresponding mmput calls
        Blackfin serial driver Kconfig: depend on DMA not being enabled rather than a specific DMA size
        Blackfin arch: Fix bug: missing CHIPID register field definition of BF54x
        Blackfin arch: Fix up /proc/cpuinfo so it is like everyone else
        Blackfin arch: Optimization - no need to make additional math here
        Blackfin arch: force irq_flags into the .data section
        Blackfin arch BF548 defconfig: enable watchdog by default
        Blackfin arch: add new processor ADSP-BF52x arch/mach support
      efea90a4
  2. 21 10月, 2007 3 次提交
  3. 22 10月, 2007 1 次提交
  4. 21 10月, 2007 1 次提交
  5. 22 10月, 2007 1 次提交
  6. 21 10月, 2007 9 次提交
  7. 22 10月, 2007 2 次提交
  8. 21 10月, 2007 17 次提交
  9. 20 10月, 2007 2 次提交
    • K
      [PARISC] Zap unused variable warnings in pci.c · 7425ada2
      Kyle McMartin 提交于
      'bus' was basically useless and 'hba' is only applicable on
      64bit. Sigh, there's got to be a cleaner way to do this...
      Signed-off-by: NKyle McMartin <kyle@mcmartin.ca>
      7425ada2
    • L
      Revert "kconfig: tristate choices with mixed tristate and boolean values" · e8b8c977
      Linus Torvalds 提交于
      This reverts commit a5bf3d89.
      
      David Brownell notes that this causes a regression visible in the
      drivers/usb/gadget Kconfig file:
      
        "That Kconfig hasn't changed (other than adding new drivers), and it's
         worked that way for several years now ...  so the issue seems to be
         changes in menuconfig/kconfig/etc semantics.
      
         The issue is that when USB_GADGET=m, it's no longer possible to
         configure peripheral controller drivers as modules ...  the
         controller drivers can now only be configured for static linkage.
      
         It should be making a choice of one of the controller drivers which
         could work on the target system, and allow that driver to be linked
         either as a module (ok iff USB_GADGET=m) or statically."
      
      Reverting this commit resolves the problem, and also fixes a second
      problem that David noticed: various dependent options couldn't be enabled.
      Tested-and-reported-by: NDavid Brownell <david-b@pacbell.net>
      Cc: Randy Dunlap <rdunlap@xenotime.net>
      Cc: Jan Beulich <jbeulich@novell.com>,
      Cc: Andrew Morton <akpm@linux-foundation.org>,
      Cc: Sam Ravnborg <sam@ravnborg.org>,
      Cc: Roman Zippel <zippel@linux-m68k.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      e8b8c977