summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Allow to pass position_fix=0 explicitlyTakashi Iwai2012-09-131-2/+3
* ALSA: hda - Fix disordered enum definitions in patch_cirrus.cTakashi Iwai2012-09-131-2/+3
* ALSA: hda - Add support for MacBook Pro 10,1Takashi Iwai2012-09-111-0/+31
* Merge branch 'for-linus' into for-nextTakashi Iwai2012-09-118-36/+78
|\
| * ALSA: hda_intel: add position_fix quirk for Asus K53ECatalin Iacob2012-09-111-0/+1
| * ALSA: compress_core: fix open flags test in snd_compr_open()Dan Carpenter2012-09-111-5/+3
| * ALSA: hda - Fix Oops at codec reset/reconfigTakashi Iwai2012-09-101-1/+1
| * ALSA: usb-audio: Fix bogus error messages for delay accountingTakashi Iwai2012-09-061-0/+6
| * ALSA: hda - Fix missing Master volume for STAC9200/925xTakashi Iwai2012-09-061-1/+1
| * ALSA: snd-usb: fix cross-interface streaming devicesDaniel Mack2012-08-311-0/+15
| * ALSA: snd-usb: fix calls to next_packet_sizeDaniel Mack2012-08-313-13/+8
| * ALSA: snd-usb: restore delay informationDaniel Mack2012-08-311-3/+26
| * ALSA: snd-usb: use list_for_each_safe for endpoint resourcesPavel Roskin2012-08-311-2/+2
| * ALSA: snd-usb: Fix URB cancellation at stream startDaniel Mack2012-08-303-11/+15
* | ALSA: hda - Replace with the generic fixup codes in patch_cirrus.cTakashi Iwai2012-09-111-90/+103
* | ALSA: hda - Check bit mask for codec SSID in snd_hda_pick_fixup()Takashi Iwai2012-09-111-1/+2
* | ALSA: hda - Avoid BDL position workaround when no_period_wakeup is setTakashi Iwai2012-09-111-5/+7
* | ALSA: hda - Remove ignore_misc_bitDavid Henningsson2012-09-073-8/+2
* | ALSA: control: Fix missing VOLATILE flag at creating controlsTakashi Iwai2012-09-061-0/+1
* | ALSA: hda - Move non-PCM check to per_pin in patch_hdmi.cTakashi Iwai2012-09-061-21/+25
* | ALSA: hda - fix control names for multiple speaker out on IDT/STACDavid Henningsson2012-09-061-3/+6
* | ALSA: HDMI - Setup channel mapping for non_pcm audioWang Xingchao2012-09-061-0/+5
* | ALSA: HDMI - Enable HBR feature on Intel chipsWang Xingchao2012-09-061-4/+32
* | ALSA: HDMI - Fix channel_allocation array wrong orderWang Xingchao2012-09-061-1/+14
* | Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-nextTakashi Iwai2012-09-053-8/+5
|\ \
| * | ALSA: remove the main version informationJaroslav Kysela2012-09-043-8/+5
* | | ALSA: emu10k1: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-2/+2
* | | ALSA: opl4: use list_move_tail instead of list_del/list_add_tailWei Yongjun2012-09-051-6/+3
* | | ALSA: snd-usb: Add quirks for Playback Designs devicesDaniel Mack2012-09-045-0/+49
* | | ALSA: USB: Support for (original) Xbox CommunicatorMarko Friedemann2012-09-031-0/+53
* | | ALSA: fix possible memory leak in snd_mixer_oss_build_input()Wei Yongjun2012-09-031-0/+2
* | | ALSA: Remove the last mention of SNDRV_MAIN_OBJECT_FILEJosh Triplett2012-09-031-1/+0
* | | ALSA: hda - Clean up redundant FG checksTakashi Iwai2012-08-311-18/+12
* | | ALSA: hda - Yet another fix for D3 stop-clock refcountingTakashi Iwai2012-08-312-20/+23
* | | ALSA: cs5530: Fix resource leak in error pathTakashi Iwai2012-08-301-2/+1
* | | ALSA: korg1212: Fix reverted min/max ADC sense rangeTakashi Iwai2012-08-301-2/+2
* | | ALSA: hda - Optimize bitfield usage in struct hda_codecTakashi Iwai2012-08-301-3/+2
* | | ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai2012-08-3013-80/+59
* | | ALSA: hda - Fix D3 clock stop check for codecs with own set_power_state opTakashi Iwai2012-08-301-24/+37
* | | ALSA: hda - Fix runtime PM leftover refcountsTakashi Iwai2012-08-303-22/+20
* | | ALSA: usb-audio: Remove obsoleted fields in struct snd_usb_substreamTakashi Iwai2012-08-281-2/+0
* | | ALSA: emu8000: fix emu8000 DRAM sized 512 KiB too smallDavid Flater2012-08-281-3/+12
* | | Merge branch 'for-linus' into for-nextTakashi Iwai2012-08-284-3/+10
|\ \ \ | | |/ | |/|
| * | ALSA: hda - Don't trust codec EPSS bit for IDT 92HD83xx & coTakashi Iwai2012-08-281-0/+1
| * | ALSA: hda - Avoid unnecessary parameter read for EPSSTakashi Iwai2012-08-282-2/+9
| * | ALSA: hda - Do not set GPIOs for speakers on IDT if there are no speakersDavid Henningsson2012-08-221-0/+3
| |/
| * ALSA: snd-als100: fix suspend/resumeOndrej Zary2012-08-211-1/+1
* | ALSA: hda - Make clear built-in driver optimizationTakashi Iwai2012-08-281-1/+1
* | ALSA: pcxhr: Add 8 new sound cardsMarkus Bollinger2012-08-272-3/+27
* | ALSA: cmi8328: Fix build error with CONFIG_GAMEPORT=nTakashi Iwai2012-08-241-1/+2
OpenPOWER on IntegriCloud