summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2013-10-31ALSA: fix oops in snd_pcm_info() caused by ASoC DPCMRussell King1-0/+4
2013-10-31ASoC: rcar: remove original filter from rsnd_dma_init()Kuninori Morimoto1-11/+20
2013-10-31ASoC: ml26124: Fix negative array index readTakashi Iwai1-0/+2
2013-10-30Merge tag 'asoc-fix-v3.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Takashi Iwai2-1/+4
2013-10-30Merge remote-tracking branch 'asoc/fix/wm8994' into asoc-linusMark Brown1-0/+1
2013-10-30ASoC: rt5640: Fix ignored error checksTakashi Iwai1-3/+4
2013-10-30ASoC: wm8996: Fix negative array index readTakashi Iwai1-0/+2
2013-10-30ALSA: hda - Add extra chmap for 2.1 outputs on ASUS laptopsTakashi Iwai1-2/+28
2013-10-30Merge branch 'for-linus' into for-nextTakashi Iwai1-0/+1
2013-10-30ASoC: wm0010: Fix possible out-of-bounds array readTakashi Iwai1-4/+4
2013-10-30ASoC: wm_hubs: Add missing break in hp_supply_event()Takashi Iwai1-0/+1
2013-10-30ASoC: ab8500: Fix invalid cast to long pointerTakashi Iwai1-6/+6
2013-10-30ASoC: ab8500: Add missing of NULL check of devm_kzalloc()Takashi Iwai1-0/+2
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-27ASoC: fsl_spdif: fix return value check in fsl_spdif_probe()Wei Yongjun1-2/+2
2013-10-27ASoC: 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-26ALSA: hda - Add missing initial vmaster hook at build_controls callbackTakashi Iwai1-1/+3
2013-10-26ASoC: cs42l52: increase MAX_REGISTER for regmap_register_patchBrian Austin1-1/+1
2013-10-26ASoC: 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