summaryrefslogtreecommitdiffstats
path: root/drivers/sound
Commit message (Expand)AuthorAgeFilesLines
...
* dm: sound: exynos: Correct codec bus addressesSimon Glass2018-12-131-2/+1
* dm: sound: Fix up header orderingSimon Glass2018-12-133-28/+27
* dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass2018-12-131-11/+1
* dm: sound: max98095: Drop g_codec_info and g_max98095_infoSimon Glass2018-12-131-15/+12
* dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass2018-12-131-9/+7
* dm: sound: max98095: Drop global i2c-address variableSimon Glass2018-12-131-4/+4
* dm: sound: wm8994: Drop global i2c-address variableSimon Glass2018-12-131-4/+4
* dm: sound: max98095: Split out interface setup codeSimon Glass2018-12-131-12/+24
* dm: sound: wm899c: Split out interface setup codeSimon Glass2018-12-131-11/+23
* dm: sound: wm8994: Create a new common init functionSimon Glass2018-12-131-23/+33
* dm: sound: max98095: Pass private data to internal functionsSimon Glass2018-12-131-74/+78
* dm: sound: wm8994: Pass private data to internal functionsSimon Glass2018-12-131-142/+154
* dm: sound: Drop codec_typeSimon Glass2018-12-132-24/+0
* dm: sound: samsung: Rename i2stx_info to samsung_i2s_privSimon Glass2018-12-132-8/+8
* dm: sound: Drop unused pre-device-tree codeSimon Glass2018-12-132-12/+0
* dm: sound: samsung: Make local function staticSimon Glass2018-12-132-5/+5
* sound: Add sample rate as a parameter for square waveSimon Glass2018-11-292-4/+5
* sound: Correct data output in sound_create_square_wave()Simon Glass2018-11-291-2/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-078-17/+8
* libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h>Masahiro Yamada2018-03-051-1/+1
* dm: gpio: Add live tree supportSimon Glass2017-06-012-1/+3
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-182-2/+2
* drivers: hierarchize drivers Kconfig menuMasahiro Yamada2015-08-121-0/+4
* sandbox: exynos: Move CONFIG_SOUND_SANDBOX to KconfigSimon Glass2015-04-181-0/+9
* sandbox: exynos: Move CONFIG_SOUND_WM8994 to KconfigSimon Glass2015-04-181-0/+8
* sandbox: exynos: Move CONFIG_SOUND_MAX98095 to KconfigSimon Glass2015-04-181-0/+8
* sandbox: exynos: Move CONFIG_I2S_SAMSUNG to KconfigSimon Glass2015-04-181-0/+10
* sandbox: exynos: Move CONFIG_I2S to KconfigSimon Glass2015-04-181-0/+9
* sandbox: exynos: Move CONFIG_SOUND to KconfigSimon Glass2015-04-181-0/+11
* kconfig: add blank Kconfig filesMasahiro Yamada2014-09-241-0/+0
* build: define CPU only when arch/${ARCH}/cpu/${CPU} existsMasahiro Yamada2014-07-071-1/+1
* sound: Move Samsung-specific code into its own fileSimon Glass2014-03-173-221/+210
* sandbox: Add a simple sound driverSimon Glass2014-03-172-0/+25
* drivers: convert makefiles to Kbuild styleMasahiro Yamada2013-10-311-26/+4
* Sound: MAX98095: Support I2S0 channelDani Krishna Mohan2013-09-243-67/+115
* Sound: I2S: Replacing I2S1 with I2S0 channel.Dani Krishna Mohan2013-09-241-13/+32
* ARM: Added I2S0 clocks for audioDani Krishna Mohan2013-09-241-8/+18
* Sound: WM8994: Support I2S0 channelDani Krishna Mohan2013-09-243-59/+164
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-246-90/+6
* Sound: Support for MAX98095 codec in driverRajeshwari Shinde2013-03-081-2/+7
* Sound: MAX98095: Add the driver for codecRajeshwari Shinde2013-03-083-0/+862
* Sound: WM8994: Add FDT support to codecRajeshwari Shinde2013-01-082-6/+74
* Sound: Add FDT support to driverRajeshwari Shinde2013-01-081-69/+102
* SOUND: Add WM8994 codecRajeshwari Shinde2012-11-154-0/+1179
* SOUND: SAMSUNG: Add I2S driverRajeshwari Shinde2012-11-153-0/+633