summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2017-06-02ALSA: sb: Convert to the new PCM opsTakashi Iwai1-81/+109
2017-06-02ALSA: gus: Convert to the new PCM opsTakashi Iwai1-38/+59
2017-06-02ALSA: hdsp: Convert to the new PCM opsTakashi Iwai1-17/+50
2017-06-02ALSA: rme9652: Convert to the new PCM opsTakashi Iwai1-17/+54
2017-06-02ALSA: rme96: Convert to the new PCM opsTakashi Iwai1-26/+44
2017-06-02ALSA: rme32: Convert to the new PCM copy opsTakashi Iwai1-22/+43
2017-06-02ALSA: korg1212: Convert to the new PCM opsTakashi Iwai1-47/+65
2017-06-02ALSA: nm256: Convert to new PCM copy opsTakashi Iwai1-20/+37
2017-06-02ALSA: es1938: Convert to the new PCM copy opsTakashi Iwai1-8/+25
2017-06-02ALSA: dummy: Convert to new PCM copy opsTakashi Iwai1-6/+14
2017-06-02ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai2-15/+77
2017-05-30ALSA: pcm: include pcm_local.h and remove some extraneous tabsColin Ian King1-6/+8
2017-05-30ALSA: declare snd_kcontrol_new structures as constBhumika Goyal14-51/+51
2017-05-26ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto5-0/+60
2017-05-25ALSA: pcm: Call ack() whenever appl_ptr is updatedTakashi Iwai1-9/+37
2017-05-25ALSA: rme32: Deliver indirect-PCM transfer errorTakashi Iwai1-6/+4
2017-05-25ALSA: emu10k1: Deliver indirect-PCM transfer errorTakashi Iwai1-2/+2
2017-05-25ALSA: cs46xx: Deliver indirect-PCM transfer errorTakashi Iwai1-4/+4
2017-05-25ALSA: mips: Deliver indirect-PCM transfer errorTakashi Iwai1-8/+6
2017-05-24ALSA: sb: remove needless evaluation in implementation for copy callbackTakashi Sakamoto1-25/+3
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