aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/si476x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: si476x: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-02-28ASoC: si476x: Use modern ASoC DAI format terminologyMark Brown1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 285Thomas Gleixner1-10/+1
2018-02-12ASoC: si476x: replace codec to componentKuninori Morimoto1-23/+19
2017-12-04ASoC: use snd_soc_component_init_regmap() on si476xKuninori Morimoto1-3/+6
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2016-08-08ASoC: codec duplicated callback function goes to component on si476xKuninori Morimoto1-4/+6
2015-07-15ASoC: Constify snd_soc_dai_ops variablesAxel Lin1-1/+1
2014-10-20ASoC: codecs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-07-31ASoC: si476x: Convert to params_width()Mark Brown1-5/+5
2014-04-14ASoC: codec: fix the sparse check warnings.Xiubo Li1-1/+1
2014-04-14ASoC: si476x: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li1-8/+6
2014-03-11ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li1-2/+4
2014-03-10ASoC: si476x: Fix IO setupLars-Peter Clausen1-1/+1
2013-10-20ASoC: si476x: Fix locking of coreMark Brown1-3/+15
2013-09-26ASoC: si476x: Remove custom register I/O implementationMark Brown1-45/+1
2013-08-18ASoC: si476x: Add DAPM supportMark Brown1-0/+14
2013-07-03sound/soc/codecs/si476x.c: don't use 0bNNNAndrew Morton1-3/+3
2013-04-12Merge remote-tracking branch 'asoc/topic/si476x' into asoc-nextMark Brown1-6/+41
2013-03-04ASoC: si476x: Cosmetic changes to SI476X codec driverAndrey Smirnov1-3/+22
2013-03-04ASoC: si476x: Convert SI476X codec to use regmapAndrey Smirnov1-3/+19
2013-02-20ASoC: si476x: Add missing break for SNDRV_PCM_FORMAT_S8 switch caseAxel Lin1-0/+1
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-3/+3
2012-10-15Add a codec driver for SI476X MFDAndrey Smirnov1-0/+255