summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | ALSA: hda/realtek - Support Dell headset mode for ALC298Kailang Yang2015-05-181-0/+26
* | ALSA: info: Drop kerneldoc comment from snd_info_create_entry()Takashi Iwai2015-05-181-1/+1
* | ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai2015-05-181-13/+12
* | ALSA: info: Register proc entries recursively, tooTakashi Iwai2015-05-182-15/+40
* | ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai2015-05-181-3/+3
* | ALSA: hda/realtek - Support headset mode for ALC298Kailang Yang2015-05-121-0/+12
* | ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.cDavid Henningsson2015-05-111-2/+0
* | ALSA: hda/tegra - Fix oopsThierry Reding2015-05-051-4/+4
* | ALSA: hda - reset display codec when power onLu, Han2015-05-053-3/+43
* | drm/i915/audio: add codec wakeup override enabled/disable callbackLu, Han2015-05-053-0/+31
* | Merge branch 'topic/jack' into for-nextTakashi Iwai2015-05-022-11/+1
|\ \
| * | ALSA: jack: fix a randconfig build issueJie Yang2015-05-022-11/+1
* | | Merge branch 'topic/jack' into for-nextTakashi Iwai2015-04-301-4/+13
|\| |
| * | ALSA: jack: Fix another NULL dereference due to empty input jackTakashi Iwai2015-04-301-0/+6
| * | ALSA: jack: don't report input event for phantom jackJie Yang2015-04-301-4/+7
* | | Merge branch 'topic/hda' into for-nextTakashi Iwai2015-04-302-4/+1
|\ \ \
| * | | ALSA: hda - Reduce ifdef CONFIG_SND_HDA_I915Takashi Iwai2015-04-302-4/+1
* | | | Merge branch 'topic/hda' into for-nextTakashi Iwai2015-04-299-12/+99
|\| | |
| * | | ALSA: hda - remove controller dependency on i915 power well for Baytrail/Bras...Mengdong Lin2015-04-292-2/+13
| * | | ALSA: hda - divide controller and codec dependency on i915 gfx power wellMengdong Lin2015-04-292-8/+28
| * | | ALSA: hda - implement link_power ops for i915 display power controlMengdong Lin2015-04-293-0/+22
| * | | ALSA: hda - allow a codec to control the link powerMengdong Lin2015-04-293-0/+23
| * | | ALSA: hda - implement a refcount for i915 power well switchMengdong Lin2015-04-292-4/+15
* | | | Merge branch 'for-linus' into for-nextTakashi Iwai2015-04-297-34/+52
|\ \ \ \
| * | | | ALSA: emu10k1: Emu10k2 32 bit DMA modePeter Zubaj2015-04-295-18/+30
| * | | | ALSA: emux: Fix mutex deadlock in OSS emulationTakashi Iwai2015-04-282-16/+22
* | | | | Merge branch 'topic/jack' into for-nextTakashi Iwai2015-04-2813-100/+242
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | ALSA: Docs: Add documentation for Jack kcontrolsJie Yang2015-04-271-0/+43
| * | | | ALSA: jack: remove exporting ctljack functionsJie Yang2015-04-271-2/+0
| * | | | ASoC: jack: create kctls according to jack pins infoJie Yang2015-04-271-0/+1
| * | | | ALSA: hda - Update to use the new jack kctls methodJie Yang2015-04-276-74/+31
| * | | | ALSA: jack: extend snd_jack_new to support phantom jackJie Yang2015-04-275-17/+33
| * | | | ALSA: Jack: handle jack embedded kcontrol creating within ctljackJie Yang2015-04-274-6/+37
| * | | | ALSA: jack: implement kctl creating for jack devicesJie Yang2015-04-275-7/+103
| | |_|/ | |/| |
* | | | Merge branch 'for-4.2' into for-nextTakashi Iwai2015-04-2753-2564/+2882
|\ \ \ \ | |_|/ / |/| | |
| * | | Merge branch 'topic/hda' into for-4.2Takashi Iwai2015-04-2719-1928/+2457
| |\ \ \ | | | |/ | | |/|
| | * | ALSA: hda - Replace open codes with snd_hdac_stream_set_params()Takashi Iwai2015-04-181-19/+4
| | * | ALSA: hda - add generic functions to set hdac stream paramsJeeja KP2015-04-172-0/+40
| | * | ALSA: hda - add ASoC device type for hda coreRamesh Babu2015-04-171-0/+1
| | * | ALSA: hda - Move prepared flag into struct hdac_streamTakashi Iwai2015-04-173-5/+5
| | * | 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 - Add missing inclusion of <linux/clocksource.h>Takashi Iwai2015-04-161-0/+1
| | * | ALSA: hda - Move PCM format and rate handling code to core libraryTakashi Iwai2015-04-166-322/+317
| | * | 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