aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-31ALSA: ice1712: Add suspend support for M-Audio ICE1712-based cardsOndrej Zary1-1/+29
2014-03-31ALSA: ice1712: add suspend support for ICE1712 chipOndrej Zary1-8/+77
2014-03-31Merge branch 'for-next' into for-linusTakashi Iwai130-6170/+7072
2014-03-31ALSA: hda - Enable beep for ASUS 1015EW. Trevor King1-0/+1
2014-03-31ALSA: asihpi: fix some indenting in snd_card_asihpi_pcm_new()Dan Carpenter1-4/+5
2014-03-26ALSA: hda - add headset mic detect quirks for three Dell laptopsHui Wang1-0/+3
2014-03-25ALSA: hda - Inform the unexpectedly ignored pins by auto-parserTakashi Iwai1-5/+25
2014-03-20ALSA: hda - verify pin:cvt connection on preparing a stream for Intel HDMI codecMengdong Lin1-0/+32
2014-03-18Merge branch 'topic/alc28x' into for-nextTakashi Iwai1-0/+77
2014-03-18ALSA: hda/realtek - Restore default value for ALC282Kailang Yang1-0/+77
2014-03-18ALSA: oxygen: Xonar DG(X): fix Stereo Upmixing regressionClemens Ladisch1-6/+24
2014-03-18Merge branch 'topic/alc28x' into for-nextTakashi Iwai1-0/+177
2014-03-18ALSA: hda/realtek - Fix the noise after suspend and resume on ALC282 codecKailang Yang1-0/+73
2014-03-18ALSA: hda/realtek - Restore default value for ALC283Kailang Yang1-0/+85
2014-03-13Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai2-1/+7
2014-03-11ALSA: sis7019: Simplify dependenciesJean Delvare1-1/+1
2014-03-11ALSA: cs5535audio: Also needed on MIPSJean Delvare1-1/+1
2014-03-11ALSA: hda - initialize audio InfoFrame to be all zeroMengdong Lin1-0/+1
2014-03-11ALSA: cs553*: Fix dependenciesJean Delvare1-1/+2
2014-03-07ALSA: hda - Fix loud click noise with IdeaPad 410YTakashi Iwai1-0/+19
2014-03-05ALSA: emu10k1: Fix possible NULL dereferenceTakashi Iwai1-4/+1
2014-03-05ALSA: echoaudio: use after free on errorDan Carpenter1-4/+4
2014-03-05ALSA: lola: NULL deref on allocation errorDan Carpenter1-1/+0
2014-03-05ALSA: hda - Use analog beep for Thinkpads with AD1984 codecsTakashi Iwai1-0/+3
2014-03-05ALSA: hda - Add missing loopback merge path for AD1884/1984 codecsTakashi Iwai1-0/+1
2014-03-04ALSA: hda - add automute fix for another dell AIO modelHui Wang1-1/+1
2014-03-03ALSA: hda/realtek - Add headset quirk for Dell DTKailang Yang1-7/+41
2014-03-03ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371Marius Knaust1-0/+1
2014-03-03ALSA: hda - Mark reg op args as iomemDylan Reid2-12/+12
2014-03-03ALSA: hda - Rename reg access ops in hda_controller_opsDylan Reid2-24/+24
2014-03-03ALSA: hda - Make azx_attach_pcm_stream staticDylan Reid1-2/+2
2014-03-01ALSA: hda - remove PCI dependency in KconfigDylan Reid3-20/+31
2014-03-01ALSA: hda - Move codec create to hda_controllerDylan Reid3-248/+235
2014-03-01ALSA: hda - Move azx_interrupt to hda_controllerDylan Reid3-68/+68
2014-03-01ALSA: hda - Add position_check opDylan Reid2-9/+23
2014-03-01ALSA: hda - Move low level functions to hda_controllerDylan Reid3-179/+180
2014-03-01ALSA: hda - move alloc_cmd_io to hda_controllerDylan Reid3-6/+6
2014-03-01ALSA: hda - Relocate RIRB/CORB interface to hda_controllerDylan Reid3-383/+396
2014-03-01ALSA: hda - Move the dsp loader to hda_controllerDylan Reid3-152/+144
2014-03-01ALSA: hda - Pull pages allocation to hda_controllerDylan Reid3-29/+52
2014-03-01ALSA: hda - Add hda_controller.c and move pcm ops from hda_intelDylan Reid4-1000/+1078
2014-03-01ALSA: hda - Add pcm_mmap_prepare op.Dylan Reid2-6/+16
2014-03-01ALSA: hda - Move snd page allocation to opsDylan Reid2-54/+98
2014-03-01ALSA: hda - Pass max_slots and power_save to codec_createDylan Reid1-11/+17
2014-03-01ALSA: hda - Add jackpoll_ms to struct azxDylan Reid2-1/+8
2014-03-01ALSA: hda - remove unused clear of STATESTSDylan Reid1-5/+0
2014-03-01ALSA: hda - Add function pointer for disabling MSIDylan Reid2-5/+22
2014-03-01ALSA: hda - Use device pointer from the card instead of pciDylan Reid1-13/+14
2014-03-01ALSA: hda - Keep pointer to bdl_pos_fix in chip structDylan Reid2-4/+9
2014-03-01ALSA: hda - Allow different ops to read/write registersDylan Reid2-70/+138