summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | ALSA: hda - Add pcm_mmap_prepare op.Dylan Reid2014-03-012-6/+16
* | ALSA: hda - Move snd page allocation to opsDylan Reid2014-03-012-54/+98
* | ALSA: hda - Pass max_slots and power_save to codec_createDylan Reid2014-03-011-11/+17
* | ALSA: hda - Add jackpoll_ms to struct azxDylan Reid2014-03-012-1/+8
* | ALSA: hda - remove unused clear of STATESTSDylan Reid2014-03-011-5/+0
* | ALSA: hda - Add function pointer for disabling MSIDylan Reid2014-03-012-5/+22
* | ALSA: hda - Use device pointer from the card instead of pciDylan Reid2014-03-011-13/+14
* | ALSA: hda - Keep pointer to bdl_pos_fix in chip structDylan Reid2014-03-012-4/+9
* | ALSA: hda - Allow different ops to read/write registersDylan Reid2014-03-012-70/+138
* | ALSA: hda - Move some definitions to new hda_priv.hDylan Reid2014-03-012-365/+399
* | ALSA: hda - Fix CORB reset to follow specificationDavid Henningsson2014-02-281-1/+23
* | ALSA: hda - Fix registration of beep input deviceTakashi Iwai2014-02-285-13/+39
* | ALSA: hda/sigmatel - Allow auto-switching for dock line-in of HP laptopsTakashi Iwai2014-02-271-0/+3
* | ALSA: hda - Make codec object as a parent for input beep devicesTakashi Iwai2014-02-271-1/+1
* | ALSA: hda - Replace with standard printkTakashi Iwai2014-02-2517-449/+434
* | ALSA: hda - Enable sysfs attributes without CONFIG_SND_HDA_RECONFIGTakashi Iwai2014-02-252-78/+89
* | ALSA: hda - Add sysfs to codec object, tooTakashi Iwai2014-02-257-764/+788
* | ALSA: hda - Create own device struct for each codecTakashi Iwai2014-02-254-3/+39
* | ALSA: hda - Manage each codec instance individuallyTakashi Iwai2014-02-251-11/+25
* | ALSA: hwdep: Take private_data as drvdata for sysfsTakashi Iwai2014-02-251-30/+15
* | ALSA: Create sysfs attribute files via groupsTakashi Iwai2014-02-253-87/+57
* | Merge branch 'for-linus' into HEADTakashi Iwai2014-02-253-64/+89
|\|
| * ALSA: hda - Add a fixup for HP Folio 13 mute LEDTakashi Iwai2014-02-251-0/+20
| * ALSA: hda/realtek - Add more entry for enable HP mute ledKailang Yang2014-02-211-0/+47
| * ALSA: hda - Enable front audio jacks on one HP desktop modelHui Wang2014-02-201-0/+13
| * ALSA: hda/ca0132 - Fix recording from mode id 0x8Hsin-Yu Chao2014-02-191-3/+1
| * ALSA: hda/ca0132 - setup/cleanup streamsHsin-Yu Chao2014-02-191-59/+7
| * ALSA: hda - add headset mic detect quirks for two Dell laptopsHui Wang2014-02-181-0/+2
| * ALSA: Revert "ALSA: hda/realtek - Avoid invalid COEFs for ALC271X"Martin Kepplinger2014-02-121-3/+0
* | ALSA: hda - Avoid codec D3 for keeping mute LED up on Lenovo Yxx0Takashi Iwai2014-02-251-0/+12
* | ALSA: hda - Add QEMU codec vendor IDTakashi Iwai2014-02-191-0/+1
* | ALSA: hda - Remove superfluous inclusion of linux/pci.hTakashi Iwai2014-02-158-8/+0
* | ALSA: hda/realtek - Allow NULL bus->pciTakashi Iwai2014-02-151-4/+11
* | ALSA: hda - Remove dependency on bus->pci in hda_beep.cTakashi Iwai2014-02-151-2/+1
* | ALSA: pci: Convert to snd_card_new() with a device pointerTakashi Iwai2014-02-121-3/+2
* | Merge branch 'for-linus' into for-nextTakashi Iwai2014-02-129-37/+89
|\|
| * ALSA: hda - Fix undefined symbol due to builtin/module mixupTakashi Iwai2014-02-101-15/+15
| * ALSA: hda - Fix mic capture on Sony VAIO Pro 11Takashi Iwai2014-02-071-0/+1
| * ALSA: hda - Add a headset quirk for Dell XPS 13David Henningsson2014-02-071-0/+1
| * ALSA: hda - Fix inconsistent Mic mute LEDTakashi Iwai2014-02-076-18/+31
| * ALSA: hda - Fix leftover ifdef checks after modularizationTakashi Iwai2014-02-072-4/+4
| * ALSA: hda - Improve loopback path lookups for AD1983Takashi Iwai2014-02-051-0/+7
| * ALSA: hda - Fix missing VREF setup for Mac Pro 1,1Takashi Iwai2014-02-051-1/+8
| * ALSA: hda - Add missing mixer widget for AD1983Takashi Iwai2014-02-051-0/+1
| * ALSA: hda/realtek - Avoid invalid COEFs for ALC271XTakashi Iwai2014-02-051-0/+3
| * ALSA: hda - Fix silent output on Toshiba Satellite L40Takashi Iwai2014-02-041-0/+19
* | ALSA: hda - Make snd_hda_gen_spec_free() staticTakashi Iwai2014-02-103-10/+2
* | ALSA: hda - Disable static quirks for C-Media codecsTakashi Iwai2014-02-101-10/+21
* | ALSA: hda - Move HDA_FIXUP_ACT_FREE call in snd_hda_gen_free()Takashi Iwai2014-02-103-10/+3
* | ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-1/+1