summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)Author
2017-06-07ALSA: firewire: process packets in 'struct snd_pcm_ops.ack' callbackTakashi Sakamoto
2017-06-02ALSA: pcm: Build OSS writev/readv helpers conditionallyTakashi Iwai
2017-06-02ALSA: pcm: Kill set_fs() in PCM OSS layerTakashi Iwai
2017-06-02ALSA: pcm: Direct in-kernel read/write supportTakashi Iwai
2017-06-02ALSA: pcm: Simplify snd_pcm_playback_silence()Takashi Iwai
2017-06-02ALSA: pcm: Unify read/write loopTakashi Iwai
2017-06-02ALSA: pcm: More unification of PCM transfer codesTakashi Iwai
2017-06-02ALSA: pcm: Call directly the common read/write helpersTakashi Iwai
2017-06-02ALSA: pcm: Shuffle codesTakashi Iwai
2017-06-02ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai
2017-06-02ALSA: pcm: Drop the old copy and silence opsTakashi Iwai
2017-06-02ASoC: blackfin: Convert to the new PCM opsTakashi Iwai
2017-06-02ALSA: sh: Convert to the new PCM opsTakashi Iwai
2017-06-02ALSA: sb: Convert to the new PCM opsTakashi Iwai
2017-06-02ALSA: gus: Convert to the new PCM opsTakashi Iwai
2017-06-02ALSA: hdsp: Convert to the new PCM opsTakashi Iwai
2017-06-02ALSA: rme9652: Convert to the new PCM opsTakashi Iwai
2017-06-02ALSA: rme96: Convert to the new PCM opsTakashi Iwai
2017-06-02ALSA: rme32: Convert to the new PCM copy opsTakashi Iwai
2017-06-02ALSA: korg1212: Convert to the new PCM opsTakashi Iwai
2017-06-02ALSA: nm256: Convert to new PCM copy opsTakashi Iwai
2017-06-02ALSA: es1938: Convert to the new PCM copy opsTakashi Iwai
2017-06-02ALSA: dummy: Convert to new PCM copy opsTakashi Iwai
2017-06-02ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai
2017-05-30ALSA: pcm: include pcm_local.h and remove some extraneous tabsColin Ian King
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal
2017-05-26ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto
2017-05-25ALSA: pcm: Call ack() whenever appl_ptr is updatedTakashi Iwai
2017-05-25ALSA: rme32: Deliver indirect-PCM transfer errorTakashi Iwai
2017-05-25ALSA: emu10k1: Deliver indirect-PCM transfer errorTakashi Iwai
2017-05-25ALSA: cs46xx: Deliver indirect-PCM transfer errorTakashi Iwai
2017-05-25ALSA: mips: Deliver indirect-PCM transfer errorTakashi Iwai
2017-05-24ALSA: sb: remove needless evaluation in implementation for copy callbackTakashi Sakamoto
2017-05-24ALSA: gus: remove unused local flagTakashi Sakamoto
2017-05-24ALSA: control: remove entry limitation for list operationTakashi Sakamoto
2017-05-23ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai
2017-05-23ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai
2017-05-23ALSA: control: Simplify snd_ctl_elem_list() implementationTakashi Iwai
2017-05-22ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto
2017-05-21ALSA: mixart: constify snd_kcontrol_new structuresBhumika Goyal
2017-05-21ALSA: cs46xx: constify snd_kcontrol_new structuresBhumika Goyal
2017-05-21ALSA: ice1712: constify snd_kcontrol_new structuresBhumika Goyal
2017-05-21ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal
2017-05-21ALSA: pcm: Simplify forward/rewind codesTakashi Iwai
2017-05-21ALSA: pcm: Use a common helper for PCM state check and hwsyncTakashi Iwai
2017-05-18ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as constArnd Bergmann
2017-05-18ALSA: pcm: use "do {} while (0)" for empty macroArnd Bergmann
2017-05-17ALSA: pcm: constify function local and read-only tableTakashi Sakamoto
2017-05-17ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto
2017-05-17ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto