summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda
Commit message (Expand)AuthorAgeFilesLines
...
| * | | ALSA: jack: implement kctl creating for jack devicesJie Yang2015-04-271-1/+1
* | | | Merge branch 'for-4.2' into for-nextTakashi Iwai2015-04-2712-1927/+512
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'topic/hda' into for-4.2Takashi Iwai2015-04-2711-1922/+507
| |\ \ \ | | | |/ | | |/|
| | * | ALSA: hda - Replace open codes with snd_hdac_stream_set_params()Takashi Iwai2015-04-181-19/+4
| | * | ALSA: hda - Move prepared flag into struct hdac_streamTakashi Iwai2015-04-172-5/+4
| | * | ALSA: hda - Replace hda_bus_ops with static bindingTakashi Iwai2015-04-163-72/+31
| | * | ALSA: hda - Drop azx_sd_read*/write*() macrosTakashi Iwai2015-04-162-14/+1
| | * | ALSA: hda/tegra - Fix build error and warningTakashi Iwai2015-04-161-3/+1
| | * | ALSA: hda - Reenable tracepoints for controllerTakashi Iwai2015-04-162-2/+8
| | * | ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai2015-04-164-322/+8
| | * | ALSA: hda - Minor refactoringTakashi Iwai2015-04-163-9/+7
| | * | ALSA: hda - Embed bus into controller objectTakashi Iwai2015-04-167-646/+232
| | * | ALSA: hda - Migrate more hdac_stream codesTakashi Iwai2015-04-163-379/+54
| | * | ALSA: hda - Migrate hdac_stream into legacy driverTakashi Iwai2015-04-164-359/+211
| | * | ALSA: hda - Pass bus io_ops directly from the top-level driverTakashi Iwai2015-04-166-63/+66
| | * | ALSA: hda - Move send_cmd / get_response to hdac_bus_opsTakashi Iwai2015-04-163-34/+23
| | * | ALSA: hda - Merge codec and controller helpersTakashi Iwai2015-04-162-5/+1
| | * | ALSA: hda - Add DSP loader to core library codeTakashi Iwai2015-04-161-3/+0
| | * | ALSA: hda - Add the controller helper codes to hda-core moduleTakashi Iwai2015-04-162-131/+3
| | * | ALSA: hda - Handle error from get_response bus ops directlyTakashi Iwai2015-04-143-35/+32
| * | | ALSA: core: Remove child proc file elements recursivelyTakashi Iwai2015-04-241-1/+1
| * | | ALSA: remove deprecated use of pci apiQuentin Lambert2015-04-161-4/+4
* | | | ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()Takashi Iwai2015-04-271-1/+2
* | | | 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/+7
* | | 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: 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-1336-4260/+2492
|\
| * 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: hda: fix possible null dereferenceSudip Mukherjee2015-04-041-3/+2
OpenPOWER on IntegriCloud