summaryrefslogtreecommitdiff
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: au88x0: avoid theoretical uninitialized accessArnd Bergmann2017-03-241-0/+3
* ALSA: hda/ca0132: Remove double parenthesesMatthias Kaehlcke2017-03-201-2/+2
* ALSA: es1688: Use strcpy() instead of sprintf()Nicolas Iooss2017-03-201-1/+1
* Merge branch 'topic/for-4.12' into for-nextTakashi Iwai2017-03-2031-132/+231
|\
| * ALSA: hda/realtek - Fix speaker support for Asus AiO ZN270IEChris Chiu2017-02-281-0/+12
| * ALSA: hda/realtek - Fix headset mic and speaker on Asus X441SA/X441UVChris Chiu2017-02-281-0/+24
| * ALSA: hda/realtek - Fix headset and mic on several Asus laptops with ALC256Chris Chiu2017-02-281-0/+30
| * ALSA: hda/realtek - Fix headset mic on several Asus laptops with ALC255Chris Chiu2017-02-281-0/+21
| * ALSA: hda/realtek - Add support for Acer Aspire E5-475 headset micChris Chiu2017-02-281-0/+14
| * ALSA: vx: remove 'out of memory' messageMihai Burduselu2017-02-281-3/+1
| * ALSA: usb-audio: constify snd_kcontrol_new structuresBhumika Goyal2017-02-211-6/+6
| * ALSA: pci: constify snd_kcontrol_new structuresBhumika Goyal2017-02-2128-123/+123
* | ALSA: hda - add support for docking station for HP 840 G3Jaroslav Kysela2017-03-201-0/+11
* | ALSA: hda - add support for docking station for HP 820 G2Jaroslav Kysela2017-03-201-1/+13
* | ALSA: ctxfi: Fix the incorrect check of dma_set_mask() callTakashi Iwai2017-03-201-1/+1
* | scripts/spelling.txt: add "disble(d)" pattern and fix typo instancesMasahiro Yamada2017-03-091-1/+1
* | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-0229-4/+36
* | Merge tag 'sound-fix-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-017-29/+36
|\ \
| * | ALSA: seq: Fix link corruption by event error handlingTakashi Iwai2017-02-281-0/+3
| * | ALSA: hda - Add subwoofer support for Dell Inspiron 17 7000 GamingTakashi Iwai2017-02-281-0/+1
| * | ALSA: ctxfi: Fallback DMA mask to 32bitTakashi Iwai2017-02-282-26/+12
| * | ALSA: timer: Reject user params with too small ticksTakashi Iwai2017-02-281-3/+15
| * | ALSA: hda: Add Geminilake HDMI codec IDVinod Koul2017-02-271-0/+1
| * | ALSA: hda - Fix micmute hotkey problem for a lenovo AIO machineHui Wang2017-02-271-0/+1
| * | ALSA: hda - Add Geminilake PCI IDVinod Koul2017-02-251-0/+3
* | | lib/vsprintf.c: remove %Z supportAlexey Dobriyan2017-02-274-5/+5
* | | scripts/spelling.txt: add "followings" pattern and fix typo instancesMasahiro Yamada2017-02-273-3/+3
* | | scripts/spelling.txt: add "overwriten" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | scripts/spelling.txt: add "deintialize(d)" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | scripts/spelling.txt: add "intialization" pattern and fix typo instancesMasahiro Yamada2017-02-272-3/+3
* | | scripts/spelling.txt: add "unneded" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | scripts/spelling.txt: add "an union" pattern and fix typo instancesMasahiro Yamada2017-02-272-2/+2
* | | scripts/spelling.txt: add "swith" pattern and fix typo instancesMasahiro Yamada2017-02-271-1/+1
* | | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-244-19/+13
* | | Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-233-56/+268
|\ \ \ | |/ / |/| |
| * | Merge tag 'v4.10-rc8' into drm-nextDave Airlie2017-02-234-22/+24
| |\ \
| * \ \ Merge tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/dr...Dave Airlie2017-01-273-56/+268
| |\ \ \
| | * | | ALSA: hda - add DP MST audio supportLibin Yang2017-01-122-52/+197
| | * | | ALSA: hda - add DP mst verb supportLibin Yang2017-01-122-4/+71
* | | | | ALSA: usb-audio: Tidy up mixer_us16x08.cTakashi Iwai2017-02-221-82/+50
* | | | | ALSA: usb-audio: Fix memory leak and corruption in mixer_us16x08.cTakashi Iwai2017-02-222-54/+39
* | | | | ALSA: usb-audio: purge needless variable length arrayTakashi Sakamoto2017-02-221-4/+4
* | | | | ALSA: x86: hdmi: select CONFIG_SND_PCMArnd Bergmann2017-02-211-0/+1
* | | | | ALSA: x86: Don't enable runtime PM as defaultTakashi Iwai2017-02-211-2/+4
* | | | | ALSA: x86: Use runtime PM autosuspendTakashi Iwai2017-02-211-4/+18
| |_|_|/ |/| | |
* | | | ALSA: usb-audio: localize function without external linkageTakashi Sakamoto2017-02-201-1/+1
* | | | ALSA: usb-audio: localize one-referrer variableTakashi Sakamoto2017-02-201-1/+1
* | | | Merge tag 'asoc-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2017-02-20128-1464/+5225
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge remote-tracking branches 'asoc/topic/wm8753' and 'asoc/topic/zte' into ...Mark Brown2017-02-192-14/+32
| |\ \ \ \ \
| | | * | | | ASoC: zx-i2s: introduce pclk for zx2967 familyBaoyou Xie2017-02-091-9/+29