1. 10 4月, 2012 1 次提交
  2. 07 4月, 2012 6 次提交
  3. 30 3月, 2012 1 次提交
  4. 29 3月, 2012 2 次提交
  5. 22 3月, 2012 1 次提交
  6. 19 3月, 2012 1 次提交
    • H
      [media] tea575x-tuner: update to latest V4L2 framework requirements · d4ecc83b
      Hans Verkuil 提交于
      The tea575x-tuner module has been updated to use the latest V4L2 framework
      functionality. This also required changes in the drivers that rely on it.
      
      The tea575x changes are:
      
      - The drivers must provide a v4l2_device struct to the tea module.
      - The radio_nr module parameter must be part of the actual radio driver,
        and not of the tea module.
      - Changed the frequency range to the normal 76-108 MHz range instead of
        50-150.
      - Add hardware frequency seek support.
      - Fix broken rxsubchans/audmode handling.
      - The application can now select between stereo and mono.
      - Support polling for control events.
      - Add V4L2 priority handling.
      
      And radio-sf16fmr2.c now uses the isa bus kernel framework.
      Signed-off-by: NHans Verkuil <hans.verkuil@cisco.com>
      Thanks-to: Ondrej Zary <linux@rainbow-software.org>
      Signed-off-by: NMauro Carvalho Chehab <mchehab@redhat.com>
      d4ecc83b
  7. 16 3月, 2012 2 次提交
  8. 14 3月, 2012 2 次提交
  9. 13 3月, 2012 3 次提交
  10. 12 3月, 2012 4 次提交
  11. 10 3月, 2012 1 次提交
    • T
      ALSA: hda - Initialize vmaster slave volumes · 18478e8b
      Takashi Iwai 提交于
      When the driver is changed to use vmaster or a new slave element is
      added by the improvement of the parser code, user may face often the
      silent output because of the muted slave mixer although Master volume
      is properly set.  And they complain.  And I get upset.
      
      Although such a mixer element should be initialized via "alsactl init",
      it'd be more user-friendly if the known output slaves are unmuted and
      set to 0dB so that user can control the volume only with Master as
      default.  Since Master is still set muted as default even with this
      change, no risk of the speaker blow up, too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      18478e8b
  12. 08 3月, 2012 1 次提交
  13. 07 3月, 2012 3 次提交
    • T
      ALSA: hda - Set codec to D3 forcibly even if not used · 785f857d
      Takashi Iwai 提交于
      We've seen a problem with a pop-noise at suspend/resume on a HP
      machine with ALC269, and it turned out to be an issue that the
      controller going to D3 while the codec is unused.
      
      When the device is once suspended and resumed and kept unused, the
      driver doesn't initialize the codecs.  Instead, the codec chips are
      set up dynamically at the first usage.  Now, suppose the device going
      to suspend again before the codec is set up.  The controller is turned
      off to D3 while the codec chips are untouched.  This caused a pop
      noise because the codec chip might have been turned on implicitly by
      the hardware.
      
      As a workaround, the codec chip needs to be set to D3 when going to
      suspend no matter whether it was used or not.  Also, for making it
      happening, the controller has to be always set up in the resume path.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      785f857d
    • T
      ALSA: hda/realtek - Reuse init_hook for ALC269VB coef setup · 546bb678
      Takashi Iwai 提交于
      Move the currently unused spec->init_hook at the beginning of the init
      sequence so that the recently added ALC269VB coef setup can be put
      there.  The alc_init() is again clean without an ugly check.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      546bb678
    • K
      ALSA: hda/realtek - Apply the coef-setup only to ALC269VB · 526af6eb
      Kailang Yang 提交于
      The coef setup in alc269_fill_coef() was designed only for ALC269VB
      model, and this has some bad effects for other ALC269 variants, such
      as turning off the external mic input.  Apply it only to ALC269VB.
      Signed-off-by: NKailang Yang <kailang@realtek.com>
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      526af6eb
  14. 06 3月, 2012 2 次提交
  15. 05 3月, 2012 2 次提交
  16. 02 3月, 2012 1 次提交
  17. 01 3月, 2012 2 次提交
    • T
      ALSA: hda/conexant - Clear unsol events on unused pins · 07cafff2
      Takashi Iwai 提交于
      It seems that Lenovo machines (or codec chip itself?) leave the unsol
      event tags and the enablement-flag from other pins bogusly even on the
      unused pins.  Although this shouldn't be too critical, it's better to
      clear them up sanely.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      07cafff2
    • T
      ALSA: hda - Add a fake mute feature · 3868137e
      Takashi Iwai 提交于
      Some codecs don't supply the mute amp-capabilities although the lowest
      volume gives the mute.  It'd be handy if the parser provides the mute
      mixers in such a case.
      
      This patch adds an extension amp-cap bit (which is used only in the
      driver) to represent the min volume = mute state.  Also modified the
      amp cache code to support the fake mute feature when this bit is set
      but the real mute bit is unset.
      
      In addition, conexant cx5051 parser uses this new feature to implement
      the missing mute controls.
      
      Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=42825
      
      Cc: <stable@kernel.org>
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      3868137e
  18. 29 2月, 2012 2 次提交
  19. 28 2月, 2012 2 次提交
  20. 26 2月, 2012 1 次提交