aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/mc13783.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: mc13783: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-02-28ASoC: mc13783: Use modern ASoC DAI format terminologyMark Brown1-8/+7
2021-01-21ASoC: mc13783: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-07-22ASoC: Replace HTTP links with HTTPS onesAlexander A. Klimov1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner1-14/+1
2018-02-12ASoC: mc13783: replace codec to componentKuninori Morimoto1-35/+33
2017-12-04ASoC: use snd_soc_component_init_regmap() on mc13783Kuninori Morimoto1-6/+3
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 mc13783Kuninori Morimoto1-6/+8
2015-07-15ASoC: Constify snd_soc_dai_ops variablesAxel Lin1-3/+3
2015-05-01ASoC: mc13783: Fix wrong mask value used in mc13xxx_reg_rmw() callsAxel Lin1-2/+2
2015-01-14ASoC: mc13783: Update set_tdm_slot() semanticsLars-Peter Clausen1-5/+5
2014-10-20ASoC: codecs: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-08ASoC: mc13783: Ensure we only try to dereference valid of_nodesMark Brown1-6/+10
2014-06-21ASoC: mc13783: Add missing of_node_putSachin Kamat1-2/+4
2014-05-22Merge remote-tracking branches 'asoc/topic/headers', 'asoc/topic/intel', 'asoc/topic/jz4740', 'asoc/topic/max98090', 'asoc/topic/max98095', 'asoc/topic/mc13783' and 'asoc/topic/multicodec' into asoc-nextMark Brown1-1/+13
2014-05-22Merge remote-tracking branch 'asoc/topic/enum' into asoc-nextMark Brown1-4/+4
2014-04-29ASoC: mc13783: Add devicetree supportAlexander Shiyan1-1/+13
2014-04-14ASoC: mc13783: Replace usage deprecated MUX/ENUM macrosLars-Peter Clausen1-4/+4
2014-04-14ASoC: codec: fix the sparse check warnings.Xiubo Li1-1/+1
2014-04-14ASoC: mc13783: Remove the set_cache_io() entirely from ASoC probe.Xiubo Li1-8/+6
2014-03-23Merge remote-tracking branch 'asoc/topic/codecs' into asoc-nextMark Brown1-4/+2
2014-03-18ASoC: codecs: Replace instances of rtd->codec with dai->codecLars-Peter Clausen1-4/+2
2014-03-13Merge remote-tracking branch 'asoc/topic/io' into asoc-nextMark Brown1-2/+2
2014-03-11ASoC: io: New signature for snd_soc_codec_set_cache_io()Xiubo Li1-2/+2
2014-03-01ASoC: mc13783: Use SOC_ENUM_SINGLE_VIRT_DECL()Lars-Peter Clausen1-4/+2
2014-03-01Merge branches 'topic/dapm', 'topic/sign', 'topic/adau1373', 'topic/max98090', 'topic/mc13783', 'fix/wm8994' and 'topic/wm8995' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-enumMark Brown1-7/+7
2014-02-23ASoC: mc13783: Use SOC_ENUM_SINGLE_DECL()Takashi Iwai1-7/+7
2014-02-20ASoC: mc13783: Remove superfluous constTakashi Iwai1-4/+4
2014-01-06ASoC: mc13783: trivial: Cleanup moduleAlexander Shiyan1-10/+7
2014-01-06ASoC: mc13783: Drop fixed ADC & DAC ports usageAlexander Shiyan1-2/+1
2014-01-06ASoC: mc13783: Use core error messages if registration failsAlexander Shiyan1-8/+0
2014-01-06ASoC: mc13783: Use module_platform_driver_probe()Alexander Shiyan1-4/+2
2013-10-25Merge tag 'asoc-v3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextTakashi Iwai1-56/+79
2013-10-14sound: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-10-11ASoC: mc13783: add more DAPM routesSteffen Trumtrar1-6/+52
2013-10-11ASoC: mc13783: add mixer controlsSteffen Trumtrar1-0/+18
2013-09-25ASoC: mc13783: Use regmap directly from ASoCMark Brown1-46/+9
2013-09-25mfd: mc13xxx: Move SPI erratum workaround into SPI I/O functionMark Brown1-4/+0
2013-09-11ASoC: mc13783: add spi errata fixSteffen Trumtrar1-0/+4
2013-08-06ASoC: mc13783: Remove embedded snd_soc_codec structs from private data structsLars-Peter Clausen1-1/+0
2012-12-10ASoC: codecs: remove __dev* attributesBill Pemberton1-1/+1
2012-09-22Merge tag 'v3.6-rc6' into for-3.7Mark Brown1-4/+4
2012-09-11ASoC: Revert "ASoC: mc13783: Provide codec->control_data"Fabio Estevam1-2/+0
2012-09-06ASoC: imx-mc13783: use defines instead of numerical address of registerGaëtan Carlier1-27/+31
2012-09-06ASoC: mc13783: Remove mono supportFabio Estevam1-4/+4
2012-07-26ASoC: mc13783: Provide codec->control_dataFabio Estevam1-0/+2
2012-05-18ASoC: mc13783 codec cleanupsPhilippe Rétornaz1-21/+7
2012-05-18ASoC: Add mc13783 codecPhilippe Rétornaz1-0/+800