1. 02 10月, 2009 5 次提交
  2. 01 10月, 2009 2 次提交
  3. 30 9月, 2009 1 次提交
  4. 21 9月, 2009 3 次提交
  5. 18 9月, 2009 3 次提交
    • T
      Merge branch 'fix/hda' into for-linus · 87bfa1db
      Takashi Iwai 提交于
      * fix/hda:
        ALSA: hda - Fix MSI GX620 mixer
        ALSA: hda - Fix Dell S14 pin setup
        ALSA: hda - Fix IDT92HD83* codec setup
        ALSA: hda - Add support for HP dv6
        ALSA: hda - Fix HP/line-out initialization with IDT/STAC codecs
        ALSA: hda - Set default GPIO for IDT92HD71bxx
        ALSA: hda - Set default GPIO for STAC/IDT codecs
        ALSA: hda - Add missing model=auto entry for ALC269
      87bfa1db
    • T
      Merge branch 'fix/asoc' into for-linus · 673bca19
      Takashi Iwai 提交于
      * fix/asoc:
        ASoC: remove unused #include <linux/version.h>
        ASoC: S3C lrsync function made to work with IRQs disabled.
        ASoC: Fix display of stream name in DAPM debugfs
        ASoC: Clean up error handling in MPC5200 DMA setup
      673bca19
    • T
      ALSA: hda - Fix MSI GX620 mixer · b99dba34
      Takashi Iwai 提交于
      The headphone and speaker mixer elements aren't properly set for
      MSI GX620 with targa-8ch-dig quirk.
      Also fixed the speaker volume control for other ALC883-targa quirks,
      too.
      Signed-off-by: NTakashi Iwai <tiwai@suse.de>
      b99dba34
  6. 17 9月, 2009 1 次提交
  7. 15 9月, 2009 3 次提交
  8. 14 9月, 2009 5 次提交
  9. 12 9月, 2009 1 次提交
    • J
      ASoC: Clean up error handling in MPC5200 DMA setup · 33d7f778
      Julia Lawall 提交于
      Error handling code following a kzalloc should free the allocated data.
      Error handling code following an ioremap should iounmap the allocated data.
      
      The semantic match that finds the first problem is as follows:
      (http://www.emn.fr/x-info/coccinelle/)
      
      // <smpl>
      @r exists@
      local idexpression x;
      statement S;
      expression E;
      identifier f,f1,l;
      position p1,p2;
      expression *ptr != NULL;
      @@
      
      x@p1 = \(kmalloc\|kzalloc\|kcalloc\)(...);
      ...
      if (x == NULL) S
      <... when != x
           when != if (...) { <+...x...+> }
      (
      x->f1 = E
      |
       (x->f1 == NULL || ...)
      |
       f(...,x->f1,...)
      )
      ...>
      (
       return \(0\|<+...x...+>\|ptr\);
      |
       return@p2 ...;
      )
      
      @script:python@
      p1 << r.p1;
      p2 << r.p2;
      @@
      
      print "* file: %s kmalloc %s return %s" % (p1[0].file,p1[0].line,p2[0].line)
      // </smpl>
      Signed-off-by: NJulia Lawall <julia@diku.dk>
      Signed-off-by: NMark Brown <broonie@opensource.wolfsonmicro.com>
      33d7f778
  10. 11 9月, 2009 1 次提交
  11. 10 9月, 2009 15 次提交
    • T
      Merge branch 'topic/ymfpci' into for-linus · 1110afbe
      Takashi Iwai 提交于
      * topic/ymfpci:
        sound: ymfpci: increase timer resolution to 96 kHz
      1110afbe
    • T
      Merge branch 'topic/usb-audio' into for-linus · fd30afa4
      Takashi Iwai 提交于
      * topic/usb-audio:
        ALSA: usb-audio - Fix types taken in min()
        sound: usb-audio: do not make URBs longer than sync packet interval
        sound: usb-audio: add MIDI drain callback
        sound: usb-audio: use multiple output URBs
        sound: usb-audio: use multiple input URBs
        sound: usb-audio: Xonar U1 digital output support
      fd30afa4
    • T
      Merge branch 'topic/tlv-minmax' into for-linus · b34c8663
      Takashi Iwai 提交于
      * topic/tlv-minmax:
        ALSA: usb-audio - Correct bogus volume dB information
        ALSA: usb-audio - Use the new TLV_DB_MINMAX type
        ALSA: Add new TLV types for dBwith min/max
      b34c8663
    • T
      Merge branch 'topic/soundcore-preclaim' into for-linus · 3827119e
      Takashi Iwai 提交于
      * topic/soundcore-preclaim:
        sound: make OSS device number claiming optional and schedule its removal
        sound: request char-major-* module aliases for missing OSS devices
        chrdev: implement __[un]register_chrdev()
      3827119e
    • T
      Merge branch 'topic/snd-printk' into for-linus · 9d416811
      Takashi Iwai 提交于
      * topic/snd-printk:
        ALSA: Fixed a typo of printk()
        ALSA: Add debug module option
        ALSA: core - strip too long file names in snd_print*()
      9d416811
    • T
      Merge branch 'topic/pcm-estrpipe-in-pm' into for-linus · df9200dd
      Takashi Iwai 提交于
      * topic/pcm-estrpipe-in-pm:
        ALSA: pcm - Tell user that stream to be rewound is suspended
      df9200dd
    • T
      Merge branch 'topic/pcm-drain-nonblock' into for-linus · 2c0d19a7
      Takashi Iwai 提交于
      * topic/pcm-drain-nonblock:
        ALSA: pcm - Increase protocol version
        ALSA: pcm - Fix drain behavior in non-blocking mode
      2c0d19a7
    • T
      Merge branch 'topic/oxygen' into for-linus · 05a33e3d
      Takashi Iwai 提交于
      * topic/oxygen:
        sound: oxygen: work around MCE when changing volume
      05a33e3d
    • T
      Merge branch 'topic/oss' into for-linus · fa285190
      Takashi Iwai 提交于
      * topic/oss:
        ALSA: allocation may fail in	snd_pcm_oss_change_params()
        sound: vwsnd: Fix setting of cfgval and ctlval in li_setup_dma()
        sound: fix OSS MIDI output data loss
      fa285190
    • T
      Merge branch 'topic/misc' into for-linus · 9cd9f427
      Takashi Iwai 提交于
      * topic/misc:
        ALSA: Remove unneeded ifdef from sound/core.h
        ALSA: Remove struct snd_monitor_file from public sound/core.h
        ALSA: Release v1.0.21
      9cd9f427
    • T
      Merge branch 'topic/midi' into for-linus · 0f23c5cc
      Takashi Iwai 提交于
      * topic/midi:
        sound: rawmidi: disable active-sensing-on-close by default
        sound: seq_oss_midi: remove magic numbers
        sound: seq_midi: do not send MIDI reset when closing
        seq-midi: always log message on output overrun
      0f23c5cc
    • T
      Merge branch 'topic/ice1724-pm' into for-linus · 8a3351bb
      Takashi Iwai 提交于
      * topic/ice1724-pm:
        ALSA: ice1724 - Fix section mismatch
        ALSA: ice1724 - Patch for suspend/resume for Audiotrak Prodigy HD2
      8a3351bb
    • T
      Merge branch 'topic/hdsp' into for-linus · dcb37d50
      Takashi Iwai 提交于
      * topic/hdsp:
        ALSA: hdsp - allow proc reporting with disconnected io box
      dcb37d50
    • T
      Merge branch 'topic/hda' into for-linus · 2d4ff66a
      Takashi Iwai 提交于
      * topic/hda: (92 commits)
        ALSA: hda - Use auto model for HP laptops with ALC268 codec
        ALSA: hda/realtek: Added support for CLEVO M540R subsystem, 6 channel + digital
        ALSA: hda - Add support of Alienware M17x laptop
        ALSA: hda - Remove dead codes from patch_sigmatel.c
        ALSA: hda - Fix input source selection of IDT92HD73xx
        ALSA: hda - Fix obsolete CONFIG_SND_DEBUG_DETECT
        ALSA: hda - Unmute docking line-out as default with AD1984A codec
        ALSA: hda - Add another entry for Nvidia HDMI device
        ALSA: hda - Add missing GPIO initialization for AD1984A laptop model
        ALSA: hda - Add support of docking auto-mute/mic for AD1984A laptop model
        ALSA: hda - Fix ALC268/ALC269 headphone pin routing
        ALSA: hda - Create "Digital Mic Capture Volume" correctly for IDT codecs
        ALSA: hda - Add more quirk for HP laptops with AD1984A
        ALSA: hda - Add / fix model entries for HD-audio driver
        ALSA: hda - Add full audio support on Acer Aspire 7730G notebook
        ALSA: hda - Improve auto-cfg mixer name for ALC662
        ALSA: hda - Improve auto-cfg mixer name for ALC861-VD
        ALSA: hda - Improve auto-cfg mixer name for ALC262
        ALSA: hda - Improve auto-cfg mixer name for ALC260
        ALSA: hda - Improve auto-cfg mixer name for ALC880
        ...
      2d4ff66a
    • T
      Merge branch 'topic/dummy' into for-linus · 6a0f4021
      Takashi Iwai 提交于
      * topic/dummy:
        ALSA: dummy - Increase MAX_PCM_SUBSTREAMS to 128
        ALSA: dummy - Add debug proc file
        ALSA: Add const prefix to proc helper functions
        ALSA: Re-export snd_pcm_format_name() function
        ALSA: dummy - Fake buffer allocations
        ALSA: dummy - Fix the timer calculation in systimer mode
        ALSA: dummy - Add more description
        ALSA: dummy - Better jiffies handling
        ALSA: dummy - Support high-res timer mode
      6a0f4021