diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-02 09:42:28 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-10-02 09:42:28 -0700 |
commit | 7575e4d56f6fdd7fe54fb603615b51d82f066700 (patch) | |
tree | db233bc6c4d4f09eedbabcdcaab01e1bba7ea7f8 /MAINTAINERS | |
parent | 50dddff3cb9af328dd42bafe3437c7f47e8b38a9 (diff) | |
parent | b7c2dc8e684a37d8f9544b9e528c050f2bb7ef47 (diff) | |
download | linux-7575e4d56f6fdd7fe54fb603615b51d82f066700.tar.gz linux-7575e4d56f6fdd7fe54fb603615b51d82f066700.tar.bz2 linux-7575e4d56f6fdd7fe54fb603615b51d82f066700.zip |
Merge tag 'sound-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai:
"Just a few pending bits of random fixes in ASoC. Nothing exciting,
but would be nice to be merged in 3.17, as most of them are also for
stable kernels"
* tag 'sound-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
ASoC: ssm2602: do not hardcode type to SSM2602
ASoC: core: fix possible ZERO_SIZE_PTR pointer dereferencing error.
MAINTAINERS: add atmel audio alsa driver maintainer entry
ASoC: rt286: Fix sync function
ASoC: rt286: Correct default value
ASoC: soc-compress: fix double unlock of fe card mutex
ASoC: fsl_ssi: fix kernel panic in probe function
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 8fd05d4e3b0a..c3cfa1be846e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1665,6 +1665,12 @@ M: Nicolas Ferre <nicolas.ferre@atmel.com> S: Supported F: drivers/tty/serial/atmel_serial.c +ATMEL Audio ALSA driver +M: Bo Shen <voice.shen@atmel.com> +L: alsa-devel@alsa-project.org (moderated for non-subscribers) +S: Supported +F: sound/soc/atmel + ATMEL DMA DRIVER M: Nicolas Ferre <nicolas.ferre@atmel.com> L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) |