aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/sound/wm8994.c
Commit message (Expand)AuthorAgeFilesLines
* Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini2024-05-201-1/+0
* Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini2024-05-191-0/+1
* sound: Remove <common.h> and add needed includesTom Rini2024-05-071-1/+0
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-7/+7
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* dm: sound: Complete migration to driver modelSimon Glass2018-12-131-95/+0
* dm: sound: Add conversion to driver modelSimon Glass2018-12-131-1/+52
* dm: sound: Fix up header orderingSimon Glass2018-12-131-4/+4
* dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass2018-12-131-11/+1
* dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass2018-12-131-9/+7
* dm: sound: wm8994: Drop global i2c-address variableSimon Glass2018-12-131-4/+4
* 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: wm8994: Pass private data to internal functionsSimon Glass2018-12-131-142/+154
* dm: sound: Drop codec_typeSimon Glass2018-12-131-10/+0
* dm: sound: Drop unused pre-device-tree codeSimon Glass2018-12-131-6/+0
* dm: sound: samsung: Make local function staticSimon Glass2018-12-131-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* dm: gpio: Add live tree supportSimon Glass2017-06-011-1/+1
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-1/+1
* Sound: WM8994: Support I2S0 channelDani Krishna Mohan2013-09-241-49/+118
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-17/+1
* Sound: WM8994: Add FDT support to codecRajeshwari Shinde2013-01-081-2/+72
* SOUND: Add WM8994 codecRajeshwari Shinde2012-11-151-0/+792