aboutsummaryrefslogtreecommitdiffstats
path: root/sound (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-13ALSA: hda - Allow to pass position_fix=0 explicitlyTakashi Iwai1-2/+3
2012-09-13ALSA: hda - Fix disordered enum definitions in patch_cirrus.cTakashi Iwai1-2/+3
2012-09-11ALSA: hda - Add support for MacBook Pro 10,1Takashi Iwai1-0/+31
2012-09-11Merge branch 'for-linus' into for-nextTakashi Iwai8-36/+78
2012-09-11ALSA: hda - Replace with the generic fixup codes in patch_cirrus.cTakashi Iwai1-90/+103
2012-09-11ALSA: hda - Check bit mask for codec SSID in snd_hda_pick_fixup()Takashi Iwai1-1/+2
2012-09-11ALSA: hda - Avoid BDL position workaround when no_period_wakeup is setTakashi Iwai1-5/+7
2012-09-11ALSA: hda_intel: add position_fix quirk for Asus K53ECatalin Iacob1-0/+1
2012-09-11ALSA: compress_core: fix open flags test in snd_compr_open()Dan Carpenter1-5/+3
2012-09-10ALSA: hda - Fix Oops at codec reset/reconfigTakashi Iwai1-1/+1
2012-09-07ALSA: hda - Remove ignore_misc_bitDavid Henningsson3-8/+2
2012-09-06ALSA: control: Fix missing VOLATILE flag at creating controlsTakashi Iwai1-0/+1
2012-09-06ALSA: hda - Move non-PCM check to per_pin in patch_hdmi.cTakashi Iwai1-21/+25
2012-09-06ALSA: usb-audio: Fix bogus error messages for delay accountingTakashi Iwai1-0/+6
2012-09-06ALSA: hda - fix control names for multiple speaker out on IDT/STACDavid Henningsson1-3/+6
2012-09-06ALSA: hda - Fix missing Master volume for STAC9200/925xTakashi Iwai1-1/+1
2012-09-06ALSA: HDMI - Setup channel mapping for non_pcm audioWang Xingchao1-0/+5
2012-09-06ALSA: HDMI - Enable HBR feature on Intel chipsWang Xingchao1-4/+32
2012-09-06ALSA: HDMI - Fix channel_allocation array wrong orderWang Xingchao1-1/+14
2012-09-05Merge branch 'fixes' of git://git.alsa-project.org/alsa-kernel into for-nextTakashi Iwai3-8/+5
2012-09-05ALSA: emu10k1: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-2/+2
2012-09-05ALSA: opl4: use list_move_tail instead of list_del/list_add_tailWei Yongjun1-6/+3
2012-09-04ALSA: remove the main version informationJaroslav Kysela3-8/+5
2012-09-04ALSA: snd-usb: Add quirks for Playback Designs devicesDaniel Mack5-0/+49
2012-09-03ALSA: USB: Support for (original) Xbox CommunicatorMarko Friedemann1-0/+53
2012-09-03ALSA: fix possible memory leak in snd_mixer_oss_build_input()Wei Yongjun1-0/+2
2012-09-03ALSA: Remove the last mention of SNDRV_MAIN_OBJECT_FILEJosh Triplett1-1/+0
2012-08-31ALSA: snd-usb: fix cross-interface streaming devicesDaniel Mack1-0/+15
2012-08-31ALSA: snd-usb: fix calls to next_packet_sizeDaniel Mack3-13/+8
2012-08-31ALSA: snd-usb: restore delay informationDaniel Mack1-3/+26
2012-08-31ALSA: snd-usb: use list_for_each_safe for endpoint resourcesPavel Roskin1-2/+2
2012-08-31ALSA: hda - Clean up redundant FG checksTakashi Iwai1-18/+12
2012-08-31ALSA: hda - Yet another fix for D3 stop-clock refcountingTakashi Iwai2-20/+23
2012-08-30ALSA: cs5530: Fix resource leak in error pathTakashi Iwai1-2/+1
2012-08-30ALSA: korg1212: Fix reverted min/max ADC sense rangeTakashi Iwai1-2/+2
2012-08-30ALSA: hda - Optimize bitfield usage in struct hda_codecTakashi Iwai1-3/+2
2012-08-30ALSA: hda - Clean up CONFIG_SND_HDA_POWER_SAVETakashi Iwai13-80/+59
2012-08-30ALSA: hda - Fix D3 clock stop check for codecs with own set_power_state opTakashi Iwai1-24/+37
2012-08-30ALSA: hda - Fix runtime PM leftover refcountsTakashi Iwai3-22/+20
2012-08-30ALSA: snd-usb: Fix URB cancellation at stream startDaniel Mack3-11/+15
2012-08-28ALSA: usb-audio: Remove obsoleted fields in struct snd_usb_substreamTakashi Iwai1-2/+0
2012-08-28ALSA: emu8000: fix emu8000 DRAM sized 512 KiB too smallDavid Flater1-3/+12
2012-08-28Merge branch 'for-linus' into for-nextTakashi Iwai4-3/+10
2012-08-28ALSA: hda - Don't trust codec EPSS bit for IDT 92HD83xx & coTakashi Iwai1-0/+1
2012-08-28ALSA: hda - Avoid unnecessary parameter read for EPSSTakashi Iwai2-2/+9
2012-08-28ALSA: hda - Make clear built-in driver optimizationTakashi Iwai1-1/+1
2012-08-27ALSA: pcxhr: Add 8 new sound cardsMarkus Bollinger2-3/+27
2012-08-24ALSA: cmi8328: Fix build error with CONFIG_GAMEPORT=nTakashi Iwai1-1/+2
2012-08-24ALSA: hda - bug fix on references without checking CONFIG_SND_HDA_POWER_SAVEMengdong Lin2-0/+8
2012-08-23ALSA: hda - add runtime PM supportMengdong Lin3-20/+87