summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ALSA: hda - Use the standard PCM ops for CA0132Takashi Iwai2012-08-081-113/+29
| | * | | ALSA: hda - Fix superfluous "-in" suffix from CA0132 capture itemsTakashi Iwai2012-08-081-2/+2
| | * | | ALSA: hda - Add codec->pcm_format_first flagTakashi Iwai2012-08-082-24/+46
| * | | | ALSA: sound/ppc/snd_ps3.c: fix error return codeJulia Lawall2012-08-201-0/+1
| * | | | ALSA: sound/pci/rme9652/hdspm.c: fix error return codeJulia Lawall2012-08-201-1/+1
| * | | | ALSA: sound/pci/sis7019.c: fix error return codeJulia Lawall2012-08-201-2/+3
| * | | | ALSA: sound/pci/ctxfi/ctatc.c: fix error return codeJulia Lawall2012-08-201-1/+3
| * | | | ALSA: sound/atmel/ac97c.c: fix error return codeJulia Lawall2012-08-201-8/+4
| * | | | ALSA: sound/atmel/abdac.c: fix error return codeJulia Lawall2012-08-201-0/+1
| * | | | sound: oss/sb_audio: prevent divide by zero bugDan Carpenter2012-08-201-1/+3
| * | | | ALSA: hda - Don't send invalid volume knob command on IDT 92hd75bxxDavid Henningsson2012-08-161-4/+5
| * | | | ALSA: usb-audio: Fix scheduling-while-atomic bug in PCM capture streamTakashi Iwai2012-08-162-4/+3
| * | | | ALSA: lx6464es: Add a missing error checkTakashi Iwai2012-08-141-0/+2
| * | | | ALSA: hda - Fix 'Beep Playback Switch' with no underlying mute switchDavid Henningsson2012-08-141-2/+11
| * | | | ALSA: hda - fix Copyright debug messageWang Xingchao2012-08-131-1/+1
| * | | | ALSA : hda - bug fix on checking the supported power states of a codecMengdong Lin2012-08-101-1/+1
| * | | | ALSA: hda - Fix panned "Beep Playback Switch"David Henningsson2012-08-101-6/+14
| * | | | ALSA: cs46xx - signedness bug in snd_cs46xx_codec_read()Dan Carpenter2012-08-101-1/+1
| * | | | ALSA: hda_intel: Add Device IDs for Intel Lynx Point-LP PCHJames Ralston2012-08-091-0/+9
| * | | | ALSA: platform: Check CONFIG_PM_SLEEP instead of CONFIG_PMTakashi Iwai2012-08-097-9/+9
* | | | | ALSA: hda - Add missing ifdef CONFIG_SND_HDA_POWER_SAVE to tracepointsTakashi Iwai2012-08-201-0/+2
* | | | | ALSA: lto, sound: Fix export symbols for !CONFIG_MODULESAndi Kleen2012-08-201-0/+2
* | | | | ALSA: hda - Check the power state when power_save option is changedTakashi Iwai2012-08-201-1/+57
* | | | | ALSA: hda - Implement snd_hda_power_sync() helper functionTakashi Iwai2012-08-202-60/+82
* | | | | ALSA: hda - Add tracepoints at snd_hda_power_up/down entrances.Takashi Iwai2012-08-202-0/+26
* | | | | ALSA: snd-ad1816a: Implement suspend/resumeOndrej Zary2012-08-202-2/+52
* | | | | ALSA: snd-ad1816a: remove useless struct snd_card_ad1816aOndrej Zary2012-08-202-35/+13
* | | | | ALSA: hda - Add 3stack-automute model to AD1882 codecTakashi Iwai2012-08-151-0/+40
* | | | | ALSA: PCI: Replace CONFIG_PM with CONFIG_PM_SLEEPTakashi Iwai2012-08-1462-133/+133
* | | | | ALSA: hda - Fix possible compile warnings regarding CONFIG_PMTakashi Iwai2012-08-141-5/+2
* | | | | ALSA: hda - show ICT/KAE control bitsWang Xingchao2012-08-132-1/+12
* | | | | Merge branch 'topic/hda-probe-defer' into for-nextTakashi Iwai2012-08-091-0/+2
|\ \ \ \ \
| * | | | | ALSA: hda - Fix forgotten ifdef CONFIG_SND_HDA_PATCH_LOADERTakashi Iwai2012-08-091-0/+2
* | | | | | Merge branch 'topic/hda-probe-defer' into for-nextTakashi Iwai2012-08-099-50/+100
|\ \ \ \ \ \ | |/ / / / /
| * | | | | ALSA: hda - Deferred probing with request_firmware_nowait()Takashi Iwai2012-08-092-5/+39
| * | | | | ALSA: hda - Load firmware in hda_intel.cTakashi Iwai2012-08-093-32/+38
| |/ / / /
| * | | | ALSA: hda - Fix pop noise in headphones on S3 for Asus X55A, X55VDavid Henningsson2012-08-091-0/+8
| |/ / /
| * | | ALSA: hda - Fix double quirk for Quanta FL1 / Lenovo IdeapadDavid Henningsson2012-08-081-2/+3
| * | | ALSA: hda - Fix ugly debug prints with CONFIG_SND_VERBOSE_PRINTK=yTakashi Iwai2012-08-071-3/+2
| * | | ALSA: hda - remove redundant auto quirks for conexant 506xDavid Henningsson2012-08-071-5/+0
| * | | ALSA: hda - remove quirk for Dell Vostro 1015David Henningsson2012-08-071-1/+0
| * | | ALSA: hda - add dock support for Thinkpad X230Felix Kaechele2012-08-071-0/+1
| * | | ALSA: hda - Fix regression of HDMI codec probingTakashi Iwai2012-08-061-3/+9
| * | | ALSA: hda - add dock support for Thinkpad T430sPhilipp A. Mohrenweiser2012-08-061-0/+1
* | | | ALSA: print small buffers via %*ph[C]Andy Shevchenko2012-08-062-6/+4
* | | | Merge branch 'topic/next' into for-nextTakashi Iwai2012-08-0321-248/+93
|\ \ \ \ | |/ / / |/| | |
| * | | ALSA: isa: Move snd_legacy_find_free_ioport to initval.hOndrej Zary2012-08-032-27/+2
| |/ /
| * | Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...Linus Torvalds2012-08-017-24/+79
| |\ \
| * \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-4/+4
| |\ \ \
| | * | | sound_firmware: don't pass crap to filp_close()Al Viro2012-07-291-4/+4
OpenPOWER on IntegriCloud