summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/tas2770.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: Drop explicit initialization of struct i2c_device_id::driver_da...Uwe Kleine-König2024-05-031-1/+1
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: tas2770: Fix set_tdm_slot in case of single slotMartin Povišer2022-10-311-14/+6
* ASoC: tas2770: Reinit regcache on resetMartin Povišer2022-09-191-0/+3
* ASoC: tas2770: Fix handling of mute/unmuteMartin Povišer2022-08-081-27/+30
* ASoC: tas2770: Drop conflicting set_bias_level power settingMartin Povišer2022-08-081-33/+0
* ASoC: tas2770: Allow mono streamsMartin Povišer2022-08-081-1/+1
* ASoC: tas2770: Set correct FSYNC polarityMartin Povišer2022-08-081-1/+19
* ASoC: tas*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: tas2770: Use modern ASoC DAI format terminologyMark Brown2022-06-061-3/+3
* ASoC: tas*: use simple i2c probe functionStephen Kitt2022-04-111-3/+2
* ASoC: tas2770: Insert post reset delayMartin Povišer2022-02-081-1/+6
* ASoC: tas2770: Fix setting of high sample ratesMartin Povišer2021-12-141-2/+2
* ASoC: tas2770: Constify static struct snd_soc_dai_opsYe Bin2021-04-081-1/+1
* ASoC: tas2770: remove useless initializationPierre-Louis Bossart2021-03-181-1/+1
* ASoC: tas*: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-1/+1
* ASoC: tas2770: Remove unused variablesDan Murphy2020-09-231-11/+0
* ASoC: tas2770: Remove ti,asi-format codeDan Murphy2020-09-231-11/+0
* ASoC: tas2770: Set regcache when shutting down and waking deviceDan Murphy2020-09-231-4/+10
* ASoC: tas2770: Add shutdown capability via a GPIODan Murphy2020-09-231-14/+39
* ASoC: tas2770: Refactor sample rate functionDan Murphy2020-09-211-56/+19
* ASoC: tas2770: Fix the spacing and new linesDan Murphy2020-09-211-169/+131
* ASoC: tas2770: Fix unbalanced calls to pm_runtimeDan Murphy2020-09-211-9/+0
* ASoC: tas2770: Fix error handling with update_bitsDan Murphy2020-09-211-28/+24
* ASoC: tas2770: Fix required DT properties in the codeDan Murphy2020-09-211-11/+10
* ASoC: tas2770: Add missing bias level power statesDan Murphy2020-09-211-1/+6
* ASoC: tas2770: Fix calling reset in probeDan Murphy2020-09-211-2/+2
* ASoC: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-221-1/+1
* ASoC: tas2770: Fix reset gpio property nameDan Murphy2020-07-211-2/+1
* ASoC: codecs: tas*: merge .digital_mute() into .mute_stream()Kuninori Morimoto2020-07-161-2/+3
* ASoC: tas2770: clean up an indentation issueColin Ian King2019-11-151-5/+5
* ASoC: tas2770: Fix snd_soc_update_bits error handlingDan Murphy2019-10-071-16/+30
* ASoC: tas2770: Remove unneeded read of the TDM_CFG3 registerDan Murphy2019-10-071-3/+0
* ASoc: tas2770: Fix build error without GPIOLIBYueHaibing2019-10-071-0/+1
* tas2770: fix platform_no_drv_owner.cocci warningskbuild test robot2019-10-031-1/+0
* tas2770: add tas2770 smart PA kernel driverFrank Shi2019-10-011-0/+808