summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
* ALSA: hda - Enable beep for ASUS 1015EW. Trevor King2014-03-311-0/+1
* ALSA: hda - add headset mic detect quirks for three Dell laptopsHui Wang2014-03-261-0/+3
* ALSA: hda - Inform the unexpectedly ignored pins by auto-parserTakashi Iwai2014-03-251-5/+25
* ALSA: hda - verify pin:cvt connection on preparing a stream for Intel HDMI codecMengdong Lin2014-03-201-0/+32
* Merge branch 'topic/alc28x' into for-nextTakashi Iwai2014-03-181-0/+77
|\
| * ALSA: hda/realtek - Restore default value for ALC282Kailang Yang2014-03-181-0/+77
* | Merge branch 'topic/alc28x' into for-nextTakashi Iwai2014-03-181-0/+177
|\|
| * ALSA: hda/realtek - Fix the noise after suspend and resume on ALC282 codecKailang Yang2014-03-181-0/+73
| * ALSA: hda/realtek - Restore default value for ALC283Kailang Yang2014-03-181-0/+85
| * ALSA: hda - Fix loud click noise with IdeaPad 410YTakashi Iwai2014-03-071-0/+19
* | Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2014-03-132-1/+7
|\|
| * ALSA: hda - Use analog beep for Thinkpads with AD1984 codecsTakashi Iwai2014-03-051-0/+3
| * ALSA: hda - Add missing loopback merge path for AD1884/1984 codecsTakashi Iwai2014-03-051-0/+1
| * ALSA: hda - add automute fix for another dell AIO modelHui Wang2014-03-041-1/+1
| * ALSA: hda - Added inverted digital-mic handling for Acer TravelMate 8371Marius Knaust2014-03-031-0/+1
| * ALSA: hda/realtek - Add more entry for enable HP mute ledKailang Yang2014-02-261-0/+1
* | ALSA: hda - initialize audio InfoFrame to be all zeroMengdong Lin2014-03-111-0/+1
* | ALSA: hda/realtek - Add headset quirk for Dell DTKailang Yang2014-03-031-7/+41
* | ALSA: hda - Mark reg op args as iomemDylan Reid2014-03-032-12/+12
* | ALSA: hda - Rename reg access ops in hda_controller_opsDylan Reid2014-03-032-24/+24
* | ALSA: hda - Make azx_attach_pcm_stream staticDylan Reid2014-03-031-2/+2
* | ALSA: hda - remove PCI dependency in KconfigDylan Reid2014-03-012-18/+29
* | ALSA: hda - Move codec create to hda_controllerDylan Reid2014-03-013-248/+235Star
* | ALSA: hda - Move azx_interrupt to hda_controllerDylan Reid2014-03-013-68/+68
* | ALSA: hda - Add position_check opDylan Reid2014-03-012-9/+23
* | ALSA: hda - Move low level functions to hda_controllerDylan Reid2014-03-013-179/+180
* | ALSA: hda - move alloc_cmd_io to hda_controllerDylan Reid2014-03-013-6/+6
* | ALSA: hda - Relocate RIRB/CORB interface to hda_controllerDylan Reid2014-03-013-383/+396
* | ALSA: hda - Move the dsp loader to hda_controllerDylan Reid2014-03-013-152/+144Star
* | ALSA: hda - Pull pages allocation to hda_controllerDylan Reid2014-03-013-29/+52
* | ALSA: hda - Add hda_controller.c and move pcm ops from hda_intelDylan Reid2014-03-014-1000/+1078
* | 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/+0Star
* | 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/+434Star
* | 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