aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/codecs/da7213.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-08ASoC: codecs: da7213: Move comma operator at the end of the lineClaudiu Beznea1-2/+2
2025-11-17ASoC: codecs: da7213: convert to snd_soc_dapm_xxx()Kuninori Morimoto1-2/+3
2025-11-06ASoC: Merge up fixesMark Brown1-25/+44
2025-11-04ASoC: da7213: Use component driver suspend/resumeClaudiu Beznea1-25/+44
2025-10-20ASoC: codecs: da7213: use snd_kcontrol_chip() instead of snd_soc_kcontrol_com...Kuninori Morimoto1-8/+8
2025-09-18ASoC: da7213: Convert to DEFINE_RUNTIME_DEV_PM_OPS()Geert Uytterhoeven1-4/+2
2025-03-17ASoC: da7213: Convert to RUNTIME_PM_OPS() & coTakashi Iwai1-5/+5
2025-01-23ASoC: da7213: Initialize the mutexClaudiu Beznea1-0/+2
2024-11-06ASoC: da7213: Extend support for the MCK in range [2, 50] MHzHao Bui1-5/+13
2024-11-06ASoC: da7213: Avoid setting PLL when closing audio streamHao Bui1-0/+4
2024-11-06ASoC: da7213: Add suspend to RAM supportClaudiu Beznea1-0/+1
2024-11-06ASoC: da7213: Return directly the value of regcache_sync()Claudiu Beznea1-2/+1
2024-11-06ASoC: da7213: Populate max_register to regmap_configClaudiu Beznea1-0/+1
2024-06-17ASoC: Constify DAI ops auto_selectable_formatsKrzysztof Kozlowski1-1/+1
2024-05-03ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König1-1/+1
2024-02-21ASoC: codecs: da7213: Simplify mclk initializationCezary Rojewski1-8/+4
2023-10-18ASoC: da7213: Add new kcontrol for tonegenDavid Rau1-1/+170
2023-10-09ASoC: Explicitly include correct DT includesRob Herring1-1/+1
2023-09-18ASoC: da7213: add .auto_selectable_formats supportKuninori Morimoto1-0/+18
2023-09-18ASoC: da7213: tidyup SND_SOC_DAIFMT_xxxKuninori Morimoto1-6/+6
2023-05-08ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König1-1/+1
2023-03-28ASoC: da7213.c: add missing pm_runtime_disable()Duy Nguyen1-0/+6
2022-12-25ASoC: da7213: Add support for mono, set frame width to 32 when possibleDavid Rau1-2/+28
2022-06-27ASoC: da*: Remove now redundant non_legacy_dai_naming flagCharles Keepax1-1/+0
2022-04-05ASoC: da[79]*: use simple i2c probe functionStephen Kitt1-3/+2
2021-01-21ASoC: da*: sync parameter naming (rate/sample_bits)Kuninori Morimoto1-1/+1
2020-07-16ASoC: codecs: da*: merge .digital_mute() into .mute_stream()Kuninori Morimoto1-2/+3
2020-07-07ASoC: da7213: add default clock handlingSebastian Reichel1-5/+78
2020-06-22ASoC: codecs: da*: rename to snd_soc_component_read()Kuninori Morimoto1-12/+12
2020-05-18ASoC: da7213: move set_pll to codec levelSebastian Reichel1-4/+4
2020-05-18ASoC: da7213: move set_sysclk to codec levelSebastian Reichel1-7/+7
2020-05-18ASoC: da7213: Add regulator supportSebastian Reichel1-1/+78
2020-05-18ASoC: da7213: Add da7212 DT compatibleSebastian Reichel1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-02ASoC: da7213: fix DAI_CLK_EN register bit overwriteLogesh1-1/+4
2018-08-06ASoC: da7213: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-02-12ASoC: da7213: replace codec to componentKuninori Morimoto1-167/+161
2017-11-27ASoC: da7213: Improve a size determination in da7213_i2c_probe()Markus Elfring1-2/+1
2017-11-27ASoC: da7213: Delete an error message for a failed memory allocation in da721...Markus Elfring1-3/+1
2017-11-09ASoC: da7213: add support for DSP modesPierre-Louis Bossart1-10/+48
2017-08-10ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal1-1/+1
2017-05-19ASoC: da7213: Update driver to use device_property* FW functionsAdam Thomson1-18/+19
2017-05-14ASoC: da7213: Fix incorrect usage of bitwise '&' operator for SRM checkAdam Thomson1-1/+1
2017-03-13ASoC: da7213: add ACPI supportPierre-Louis Bossart1-0/+13
2016-09-29Merge remote-tracking branches 'asoc/topic/cs35l30', 'asoc/topic/cs42l73', 'a...Mark Brown1-46/+84
2016-09-29Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/...Mark Brown1-7/+8
2016-08-08ASoC: codec duplicated callback function goes to component on da7213Kuninori Morimoto1-7/+8
2016-08-08ASoC: da7213: Improve 32KHz mode PLL lockingAdam Thomson1-1/+24
2016-08-08ASoC: da7213: Refactor sysclk(), pll() functions to improve handlingAdam Thomson1-36/+49
2016-08-08ASoC: da7213: Improve driver efficiency with regards to MCLK usageAdam Thomson1-9/+11