aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/sound/soc/codecs/da7219.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-08Merge tag 'asoc-v5.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusTakashi Iwai1-0/+2
2019-05-07ASoC: da7219: Fix a compile warning at CONFIG_COMMON_CLK=nTakashi Iwai1-0/+2
2019-05-06Merge branch 'asoc-5.2' into asoc-nextMark Brown1-125/+405
2019-05-03ASoC: da7219: Update the support rate listYu-Hsuan Hsu1-2/+8
2019-05-02ASoC: da7219: Use clk_round_rate to handle enabled bclk/wclk caseAdam Thomson1-6/+15
2019-03-21ASoC: da7219: Expose BCLK and WCLK control through CCFAdam Thomson1-126/+397
2019-02-14ASoC: da7219: Update TDM usage to be more flexibleAdam Thomson1-33/+47
2019-02-14ASoC: da7219: Add support for master mode BCLK rate adjustmentAdam Thomson1-10/+26
2019-01-09ASoC: da7219: Add recalc_rate function to return DAI clock rateAdam Thomson1-3/+42
2019-01-09ASoC: da7219: MCLK should be enabled before DAI clocksAdam Thomson1-8/+24
2019-01-07ASoC: da7219: use logical ANDPierre-Louis Bossart1-1/+1
2019-01-07ASoC: da7219: fix endianness issuesPierre-Louis Bossart1-3/+3
2018-08-09ASoC: da7219: Add delays to capture path to remove DC offset noiseAdam Thomson1-6/+38
2018-08-06ASoC: da7219: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-03-14ASoC: da7219: make structure da7219_dai_clks_ops staticColin Ian King1-1/+1
2018-03-13ASoC: da7219: clkdev_drop usage depends on CONFIG_COMMON_CLKAdam Thomson1-0/+2
2018-03-09ASoC: da7219: Add common clock usage for providing DAI clksAdam Thomson1-8/+121
2018-02-12ASoC: hdac_hdmi/nau8825/rt286/rt298/rt5663/da7219: replace codec to componentKuninori Morimoto1-153/+154
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-06-19ASoC: da7219: Fix HP detection procedure for all MCLK frequenciesAdam Thomson1-17/+36
2016-12-12Merge remote-tracking branches 'asoc/fix/da7219-pops' and 'asoc/fix/qcom' into asoc-linusMark Brown1-18/+121
2016-10-28ASoC: da7219: Connect output enable register to DAIOUTStephen Barber1-1/+2
2016-10-05ASoC: da7219: Improve pop/click performance for sensitive HPsAdam Thomson1-18/+121
2016-09-29Merge remote-tracking branches 'asoc/topic/da7218', 'asoc/topic/da7219' and 'asoc/topic/dpcm' into asoc-nextMark Brown1-22/+54
2016-09-29Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/topic/arizona', 'asoc/topic/atmel' and 'asoc/topic/codec-component' into asoc-nextMark Brown1-7/+8
2016-09-27ASoC: da7219: fix inappropriate condition statementTakashi Sakamoto1-1/+1
2016-09-26ASoC: da7219: Disable AAD if codec is not a wake-up sourceAdam Thomson1-13/+17
2016-09-26ASoC: da7219: Reset codec gracefully, if still activeAdam Thomson1-3/+27
2016-09-26Merge branch 'fix/da7219' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-da7219Mark Brown1-0/+8
2016-09-14ASoC: da7219: software reset codec at probeHsin-Yu Chao1-0/+8
2016-08-08ASoC: codec duplicated callback function goes to component on da7219Kuninori Morimoto1-7/+8
2016-08-08ASoC: da7219: Make more efficient use of MCLK within driverAdam Thomson1-7/+11
2016-06-26ASoC: da7219: Convert driver to use generic device/fwnode functionsAdam Thomson1-17/+17
2016-05-06ASoC: da7129: Add missing include of acpi.hMark Brown1-0/+1
2016-05-05ASoC: da7219: Add initial ACPI id for deviceAdam Thomson1-0/+7
2016-04-19ASoC: da7219: Disallow unsupported 32KHz clock setting in set_dai_sysclk()Adam Thomson1-1/+1
2016-04-19ASoC: da7219: Update PLL ranges and dividers to improve lockingAdam Thomson1-14/+14
2016-01-05ASoC: da7219: Correct BCLK inversion for DSP DAI format modeAdam Thomson1-11/+37
2015-12-24ASoC: da7219: Add regmap patch to support old siliconAdam Thomson1-1/+25
2015-12-23ASoC: da7219: Remove support for 32KHz PLL modeAdam Thomson1-8/+2
2015-12-23ASoC: da7219: Add support for 1.6V micbias levelAdam Thomson1-0/+3
2015-12-23ASoC: da7219: Remove internal LDO features of codecAdam Thomson1-48/+2
2015-12-23ASoC: da7219: Update REFERENCES reg default, in-line with HWAdam Thomson1-1/+1
2015-12-23ASoC: da7219: Disable regulators on probe() failureAdam Thomson1-4/+15
2015-12-23ASoC: da7219: Fix Sidetone to work regardless of DAI captureAdam Thomson1-1/+2
2015-11-16ASoC: da7219: Use logical instead of bitwise OR for boolean expressionAxel Lin1-1/+1
2015-10-21ASoC: da7219: Fix da7219->alc_en state when enabling ALCAxel Lin1-1/+1
2015-10-07ASoC: da7219: Improve error checking of mclk enable/disableAdam Thomson1-2/+11
2015-10-07ASoC: da7219: Use of_match_ptr() when assigning match tableAdam Thomson1-1/+1