aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/da7218.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-27ASoC: da*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-05ASoC: da7218: use i2c_match_id and simple i2c probeStephen Kitt1-4/+15
2021-02-04ASoC: da7218: Drop CONFIG_OF ifdefStephen Boyd1-3/+1
2021-01-21ASoC: da*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-2/+2
2020-11-26ASoC: da7218: skip of_device_id table when !CONFIG_OFKrzysztof Kozlowski1-0/+2
2020-06-22ASoC: codecs: da*: rename to snd_soc_component_read()Kuninori Morimoto1-17/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2018-02-12ASoC: da7218: replace codec to componentKuninori Morimoto1-253/+245
2017-11-27ASoC: da7218: Improve a size determination in da7218_i2c_probe()Markus Elfring1-2/+1
2017-11-27ASoC: da7218: Delete two error messages for a failed memory allocation in da7218_of_to_pdata()Markus Elfring1-5/+1
2017-11-16ASoC: da7218: fix fix child-node lookupJohan Hovold1-1/+1
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-05-23ASoC: da7218: Fix incorrect usage of bitwise '&' operator for SRM checkAdam Thomson1-1/+1
2016-12-16ASoC: da7218: Set DAI output pin high impedance when not in useAdam Thomson1-1/+2
2016-09-29Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/da7219' and 'asoc/topic/dpcm' into asoc-nextMark Brown1-19/+15
2016-08-08ASoC: da7218: Improve driver efficiency with regards to MCLK usageAdam Thomson1-10/+12
2016-08-08ASoC: da7218: Remove 32KHz PLL mode from driverAdam Thomson1-9/+3
2016-08-08ASoC: codec duplicated callback function goes to component on da7218Kuninori Morimoto1-7/+8
2016-04-22ASoC: da7218: Update PLL ranges and dividers to improve lockingAdam Thomson1-16/+16
2016-01-05ASoC: da7218: Correct BCLK inversion for DSP DAI format modeAdam Thomson1-10/+37
2015-12-22ASoC: da7218: Enable mic level detection reporting to user-spaceAdam Thomson1-5/+14
2015-12-08ASoC: da7218: avoid 64-bit compile warningArnd Bergmann1-1/+1
2015-12-01ASoC: da7218: fix boolreturn.cocci warningskbuild test robot1-2/+2
2015-11-30ASoC: da7218: Add da7218 codec driverAdam Thomson1-0/+3305