summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-05991-7561/+11587
|\ \
| * | ALSA: remove the main version informationJaroslav Kysela2012-09-044-11/+5
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2012-08-2921-376/+418
| |\ \
| | * | Btrfs: fix that repair code is spuriously executed for transid failuresStefan Behrens2012-08-281-2/+6
| | * | Btrfs: fix ordered extent leak when failing to start a transactionLiu Bo2012-08-281-2/+5
| | * | Btrfs: fix a dio write regressionLiu Bo2012-08-281-4/+20
| | * | Btrfs: fix deadlock with freeze and sync V2Josef Bacik2012-08-281-4/+9
| | * | Btrfs: revert checksum error statistic which can cause a BUG()Stefan Behrens2012-08-283-39/+2
| | * | Btrfs: remove superblock writing after fatal errorStefan Behrens2012-08-282-33/+5
| | * | Btrfs: allow delayed refs to be mergedJosef Bacik2012-08-283-27/+142
| | * | Btrfs: fix enospc problems when deleting a subvolJosef Bacik2012-08-281-1/+1
| | * | Btrfs: fix wrong mtime and ctime when creating snapshotsMiao Xie2012-08-281-0/+1
| | * | Btrfs: fix race in run_clustered_refsArne Jansen2012-08-281-0/+17
| | * | Btrfs: don't run __tree_mod_log_free_eb on leavesChris Mason2012-08-281-0/+3
| | * | Btrfs: increase the size of the free space cacheJosef Bacik2012-08-281-8/+7
| | * | Btrfs: barrier before waitqueue_activeJosef Bacik2012-08-285-12/+10
| | * | Btrfs: fix deadlock in wait_for_more_refsArne Jansen2012-08-285-73/+21
| | * | btrfs: fix second lock in btrfs_delete_delayed_items()Fengguang Wu2012-08-281-2/+3
| | * | Btrfs: don't allocate a seperate csums array for direct readsJosef Bacik2012-08-283-32/+19
| | * | Btrfs: do not strdup non existent stringsJosef Bacik2012-08-281-3/+5
| | * | Btrfs: do not use missing devices when showing devnameJosef Bacik2012-08-281-0/+2
| | * | Btrfs: fix that error value is changed by mistakeStefan Behrens2012-08-281-2/+2
| | * | Btrfs: lock extents as we map them in DIOJosef Bacik2012-08-281-129/+127
| | * | Btrfs: fix some endian bugs handling the root timesDan Carpenter2012-08-283-4/+4
| | * | Btrfs: unlock on error in btrfs_delalloc_reserve_metadata()Dan Carpenter2012-08-281-1/+3
| | * | Btrfs: checking for NULL instead of IS_ERRDan Carpenter2012-08-281-1/+3
| | * | Btrfs: fix some error codes in btrfs_qgroup_inherit()Dan Carpenter2012-08-281-2/+6
| | * | Btrfs: fix a misplaced address operator in a conditionStefan Behrens2012-08-281-1/+1
| * | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2012-08-292-2/+1
| |\ \ \