summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2015-05-18ALSA: info: Move list addition to snd_info_create_entry()Takashi Iwai1-13/+12
2015-05-18ALSA: info: Register proc entries recursively, tooTakashi Iwai2-15/+40
2015-05-18ALSA: info: Fix leaks of child entries at snd_info_free_entry()Takashi Iwai1-3/+3
2015-05-12ALSA: hda/realtek - Support headset mode for ALC298Kailang Yang1-0/+12
2015-05-11ALSA: hda - Remove unused call to "get_pin" in patch_hdmi.cDavid Henningsson1-2/+0
2015-05-05ALSA: hda/tegra - Fix oopsThierry Reding1-4/+4
2015-05-05ALSA: hda - reset display codec when power onLu, Han3-3/+43
2015-05-02Merge branch 'topic/jack' into for-nextTakashi Iwai2-11/+1
2015-05-02ALSA: jack: fix a randconfig build issueJie Yang2-11/+1
2015-04-30Merge branch 'topic/jack' into for-nextTakashi Iwai1-4/+13
2015-04-30ALSA: jack: Fix another NULL dereference due to empty input jackTakashi Iwai1-0/+6
2015-04-30ALSA: jack: don't report input event for phantom jackJie Yang1-4/+7
2015-04-30Merge branch 'topic/hda' into for-nextTakashi Iwai2-4/+1
2015-04-30ALSA: hda - Reduce ifdef CONFIG_SND_HDA_I915Takashi Iwai2-4/+1
2015-04-29Merge branch 'topic/hda' into for-nextTakashi Iwai8-12/+95
2015-04-29ALSA: hda - remove controller dependency on i915 power well for Baytrail/Bras...Mengdong Lin2-2/+13
2015-04-29ALSA: hda - divide controller and codec dependency on i915 gfx power wellMengdong Lin2-8/+28
2015-04-29ALSA: hda - implement link_power ops for i915 display power controlMengdong Lin3-0/+22
2015-04-29ALSA: hda - allow a codec to control the link powerMengdong Lin2-0/+19
2015-04-29ALSA: hda - implement a refcount for i915 power well switchMengdong Lin2-4/+15
2015-04-29Merge branch 'for-linus' into for-nextTakashi Iwai6-29/+43
2015-04-29ALSA: emu10k1: Emu10k2 32 bit DMA modePeter Zubaj4-13/+21
2015-04-28ALSA: emux: Fix mutex deadlock in OSS emulationTakashi Iwai2-16/+22
2015-04-28Merge branch 'topic/jack' into for-nextTakashi Iwai10-96/+188
2015-04-27ALSA: jack: remove exporting ctljack functionsJie Yang1-2/+0
2015-04-27ASoC: jack: create kctls according to jack pins infoJie Yang1-0/+1
2015-04-27ALSA: hda - Update to use the new jack kctls methodJie Yang5-73/+30
2015-04-27ALSA: jack: extend snd_jack_new to support phantom jackJie Yang4-15/+31
2015-04-27ALSA: Jack: handle jack embedded kcontrol creating within ctljackJie Yang3-5/+36
2015-04-27ALSA: jack: implement kctl creating for jack devicesJie Yang4-6/+95
2015-04-27Merge branch 'for-4.2' into for-nextTakashi Iwai48-2547/+2423
2015-04-27ALSA: hda - Fix missing va_end() call in snd_hda_codec_pcm_new()Takashi Iwai1-1/+2
2015-04-27ALSA: emux: Fix mutex deadlock at unloadingTakashi Iwai1-2/+0
2015-04-27ALSA: emu10k1: Fix card shortname string buffer overflowTakashi Iwai2-4/+6
2015-04-27Merge branch 'topic/hda' into for-4.2Takashi Iwai17-1925/+2022
2015-04-27ALSA: hda - Add mute-LED mode control to ThinkpadTakashi Iwai1-0/+1
2015-04-27ALSA: hda - Fix mute-LED fixed modeTakashi Iwai1-9/+12
2015-04-27ALSA: hda - Fix click noise at start on Dell XPS13Takashi Iwai2-5/+14
2015-04-24Merge tag 'sound-fix-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds10-67/+50
2015-04-24Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-5/+13
2015-04-24ALSA: core: Clean up OSS proc file managementTakashi Iwai3-21/+9
2015-04-24ALSA: core: Build conditionally and remove superfluous ifdefsTakashi Iwai6-25/+8
2015-04-24ALSA: core: Don't ignore errors at creating proc filesTakashi Iwai5-35/+35
2015-04-24ALSA: core: Remove superfluous exit calls for proc entriesTakashi Iwai4-43/+1
2015-04-24ALSA: core: Manage asound root directory with snd_info_entryTakashi Iwai1-38/+14
2015-04-24ALSA: core: Remove child proc file elements recursivelyTakashi Iwai2-67/+14
2015-04-24ALSA: hda - fix headset mic detection problem for one more machineHui Wang1-9/+15
2015-04-23ALSA: core: Fix possible memory leaks at error path in info.cTakashi Iwai1-31/+31
2015-04-23ALSA: core: Use seq_file for text proc file readsTakashi Iwai1-321/+248
2015-04-23ALSA: hda/realtek - Fix Headphone Mic doesn't recording for ALC256Kailang Yang1-0/+1