summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ALSA: pcm: Unify read/write loopTakashi Iwai2017-06-021-138/+46Star
* ALSA: pcm: More unification of PCM transfer codesTakashi Iwai2017-06-021-131/+123Star
* ALSA: pcm: Call directly the common read/write helpersTakashi Iwai2017-06-021-101/+55Star
* ALSA: pcm: Shuffle codesTakashi Iwai2017-06-021-106/+106
* ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai2017-06-021-52/+29Star
* ALSA: pcm: Drop the old copy and silence opsTakashi Iwai2017-06-022-39/+1Star
* ASoC: blackfin: Convert to the new PCM opsTakashi Iwai2017-06-022-20/+43
* ALSA: sh: Convert to the new PCM opsTakashi Iwai2017-06-021-24/+30
* ALSA: sb: Convert to the new PCM opsTakashi Iwai2017-06-021-81/+109
* ALSA: gus: Convert to the new PCM opsTakashi Iwai2017-06-021-38/+59
* ALSA: hdsp: Convert to the new PCM opsTakashi Iwai2017-06-021-17/+50
* ALSA: rme9652: Convert to the new PCM opsTakashi Iwai2017-06-021-17/+54
* ALSA: rme96: Convert to the new PCM opsTakashi Iwai2017-06-021-26/+44
* ALSA: rme32: Convert to the new PCM copy opsTakashi Iwai2017-06-021-22/+43
* ALSA: korg1212: Convert to the new PCM opsTakashi Iwai2017-06-021-47/+65
* ALSA: nm256: Convert to new PCM copy opsTakashi Iwai2017-06-021-20/+37
* ALSA: es1938: Convert to the new PCM copy opsTakashi Iwai2017-06-021-8/+25
* ALSA: dummy: Convert to new PCM copy opsTakashi Iwai2017-06-021-6/+14
* ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence opsTakashi Iwai2017-06-022-15/+77
* ALSA: pcm: include pcm_local.h and remove some extraneous tabsColin Ian King2017-05-301-6/+8
* ALSA: declare snd_kcontrol_new structures as constBhumika Goyal2017-05-3014-51/+51
* ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto2017-05-265-0/+60
* ALSA: pcm: Call ack() whenever appl_ptr is updatedTakashi Iwai2017-05-251-9/+37
* ALSA: rme32: Deliver indirect-PCM transfer errorTakashi Iwai2017-05-251-6/+4Star
* ALSA: emu10k1: Deliver indirect-PCM transfer errorTakashi Iwai2017-05-251-2/+2
* ALSA: cs46xx: Deliver indirect-PCM transfer errorTakashi Iwai2017-05-251-4/+4
* ALSA: mips: Deliver indirect-PCM transfer errorTakashi Iwai2017-05-251-8/+6Star
* ALSA: sb: remove needless evaluation in implementation for copy callbackTakashi Sakamoto2017-05-241-25/+3Star
* ALSA: gus: remove unused local flagTakashi Sakamoto2017-05-241-27/+22Star
* ALSA: control: remove entry limitation for list operationTakashi Sakamoto2017-05-241-3/+1Star
* ALSA: info: Use kvzalloc() for a temporary write bufferTakashi Iwai2017-05-231-3/+3
* ALSA: pcm: Remove set_fs() in PCM core codeTakashi Iwai2017-05-232-47/+67
* ALSA: control: Simplify snd_ctl_elem_list() implementationTakashi Iwai2017-05-231-42/+24Star
* ALSA: firewire: remove support for 16 bit PCM samples in playback substreamTakashi Sakamoto2017-05-2212-227/+9Star
* ALSA: mixart: constify snd_kcontrol_new structuresBhumika Goyal2017-05-211-3/+3
* ALSA: cs46xx: constify snd_kcontrol_new structuresBhumika Goyal2017-05-211-1/+1
* ALSA: ice1712: constify snd_kcontrol_new structuresBhumika Goyal2017-05-212-4/+4
* ALSA: sound/isa: constify snd_kcontrol_new structuresBhumika Goyal2017-05-215-7/+7
* ALSA: pcm: Simplify forward/rewind codesTakashi Iwai2017-05-211-68/+50Star
* ALSA: pcm: Use a common helper for PCM state check and hwsyncTakashi Iwai2017-05-211-118/+35Star
* ALSA: pcm/oss: mark snd_pcm_plug_slave_format arg as constArnd Bergmann2017-05-181-1/+1
* ALSA: pcm: use "do {} while (0)" for empty macroArnd Bergmann2017-05-181-1/+1
* ALSA: pcm: constify function local and read-only tableTakashi Sakamoto2017-05-171-2/+3
* ALSA: pcm/oss: refer to parameters instead of copying to reduce usage of kern...Takashi Sakamoto2017-05-173-11/+12
* ALSA: pcm: use helper function to refer parameter as read-onlyTakashi Sakamoto2017-05-174-8/+10
* ALSA: pcm: add const qualifier for read-only table for sampling rateTakashi Sakamoto2017-05-171-2/+4
* Merge branch 'topic/avr32-removal' into for-nextTakashi Iwai2017-05-174-998/+74Star
|\
| * ALSA: atmel: Remove AVR32 bits from the driverAndy Shevchenko2017-05-154-998/+74Star
* | ALSA: Enable build with m68kTakashi Iwai2017-05-171-2/+2
* | ALSA: emu10k1: Get rid of set_fs() usageTakashi Iwai2017-05-171-54/+73