summaryrefslogtreecommitdiff
path: root/sound/pci/hda
AgeCommit message (Expand)AuthorFilesLines
2014-03-11ALSA: hda - initialize audio InfoFrame to be all zeroMengdong Lin1-0/+1
2014-03-03ALSA: hda/realtek - Add headset quirk for Dell DTKailang Yang1-7/+41
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 Reid2-18/+29
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
2014-03-01ALSA: hda - Move some definitions to new hda_priv.hDylan Reid2-365/+399
2014-02-28ALSA: hda - Fix CORB reset to follow specificationDavid Henningsson1-1/+23
2014-02-28ALSA: hda - Fix registration of beep input deviceTakashi Iwai5-13/+39
2014-02-27ALSA: hda/sigmatel - Allow auto-switching for dock line-in of HP laptopsTakashi Iwai1-0/+3
2014-02-27ALSA: hda - Make codec object as a parent for input beep devicesTakashi Iwai1-1/+1
2014-02-25ALSA: hda - Replace with standard printkTakashi Iwai17-449/+434
2014-02-25ALSA: hda - Enable sysfs attributes without CONFIG_SND_HDA_RECONFIGTakashi Iwai2-78/+89
2014-02-25ALSA: hda - Add sysfs to codec object, tooTakashi Iwai7-764/+788
2014-02-25ALSA: hda - Create own device struct for each codecTakashi Iwai4-3/+39
2014-02-25ALSA: hda - Manage each codec instance individuallyTakashi Iwai1-11/+25
2014-02-25ALSA: hwdep: Take private_data as drvdata for sysfsTakashi Iwai1-30/+15
2014-02-25ALSA: Create sysfs attribute files via groupsTakashi Iwai3-87/+57
2014-02-25Merge branch 'for-linus' into HEADTakashi Iwai3-64/+89
2014-02-25ALSA: hda - Avoid codec D3 for keeping mute LED up on Lenovo Yxx0Takashi Iwai1-0/+12
2014-02-25ALSA: hda - Add a fixup for HP Folio 13 mute LEDTakashi Iwai1-0/+20
2014-02-21ALSA: hda/realtek - Add more entry for enable HP mute ledKailang Yang1-0/+47
2014-02-20ALSA: hda - Enable front audio jacks on one HP desktop modelHui Wang1-0/+13
2014-02-19ALSA: hda - Add QEMU codec vendor IDTakashi Iwai1-0/+1
2014-02-19ALSA: hda/ca0132 - Fix recording from mode id 0x8Hsin-Yu Chao1-3/+1
2014-02-19ALSA: hda/ca0132 - setup/cleanup streamsHsin-Yu Chao1-59/+7
2014-02-18ALSA: hda - add headset mic detect quirks for two Dell laptopsHui Wang1-0/+2
2014-02-15ALSA: hda - Remove superfluous inclusion of linux/pci.hTakashi Iwai8-8/+0
2014-02-15ALSA: hda/realtek - Allow NULL bus->pciTakashi Iwai1-4/+11
2014-02-15ALSA: hda - Remove dependency on bus->pci in hda_beep.cTakashi Iwai1-2/+1
2014-02-12ALSA: Revert "ALSA: hda/realtek - Avoid invalid COEFs for ALC271X"Martin Kepplinger1-3/+0
2014-02-12ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai1-3/+2