summaryrefslogtreecommitdiff
path: root/drivers/sound
Commit message (Expand)AuthorAgeFilesLines
* x86: Add sound support for samusSimon Glass2019-02-201-1/+1
* x86: sound: Add sound support for samus (broadwell)Simon Glass2019-02-202-1/+66
* sound: Add a driver for RealTek RT5677Simon Glass2019-02-204-0/+1772
* x86: sound: Add support for broadwell I2SSimon Glass2019-02-203-0/+608
* sound: Add a driver for the i8254 beepSimon Glass2019-02-203-0/+51
* sound: x86: link: Add sound supportSimon Glass2019-02-203-0/+148
* sandbox: sound: Silence sound for testingSimon Glass2019-02-201-3/+22
* sound: Add support for Intel HDASimon Glass2019-02-203-0/+566
* sound: Add uclass operations for beepingSimon Glass2019-02-202-4/+76
* sound: Mark sound_setup() as optionalSimon Glass2019-02-201-1/+1
* sound: Allow audio codecs to be used by other SoCsSimon Glass2019-02-096-28/+8
* sound: samsung: Fix 'regiter' typoSimon Glass2019-02-091-8/+8
* sound: Add a driver for max98088Simon Glass2019-02-095-1/+633
* rockchip: Add a sound driverSimon Glass2019-02-012-1/+133
* rockchip: Add an I2S driverSimon Glass2019-02-013-0/+159
* dm: sound: Use the correct number of channels for soundSimon Glass2018-12-132-5/+8
* dm: sandbox: Allow selection of sample rate and channelsSimon Glass2018-12-131-1/+1
* dm: sound: max98095: Tidy up error codesSimon Glass2018-12-131-24/+23
* dm: sound: Fix license headersSimon Glass2018-12-132-9/+3
* dm: sound: Complete migration to driver modelSimon Glass2018-12-136-410/+4
* dm: exynos: sound: Convert to use driver modelSimon Glass2018-12-131-0/+3
* dm: sound: exynos: Add support for max98090Simon Glass2018-12-134-0/+1049
* dm: sound: Move common code out of maxim98095Simon Glass2018-12-135-135/+204
* dm: sound: Add conversion to driver modelSimon Glass2018-12-136-17/+318
* dm: sound: Start i2c IDs from 0Simon Glass2018-12-133-6/+4
* dm: sound: Create a uclass for soundSimon Glass2018-12-133-0/+195
* dm: sound: Create a uclass for i2sSimon Glass2018-12-133-1/+85
* dm: sound: Create a uclass for audio codecsSimon Glass2018-12-133-0/+82
* dm: sound: Rename samsung_i2s_priv to i2s_uc_privSimon Glass2018-12-132-7/+7
* dm: sound: Create an option to use driver model for soundSimon Glass2018-12-131-0/+6
* 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