aboutsummaryrefslogtreecommitdiff
path: root/drivers/sound/wm8994.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+0
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-0/+1
2024-05-07sound: Remove <common.h> and add needed includesTom Rini1-1/+0
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2018-12-13dm: sound: Complete migration to driver modelSimon Glass1-95/+0
2018-12-13dm: sound: Add conversion to driver modelSimon Glass1-1/+52
2018-12-13dm: sound: Fix up header orderingSimon Glass1-4/+4
2018-12-13dm: sound: wm8994: Drop wm8994_i2c_init()Simon Glass1-11/+1
2018-12-13dm: sound: wm8994: Drop g_codec_info and g_wm8994_infoSimon Glass1-9/+7
2018-12-13dm: sound: wm8994: Drop global i2c-address variableSimon Glass1-4/+4
2018-12-13dm: sound: wm899c: Split out interface setup codeSimon Glass1-11/+23
2018-12-13dm: sound: wm8994: Create a new common init functionSimon Glass1-23/+33
2018-12-13dm: sound: wm8994: Pass private data to internal functionsSimon Glass1-142/+154
2018-12-13dm: sound: Drop codec_typeSimon Glass1-10/+0
2018-12-13dm: sound: Drop unused pre-device-tree codeSimon Glass1-6/+0
2018-12-13dm: sound: samsung: Make local function staticSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-06-01dm: gpio: Add live tree supportSimon Glass1-1/+1
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-1/+1
2013-09-24Sound: WM8994: Support I2S0 channelDani Krishna Mohan1-49/+118
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-01-08Sound: WM8994: Add FDT support to codecRajeshwari Shinde1-2/+72
2012-11-15SOUND: Add WM8994 codecRajeshwari Shinde1-0/+792