summaryrefslogtreecommitdiff
path: root/sound/soc/codecs/tlv320aic32x4.c
AgeCommit message (Expand)Author
2021-10-18ASoC: tlv320aic32x4: Make aic32x4_remove() return voidUwe Kleine-König
2021-08-06Merge some cs42l42 patches into asoc-5.15Mark Brown
2021-08-02ASoC: tlv320aic32x4: make array clocks static, makes object smallerColin Ian King
2021-07-22ASoC: tlv320aic32x4: Fix TAS2505/TAS2521 processing block selectionMarek Vasut
2021-07-11ASoC: tlv320aic32x4: Fix TAS2505/TAS2521 channel countMarek Vasut
2021-07-11ASoC: tlv320aic32x4: Fix TAS2505 volume controlsMarek Vasut
2021-06-23ASoC: tlv320aic32x4: add support for TAS2505Claudius Heine
2021-06-23ASoC: tlv320aic32x4: add type to device private data structClaudius Heine
2021-04-06ASoC: tlv320aic32x4: Register clocks before registering componentAnnaliese McDermond
2021-04-06ASoC: tlv320aic32x4: Increase maximum register in regmapAnnaliese McDermond
2021-01-21ASoC: tlv*: sync parameter naming (rate/sample_bits)Kuninori Morimoto
2020-09-21Merge branch 'asoc-5.9' into asoc-5.10Mark Brown
2020-09-21ASoC: tlv320aic32x4: Enable fast chargeMiquel Raynal
2020-09-21ASoC: tlv320aic32x4: Fix bdiv clock rate derivationMiquel Raynal
2020-09-17ASoC: codec: tlv320aic32x4: do software reset before clock registrationMatthias Schiffer
2020-09-17ASoC: codec: tlv320aic32x4: fix missing aic32x4_disable_regulators() in error...Matthias Schiffer
2020-08-17ASoC: codec: tlv3204: Moving GPIO reset and add ADC resetMichael Sit Wei Hong
2020-08-17ASoC: codec: tlv3204: Increased maximum supported channelsMichael Sit Wei Hong
2020-08-17ASoC: codec: tlv3204: Enable 24 bit audio supportMichael Sit Wei Hong
2020-07-16ASoC: codecs: tlv*: merge .digital_mute() into .mute_stream()Kuninori Morimoto
2020-06-22ASoC: codecs: tlv*: rename to snd_soc_component_read()Kuninori Morimoto
2020-02-04treewide: remove redundant IS_ERR() before error code checkMasahiro Yamada
2019-10-18ASoC: tlv320aic32x4: add a check for devm_clk_getChuhong Yuan
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1Thomas Gleixner
2019-05-02ASoC: tlv320aic32x4: Remove set but not used variable 'mclk_rate'YueHaibing
2019-04-04ASoC: tlv320aic32x4: Add Playback PowerTune ControlsAnnaliese McDermond
2019-04-04ASoC: tlv320aic32x4: Add Switch for Setting Common Mode VoltageAnnaliese McDermond
2019-04-04Merge branch 'asoc-5.1' into asoc-5.2Mark Brown
2019-04-01ASoC: tlv320aic32x4: Fix Common PinsAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Allow 192000 Sample RateAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Remove mclk referencesAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Restructure set_dai_sysclkAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Dynamically Determine ClockingAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Move aosr and dosr setting to separate functionsAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Control clock gating with CCFAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Model BDIV divider in CCFAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Model DAC/ADC dividers in CCFAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Model CODEC_CLKIN in CCFAnnaliese McDermond
2019-03-25ASoC: tlv320aic32x4: Model PLL in CCFAnnaliese McDermond
2019-03-21ASoC: tlv320aic32x4: Properly Set Processing BlocksAnnaliese McDermond
2019-03-20ASoC: tlv320aic32x4: Break out clock setting into separate functionAnnaliese McDermond
2019-02-12tlv320aic32x4: delay i2c access by 1 ms after hardware resetPeter Seiderer
2019-01-18Merge tag 'asoc-fix-v5.0-rc2' into asoc-5.1Mark Brown
2019-01-09ASoC: tlv320aic32x4: SND_SOC_DAPM_MICBIAS is deprecatedb-ak
2019-01-07ASoC: tlv320aic32x4: Kernel OOPS while entering DAPM standby modeb-ak
2018-02-12ASoC: tlv320aic32x4: replace codec to componentKuninori Morimoto
2017-12-13ASoC: tlv320aic32x4: Use snd_soc_update_bits() in aic32x4_set_dai_fmt()Andrew F. Davis
2017-12-13ASoC: tlv320aic32x4: Use snd_soc_update_bits() in aic32x4_hw_params()Andrew F. Davis
2017-12-13ASoC: tlv320aic32x4: Use snd_soc_update_bits() in aic32x4_mute()Andrew F. Davis
2017-12-13ASoC: tlv320aic32x4: Use BIT and GENMASK for bit field definitionsAndrew F. Davis