summaryrefslogtreecommitdiffstats
path: root/sound/pci
Commit message (Expand)AuthorAgeFilesLines
* ALSA: emu10k1: Emu10k2 32 bit DMA modePeter Zubaj2015-04-294-13/+21
* ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()Takashi Iwai2015-04-271-1/+2
* ALSA: emu10k1: Fix card shortname string buffer overflowTakashi Iwai2015-04-272-4/+6
* ALSA: hda - Add mute-LED mode control to ThinkpadTakashi Iwai2015-04-271-0/+1
* ALSA: hda - Fix mute-LED fixed modeTakashi Iwai2015-04-271-9/+12
* ALSA: hda - Fix click noise at start on Dell XPS13Takashi Iwai2015-04-272-5/+14
* ALSA: hda - fix headset mic detection problem for one more machineHui Wang2015-04-241-9/+15
* ALSA: hda/realtek - Fix Headphone Mic doesn't recording for ALC256Kailang Yang2015-04-231-0/+1
* ALSA: hda - fix "num_steps = 0" error on ALC256David Henningsson2015-04-211-2/+3
* ALSA: hda - add AZX_DCAPS_I915_POWERWELL to BaytrailMengdong Lin2015-04-211-1/+4
* ALSA: hda - only sync BCLK to the display clock for Haswell & BroadwellMengdong Lin2015-04-201-0/+6
* ALSA: hda - Mute headphone pin on suspend on XPS13 9333Gabriele Mazzotta2015-04-201-10/+7Star
* ALSA: hda - potential (but unlikely) uninitialized variableDan Carpenter2015-04-171-2/+2
* ALSA: hda - Fix regression for slave SPDIF setupsTakashi Iwai2015-04-161-1/+1
* ALSA: intel8x0: Check pci_iomap() success for DEVICE_ALIScott Wood2015-04-161-2/+2
* ALSA: hda - simplify azx_has_pm_runtimeDavid Henningsson2015-04-161-1/+1
* ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T450Jo-Philipp Wich2015-04-131-0/+1
* Merge branch 'for-next' into for-linusTakashi Iwai2015-04-1352-4424/+2887Star
|\
| * ALSA: emu10k1: add toggles for E-mu 1010 optical portsMichael Gernoth2015-04-111-0/+118
| * ALSA: emu10k1: handle dock disconnectsMichael Gernoth2015-04-111-0/+9
| * ALSA: hda/realtek - Fix a typoTakashi Iwai2015-04-101-1/+1
| * ALSA: hda/via - Add missing stream_pm ops setupTakashi Iwai2015-04-091-0/+1
| * ALSA: hda/realtek - Fix the regression by widget power-savingTakashi Iwai2015-04-091-2/+3
| * ALSA: hda/generic - Don't override power_filter when power_save_node is setTakashi Iwai2015-04-091-1/+2
| * ALSA: hda/generic - Make snd_hda_gen_path_power_filter() always applicableTakashi Iwai2015-04-091-0/+4
| * ALSA: hda/generic - Fix wrong initial power state for fixed pinsTakashi Iwai2015-04-091-3/+11
| * ALSA: hda/generic - Check power state cap at updating the widget powerTakashi Iwai2015-04-091-0/+2
| * ALSA: hda - Work around races of power up/down with runtime PMTakashi Iwai2015-04-084-12/+14
| * ALSA: hda/realtek - Support Dell headset mode for ALC288Kailang Yang2015-04-081-0/+67
| * ALSA: hda/realtek - Support headset mode for ALC286/288Kailang Yang2015-04-081-0/+77
| * Merge branch 'for-linus' into for-nextTakashi Iwai2015-04-082-2/+21
| |\
| * | ALSA: hda_intel: add AZX_DCAPS_I915_POWERWELL for SKL and BSWLibin Yang2015-04-071-2/+6
| * | ALSA: emu10k1: add Audigy 5/RxMichael Gernoth2015-04-051-0/+16
| * | ALSA: Use const struct ac97_quirkJoe Perches2015-04-056-6/+7
| * | ALSA: hda: fix possible null dereferenceSudip Mukherjee2015-04-041-3/+2Star
| * | ALSA: hda - Enable widget power saving for Realtek codecsTakashi Iwai2015-04-041-0/+1
| * | ALSA: hda - Sync node attributes at resume from widget power savingTakashi Iwai2015-04-041-4/+2Star
| * | Merge branch 'topic/hda-regmap' into for-nextTakashi Iwai2015-04-0412-739/+164Star
| |\ \
| | * | ALSA: hda - Use regmap for command verb caches, tooTakashi Iwai2015-03-239-309/+64Star
| | * | ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai2015-03-233-141/+48Star
| | * | ALSA: hda - Use regmap for amp accessesTakashi Iwai2015-03-234-199/+32Star
| | * | ALSA: hda - Implement uncached version of parameter readsTakashi Iwai2015-03-232-16/+16
| | * | ALSA: hda - Use regmap for codec parameter readsTakashi Iwai2015-03-231-1/+1
| | * | ALSA: hda - Add regmap supportTakashi Iwai2015-03-233-0/+6
| | * | ALSA: hda - Move generic array helpers to core libTakashi Iwai2015-03-232-76/+0Star
| * | | ALSA: hda/via - Add beep controls to VIA codecsW. Trevor King2015-03-251-0/+61
| * | | ALSA: hda - Remove superfluous hda_nid_t definition in hda_codec.hTakashi Iwai2015-03-251-3/+0Star
| * | | ALSA: asihpi: Fix duplicate const for clock sourcesKrzysztof Kozlowski2015-03-241-1/+1
| * | | ALSA: echoaudio: read past end of arrayDan Carpenter2015-03-231-6/+10
| |/ /
| * | ALSA: hda - Re-add tracepoints to HD-audio core driverTakashi Iwai2015-03-232-120/+0Star