summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2017-05-24ALSA: gus: remove unused local flagTakashi Sakamoto1-27/+22
2017-05-24ALSA: control: remove entry limitation for list operationTakashi Sakamoto1-3/+1
2017-05-23ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai1-3/+3
2017-05-23ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai2-47/+67
2017-05-23ALSA: control: Simplify snd_ctl_elem_list() implementationTakashi Iwai1-42/+24
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto12-227/+9
2017-05-21ALSA: mixart: constify snd_kcontrol_new structuresBhumika Goyal1-3/+3
2017-05-21ALSA: cs46xx: constify snd_kcontrol_new structuresBhumika Goyal1-1/+1
2017-05-21ALSA: ice1712: constify snd_kcontrol_new structuresBhumika Goyal2-4/+4
2017-05-21ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal5-7/+7
2017-05-21ALSA: pcm: Simplify forward/rewind codesTakashi Iwai1-68/+50
2017-05-21ALSA: pcm: Use a common helper for PCM state check and hwsyncTakashi Iwai1-118/+35
2017-05-18ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as constArnd Bergmann1-1/+1
2017-05-18ALSA: pcm: use "do {} while (0)" for empty macroArnd Bergmann1-1/+1
2017-05-17ALSA: pcm: constify function local and read-only tableTakashi Sakamoto1-2/+3
2017-05-17ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto3-11/+12
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto4-8/+10
2017-05-17ALSA: pcm: add const qualifier for read-only table for sampling rateTakashi Sakamoto1-2/+4
2017-05-17Merge branch 'topic/avr32-removal' into for-nextTakashi Iwai4-998/+74
2017-05-17ALSA: Enable build with m68kTakashi Iwai1-2/+2
2017-05-17ALSA: emu10k1: Get rid of set_fs() usageTakashi Iwai1-54/+73
2017-05-17ALSA: opl3: Kill unused set_fs()Takashi Iwai1-14/+0
2017-05-17ALSA: hda - Remove superfluous header inclusionsTakashi Iwai1-2/+0
2017-05-17ALSA: hda - Fix a typo in commentTakashi Iwai1-1/+1
2017-05-17ALSA: hda - Remove the use of set_fs()Takashi Iwai1-28/+31
2017-05-17ALSA: hda - Remove the generic bind ctl helpersTakashi Iwai2-168/+0
2017-05-17ALSA: hda - Move bind-mixer switch codes to generic parserTakashi Iwai3-85/+44
2017-05-17ALSA: hda - Simplify bound-beep mute control for ALC268Takashi Iwai1-9/+28
2017-05-17ALSA: cs4281: Fix the leftover commentTakashi Iwai1-1/+1
2017-05-17ALSA: sb: Use IS_REACHABLE()Takashi Iwai2-2/+2
2017-05-17ALSA: opl4: Use IS_REACHABLE()Takashi Iwai2-3/+3
2017-05-17ALSA: cmi8238: Use IS_ENABLED()Takashi Iwai1-1/+1
2017-05-17ALSA: pcm: Build pcm notifier code conditionallyTakashi Iwai1-13/+20
2017-05-17ALSA: ak411x: Use array instead of offsetof()Takashi Iwai3-36/+33
2017-05-17ALSA: vxpocket: Use container_of()Takashi Iwai4-21/+23
2017-05-15ALSA: atmel: Remove AVR32 bits from the driverAndy Shevchenko4-998/+74
2017-05-15ALSA: vx222: Use container_of()Takashi Iwai3-15/+17
2017-05-15ALSA: us122l: enable compile testingJohan Hovold1-1/+1
2017-05-15ALSA: us122l: clean up US144 handlingJohan Hovold2-18/+20
2017-05-15ALSA: usb-audio: fix Amanero Combo384 quirk on big-endian hostsJohan Hovold1-1/+1
2017-05-12Merge tag 'sound-fix-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1/+8
2017-05-12sound: Disable the build of OSS driversTakashi Iwai1-0/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds45-225/+225
2017-05-10ALSA: hda: Fix cpu lockup when stopping the cmd dmasJeeja KP1-0/+4
2017-05-08alsa: use set_memory.h headerLaura Abbott3-3/+5
2017-05-08scripts/spelling.txt: add regsiter -> register spelling mistakeStephen Boyd1-1/+1
2017-05-08ALSA: hda - Add mute led support for HP EliteBook 840 G3Florin Tudorache1-1/+3
2017-05-03Merge tag 'sound-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds282-2600/+18488
2017-05-02Merge tag 'asoc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai185-1880/+12070
2017-05-02Merge branch 'for-next' into for-linusTakashi Iwai99-720/+6418