summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/da7213.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Constify DAI ops auto_selectable_formatsKrzysztof Kozlowski2024-06-171-1/+1
* ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König2024-05-031-1/+1
* ASoC: codecs: da7213: Simplify mclk initializationCezary Rojewski2024-02-211-8/+4
* ASoC: da7213: Add new kcontrol for tonegenDavid Rau2023-10-181-1/+170
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-1/+1
* ASoC: da7213: add .auto_selectable_formats supportKuninori Morimoto2023-09-181-0/+18
* ASoC: da7213: tidyup SND_SOC_DAIFMT_xxxKuninori Morimoto2023-09-181-6/+6
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: da7213.c: add missing pm_runtime_disable()Duy Nguyen2023-03-281-0/+6
* ASoC: da7213: Add support for mono, set frame width to 32 when possibleDavid Rau2022-12-251-2/+28
* ASoC: da*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: da[79]*: use simple i2c probe functionStephen Kitt2022-04-051-3/+2
* ASoC: da*: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* ASoC: codecs: da*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: da7213: add default clock handlingSebastian Reichel2020-07-071-5/+78
* ASoC: codecs: da*: rename to snd_soc_component_read()Kuninori Morimoto2020-06-221-12/+12
* ASoC: da7213: move set_pll to codec levelSebastian Reichel2020-05-181-4/+4
* ASoC: da7213: move set_sysclk to codec levelSebastian Reichel2020-05-181-7/+7
* ASoC: da7213: Add regulator supportSebastian Reichel2020-05-181-1/+78
* ASoC: da7213: Add da7212 DT compatibleSebastian Reichel2020-05-181-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* ASoC: da7213: fix DAI_CLK_EN register bit overwriteLogesh2019-05-021-1/+4
* ASoC: da7213: use true and false for boolean valuesGustavo A. R. Silva2018-08-061-2/+2
* ASoC: da7213: replace codec to componentKuninori Morimoto2018-02-121-167/+161
* ASoC: da7213: Improve a size determination in da7213_i2c_probe()Markus Elfring2017-11-271-2/+1
* ASoC: da7213: Delete an error message for a failed memory allocation in da721...Markus Elfring2017-11-271-3/+1
* ASoC: da7213: add support for DSP modesPierre-Louis Bossart2017-11-091-10/+48
* ASoC: codecs: add const to snd_soc_codec_driver structuresBhumika Goyal2017-08-101-1/+1
* ASoC: da7213: Update driver to use device_property* FW functionsAdam Thomson2017-05-191-18/+19
* ASoC: da7213: Fix incorrect usage of bitwise '&' operator for SRM checkAdam Thomson2017-05-141-1/+1
* ASoC: da7213: add ACPI supportPierre-Louis Bossart2017-03-131-0/+13
*-. Merge remote-tracking branches 'asoc/topic/cs35l30', 'asoc/topic/cs42l73', 'a...Mark Brown2016-09-291-46/+84
|\ \
| | * ASoC: da7213: Improve 32KHz mode PLL lockingAdam Thomson2016-08-081-1/+24
| | * ASoC: da7213: Refactor sysclk(), pll() functions to improve handlingAdam Thomson2016-08-081-36/+49
| | * ASoC: da7213: Improve driver efficiency with regards to MCLK usageAdam Thomson2016-08-081-9/+11
| |/
| |
| \
*-. \ Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ak4104', 'asoc/...Mark Brown2016-09-291-7/+8
|\ \ \ | | |/ | |/|
| | * ASoC: codec duplicated callback function goes to component on da7213Kuninori Morimoto2016-08-081-7/+8
| |/
* / ASoC: da7213: Default to 64 BCLKs per WCLK to support all formatsAdam Thomson2016-08-041-2/+2
|/
* ASoC: da7213: Allow PLL disable/bypass when using 32KHz sysclkAdam Thomson2016-05-101-1/+1
* ASoC: da7213: Update PLL ranges to improve locking at frequency boundaryAdam Thomson2016-05-101-13/+13
* ASoC: da7213: Default PC counter to free-running when DAI disabledAdam Thomson2016-05-101-0/+13
* ASoC: da7213: Add checking of SRM lock status before enabling DAIAdam Thomson2016-05-101-0/+23
* ASoC: da7213: Add DAI DAPM event to control DAI clocksAdam Thomson2016-05-101-3/+32
* ASoC: da7213: Add support to handle mclk data provided to driverAdam Thomson2015-10-071-11/+56
* ASoC: da7213: Add DT support to codec driverAdam Thomson2015-10-071-5/+118
*-. Merge remote-tracking branches 'asoc/topic/tas2552', 'asoc/topic/tas5086', 'a...Mark Brown2015-08-301-9/+6
|\ \
| | * ASoC: da7213: Replace TLV_DB_RANGE_HEAD with DECLARE_TLV_DB_RANGELars-Peter Clausen2015-08-051-9/+6
| |/
* | Merge branches 'topic/owner' and 'topic/reg-default' of git://git.kernel.org/...Mark Brown2015-07-161-1/+1
|\ \
| * | ASoC: Constify reg_default tablesAxel Lin2015-07-071-1/+1
| |/
* / ASoC: drivers: Drop owner assignment from i2c_driverKrzysztof Kozlowski2015-07-151-1/+0
|/