aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound
AgeCommit message (Expand)AuthorFilesLines
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini8-17/+8
2018-03-05libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada1-1/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass2-1/+3
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2-2/+2
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+4
2015-04-18sandbox: exynos: Move CONFIG_SOUND_SANDBOX to KconfigSimon Glass1-0/+9
2015-04-18sandbox: exynos: Move CONFIG_SOUND_WM8994 to KconfigSimon Glass1-0/+8
2015-04-18sandbox: exynos: Move CONFIG_SOUND_MAX98095 to KconfigSimon Glass1-0/+8
2015-04-18sandbox: exynos: Move CONFIG_I2S_SAMSUNG to KconfigSimon Glass1-0/+10
2015-04-18sandbox: exynos: Move CONFIG_I2S to KconfigSimon Glass1-0/+9
2015-04-18sandbox: exynos: Move CONFIG_SOUND to KconfigSimon Glass1-0/+11
2014-09-24kconfig: add blank Kconfig filesMasahiro Yamada1-0/+0
2014-07-07build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada1-1/+1
2014-03-17sound: Move Samsung-specific code into its own fileSimon Glass3-221/+210
2014-03-17sandbox: Add a simple sound driverSimon Glass2-0/+25
2013-10-31drivers: convert makefiles to Kbuild styleMasahiro Yamada1-26/+4
2013-09-24Sound: MAX98095: Support I2S0 channelDani Krishna Mohan3-67/+115
2013-09-24Sound: I2S: Replacing I2S1 with I2S0 channel.Dani Krishna Mohan1-13/+32
2013-09-24ARM: Added I2S0 clocks for audioDani Krishna Mohan1-8/+18
2013-09-24Sound: WM8994: Support I2S0 channelDani Krishna Mohan3-59/+164
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk6-90/+6
2013-03-08Sound: Support for MAX98095 codec in driverRajeshwari Shinde1-2/+7
2013-03-08Sound: MAX98095: Add the driver for codecRajeshwari Shinde3-0/+862
2013-01-08Sound: WM8994: Add FDT support to codecRajeshwari Shinde2-6/+74
2013-01-08Sound: Add FDT support to driverRajeshwari Shinde1-69/+102
2012-11-15SOUND: Add WM8994 codecRajeshwari Shinde4-0/+1179
2012-11-15SOUND: SAMSUNG: Add I2S driverRajeshwari Shinde3-0/+633