aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-03-20Merge branch 'topic/hda-power' into for-nextTakashi Iwai9-802/+427
2015-03-18ALSA: hda - Adjust power of beep widget and outputsTakashi Iwai3-13/+86
2015-03-18ALSA: hda - Use the new power control for VIA codecsTakashi Iwai1-650/+12
2015-03-18ALSA: hda - Support advanced power state controlsTakashi Iwai5-48/+269
2015-03-18ALSA: ice1724: ESI W192M: Add sampling rate control of the ADC/DACClément Guedez1-0/+107
2015-03-18ALSA: ice1724: ESI W192M: Add text Line in/Mic for selecting input gain stateClément Guedez1-4/+10
2015-03-18ALSA: ice1724: ESI W192M: Add TLV support for control value in dB scaleClément Guedez1-2/+18
2015-03-18ALSA: ice1724: ESI W192M: Enable midi i/o of port envy24 chip as availableClément Guedez1-1/+2
2015-03-18ALSA: ice1724: ESI W192M: Update eeprom structure to C99 standardClément Guedez1-13/+13
2015-03-18ALSA: ice1724: ESI W192M: Correct copy/paste from prodigy driverClément Guedez1-2/+2
2015-03-17ALSA: hda - Simplify PCM setup overridesTakashi Iwai2-91/+60
2015-03-16Merge branch 'topic/hda-unbind' into for-nextTakashi Iwai21-449/+384
2015-03-16Merge branch 'topic/hda-bus' into for-nextTakashi Iwai24-991/+572
2015-03-16Merge branch 'for-linus' into for-nextTakashi Iwai3-16/+71
2015-03-16ALSA: hda - Treat stereo-to-mono mix properlyTakashi Iwai2-10/+49
2015-03-13ALSA: hda - Use shutdown driver ops instead of reboot notifierTakashi Iwai7-57/+36
2015-03-13ALSA: hda - Don't access stereo amps for mono channel widgetsTakashi Iwai1-8/+22
2015-03-12ALSA: hda - Add workaround for MacBook Air 5,2 built-in micTakashi Iwai1-0/+1
2015-03-12ALSA: hda - Set single_adc_amp flag for CS420x codecsTakashi Iwai1-0/+1
2015-03-12Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+11
2015-03-11ALSA: hda - Fix built-in mic on Compaq Presario CQ60Takashi Iwai1-0/+11
2015-03-09Merge branch 'for-linus' into for-nextTakashi Iwai2-1/+8
2015-03-09ALSA: hda - Fix regression of HD-audio controller fallback modesTakashi Iwai1-1/+1
2015-03-06ALSA: ac97: ac97_patch: Simplify patch_vt1613_specific()Fabio Estevam1-8/+2
2015-03-06ALSA: ac97: Add VT1613 AC97 codec supportMaciej S. Szmigiero2-0/+34
2015-03-06Merge tag 'asoc-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai2-6/+1
2015-03-06ALSA: hda - One more Dell macine needs DELL1_MIC_NO_PRESENCE quirkHui Wang1-0/+7
2015-03-03ALSA: hda - Release resources in device release callbackTakashi Iwai1-28/+23
2015-03-03ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai6-36/+14
2015-03-03ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai5-94/+17
2015-03-03ALSA: hda - Implement unbind more safelyTakashi Iwai5-35/+43
2015-03-03ALSA: hda - Don't assume non-NULL PCM opsTakashi Iwai2-13/+26
2015-03-03ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai10-103/+145
2015-03-03ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai3-30/+9
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai13-40/+41
2015-03-03ALSA: hda - Split snd_hda_build_pcms()Takashi Iwai2-43/+60
2015-02-26ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removalTakashi Iwai2-8/+16
2015-02-26ALSA: hda - Remove channel mode helper functionsTakashi Iwai2-105/+0
2015-02-26ALSA: hda - Set parent of input beep devicesTakashi Iwai1-0/+1
2015-02-26ALSA: hda - Power down codec automatically at registrationTakashi Iwai3-28/+3
2015-02-26ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai5-54/+14
2015-02-26ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai6-32/+29
2015-02-25ALSA: cmipci: remove a stray space characterDan Carpenter1-1/+1
2015-02-25ALSA: azt3328: some indenting cleanupsDan Carpenter1-3/+4
2015-02-25ALSA: hda - Disable runtime PM for Panther Point againTakashi Iwai1-1/+1
2015-02-24ALSA: hda: controller code - do not export static functionsJaroslav Kysela1-5/+0
2015-02-23ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai5-230/+106
2015-02-23ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai6-86/+39
2015-02-23ALSA: hda - Bind codecs via standard busTakashi Iwai17-478/+401
2015-02-23ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai3-7/+0