summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-06-02ALSA: pcm: More unification of PCM transfer codesTakashi Iwai1-131/+123
2017-06-02ALSA: pcm: Call directly the common read/write helpersTakashi Iwai2-110/+89
2017-06-02ALSA: pcm: Shuffle codesTakashi Iwai1-106/+106
2017-06-02ALSA: pcm: Check PCM state by a common helper functionTakashi Iwai1-52/+29
2017-06-02ALSA: pcm: Drop the old copy and silence opsTakashi Iwai3-44/+1
2017-06-02[media] solo6x10: Convert to the new PCM opsTakashi Iwai1-8/+24
2017-06-02ASoC: blackfin: Convert to the new PCM opsTakashi Iwai2-20/+43
2017-06-02ALSA: sh: Convert to the new PCM opsTakashi Iwai1-24/+30
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 Iwai3-15/+84
2017-06-01ALSA: hda - Fix applying MSI dual-codec mobo quirkTakashi Iwai1-2/+2
2017-05-31ALSA: usb: Avoid VLA in mixer_us16x08.cTakashi Iwai1-3/+8
2017-05-31ALSA: usb: Fix a typo in Tascam US-16x08 mixer elementTakashi Iwai1-1/+1
2017-05-31Revert "ALSA: usb-audio: purge needless variable length array"Takashi Iwai1-4/+4
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-26Merge remote-tracking branch 'asoc/fix/rt286' into asoc-linusMark Brown1-0/+7
2017-05-26Merge remote-tracking branches 'asoc/fix/atmel', 'asoc/fix/cirrus', 'asoc/fix...Mark Brown5-5/+15
2017-05-26Merge remote-tracking branch 'asoc/fix/rcar' into asoc-linusMark Brown8-8/+86
2017-05-26Merge remote-tracking branch 'asoc/fix/intel' into asoc-linusMark Brown4-76/+97
2017-05-26ASoC: rsnd: fixup parent_clk_name of AUDIO_CLKOUTxKuninori Morimoto1-2/+4
2017-05-26ALSA: pcm: add local header file for snd-pcm moduleTakashi Sakamoto6-32/+60
2017-05-25ALSA: pcm: Call ack() whenever appl_ptr is updatedTakashi Iwai1-9/+37
2017-05-25staging: bcm2835-audio: Deliver indirect-PCM transfer errorTakashi Iwai1-3/+2
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-25ALSA: pcm: Fix negative appl_ptr handling in pcm-indirect helpersTakashi Iwai1-2/+8
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-24ASoC: Intel: Skylake: Fix to parse consecutive string tkns in manifestShreyas NC1-1/+1
2017-05-24ASoC: Intel: Skylake: Fix IPC rx_list corruptionPardha Saradhi K1-0/+5
2017-05-24ASoC: rsnd: SSI PIO adjust to 24bit modeKuninori Morimoto1-2/+9
2017-05-24MAINTAINERS: Update email address for patches to Wolfson partsCharles Keepax1-1/+1
2017-05-24ASoC: Fix use-after-free at card unregistrationTakashi Iwai1-2/+3
2017-05-24ALSA: control: remove entry limitation for list operationTakashi Sakamoto1-3/+1
2017-05-23ALSA: hda - apply STAC_9200_DELL_M22 quirk for Dell Latitude D430Alexander Tsoy1-0/+2
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