summaryrefslogtreecommitdiffstats
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2013-10-30ALSA: hda - Add a fixup for ASUS N76VZTakashi Iwai1-0/+1
2013-10-30ALSA: hda - Disable AA-loopback on ALC283 ChromebookTakashi Iwai1-0/+2
2013-10-29ASoC: wm8962: Fix null pointer pdata access in I2C probe()Nicolin Chen1-7/+7
2013-10-29ALSA: lola: Fix uninitialized variable access in error messageTakashi Iwai1-1/+1
2013-10-29ALSA: ice1724: Fix uninitialized variable accessTakashi Iwai2-2/+4
2013-10-29ALSA: ak4114: Fix wrong register array sizeTakashi Iwai1-4/+4
2013-10-29ALSA: rme96: Return error code in PCM copy opsTakashi Iwai1-6/+4
2013-10-29ALSA: ali5451: Drop unused variableTakashi Iwai1-2/+0
2013-10-29ALSA: ad1889: Fix right attenuation proc outputTakashi Iwai1-1/+1
2013-10-29ALSA: Use strlcpy() instead of strncpy()Takashi Iwai6-8/+8
2013-10-29ALSA: Limit the fallback card id string sizeTakashi Iwai1-1/+1
2013-10-29ALSA: pcsp: Fix initialization with nopcm=1Takashi Iwai1-1/+2
2013-10-29ALSA: opl3: Fix possible negative array index accessTakashi Iwai1-0/+5
2013-10-29ALSA: memalloc: NULL-initialize in snd_malloc_dev_iram()Takashi Iwai1-0/+3
2013-10-29ALSA: memalloc: Make snd_{malloc|free}_dev_iram() staticTakashi Iwai1-2/+2
2013-10-29ALSA: Optimize module name checkTakashi Iwai1-1/+1
2013-10-29ALSA: pcm: Add fallthru commentsTakashi Iwai1-0/+2
2013-10-29ALSA: hda - Remove locally dead codesTakashi Iwai2-4/+1
2013-10-29ALSA: hda - Add a fallthru commentTakashi Iwai1-0/+1
2013-10-29ALSA: hda - Fix possible NULL dereference in snd_hda_get_pin_label()Takashi Iwai1-1/+1
2013-10-29ALSA: 6fire: Fix probe of multiple cardsTakashi Iwai1-1/+1
2013-10-28ASoC: dapm: Return -ENOMEM in snd_soc_dapm_new_dai_widgets()Takashi Iwai1-0/+2
2013-10-28ASoC: dapm: Fix source list debugfs outputsTakashi Iwai1-1/+1
2013-10-28ALSA: memalloc: Yet another ifdef CONFIG_GENERIC_ALLOCATOR protectionTakashi Iwai1-0/+2
2013-10-28ALSA: pcm_dmaengine: Remove hardcoded PCM formatsTakashi Iwai1-13/+9
2013-10-26ASoC: fsl_spdif: fix return value check in fsl_spdif_probe()Wei Yongjun1-2/+2
2013-10-26ASoC: wm5110: Add missing routes for AEC LoopbackCharles Keepax1-0/+12
2013-10-26ALSA: hda - Sync EAPD with vmaster on AD1984A ThinkpadsTakashi Iwai1-1/+4
2013-10-26Merge branch 'for-linus' into for-nextTakashi Iwai3-4/+22
2013-10-26ALSA: hda - Fix silent headphone on Thinkpads with AD1984A codecTakashi Iwai1-1/+17
2013-10-25ALSA: hda - Add missing initial vmaster hook at build_controls callbackTakashi Iwai1-1/+3
2013-10-25ASoC: cs42l52: increase MAX_REGISTER for regmap_register_patchBrian Austin1-1/+1
2013-10-25ASoC: dmaengine: Use SNDRV_PCM_STREAM_LAST for array sizeTakashi Iwai1-1/+1
2013-10-25ASoC: cs42l52: Add chip rev id messageBrian Austin1-0/+3
2013-10-25ASoC: cs42l52: convert pdata config to regmap_update_bitsBrian Austin1-35/+34
2013-10-25ASoC: cs42l52: Add platform data for reset gpioBrian Austin1-4/+17
2013-10-25Merge tag 'asoc-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai111-2848/+3240
2013-10-25ASoC: samsung: fix return value check in i2s_alloc_dai()Wei Yongjun1-1/+1
2013-10-25ASoC: kirkwood: Fix compile error due to patch 'add S/PDIF support'Jean-Francois Moine1-1/+1
2013-10-25ALSA: hda - hdmi: Re-setup pin and infoframe on plug-in on all codecsAnssi Hannula1-4/+5
2013-10-24ALSA: hda - hdmi: Disable ramp-up/down for non-PCM on AMD codecsAnssi Hannula1-0/+22
2013-10-24ALSA: hda - hdmi: Add HBR bitstreaming support for ATI/AMD HDMI codecsAnssi Hannula1-0/+35
2013-10-24ALSA: hda - hdmi: Add ELD emulation for ATI/AMD codecsAnssi Hannula3-0/+164
2013-10-24ALSA: hda - hdmi: Add ATI/AMD multi-channel audio supportAnssi Hannula1-29/+273
2013-10-24ALSA: hda - hdmi: Allow HDA patches to customize more operationsAnssi Hannula1-80/+195
2013-10-24ALSA: hda/realtek - Raise the delay for alc283_shutupKailang Yang1-2/+2
2013-10-24ALSA: compress: fix drain calls blocking other compress functionsVinod Koul1-3/+38
2013-10-24ALSA: Add ifdef CONFIG_GENERIC_ALLOCATOR for SNDRV_DMA_TYPE_IRAM codeTakashi Iwai2-0/+6
2013-10-24ASoC: eukrea-tlv320: Use dev_err instead of pr_err.Denis Carikli1-5/+10
2013-10-24Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown1-110/+108