aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt1015.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-27ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King1-1/+1
2021-08-23ASoC: rt1015: remove possible unused variable `bclk_ms'Tzung-Bi Shih1-5/+2
2021-07-26ASoC: rt1015: Remove unnecessary flush work on rt1015 driverJack Yu1-38/+1
2021-03-25ASoC: rt1015: Add bclk detection and dc detectionJack Yu1-1/+17
2021-03-10ASoC: rt1015: clarify expressionPierre-Louis Bossart1-2/+3
2021-03-10ASoC: rt*: Constify static struct acpi_device_idRikard Falkeborn1-1/+1
2021-03-10ASoC: rt*: Constify static struct snd_soc_dai_opsRikard Falkeborn1-1/+1
2021-03-10ASoC: rt1015: enable BCLK detection after calibrationJack Yu1-0/+1
2021-03-10ASoC: rt1015: fix i2c communication errorJack Yu1-0/+1
2021-01-05ASoC: rt1015: remove bclk_ratioTzung-Bi Shih1-28/+0
2021-01-05ASoC: rt1015: re-calibrate again when resumingTzung-Bi Shih1-1/+4
2020-12-29ASoC: rt1015: remove unneeded variables in rt1015_privTzung-Bi Shih1-5/+4
2020-12-29ASoC: rt1015: refactor retry loop and rt1015_priv allocationTzung-Bi Shih1-6/+4
2020-12-29ASoC: rt1015: return error if any when setting bypass_boostTzung-Bi Shih1-9/+11
2020-12-29ASoC: rt1015: save boost_mode only if validTzung-Bi Shih1-3/+5
2020-12-29ASoC: rt1015: sort header inclusionsTzung-Bi Shih1-1/+1
2020-12-28ASoC: rt1015: modify calibration sequence for better performanceJack Yu1-30/+10
2020-12-09ASoC: rt1015: check the return value of regmap_read during i2c probeDerek Fang1-2/+7
2020-11-30Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.11Mark Brown1-1/+21
2020-11-13ASoC: rt1015: increase the time to detect BCLKShuming Fan1-1/+1
2020-11-09ASoC: rt1015: modification for calibration to get better performanceJack Yu1-53/+48
2020-11-05ASoC: rt1015: add delay to fix pop noise from speakerJack Yu1-0/+20
2020-11-04ASoC: rt1015: support TDM slot configurationShuming Fan1-0/+101
2020-09-14ASoC: rt1015: Fix the failure to flush DAC data before playbackderek.fang1-7/+56
2020-09-14ASoC: rt1015: Fix DC calibration on bypass boost modederek.fang1-14/+34
2020-06-25ASoC: rt1015: add missing header inclusionTzung-Bi Shih1-8/+9
2020-06-16ASoC: rt1015: Flush DAC data before playback.Jack Yu1-4/+14
2020-06-15ASoC: rt1015: Update rt1015 default register value according to spec modification.Jack Yu1-49/+75
2020-05-29ASoC: rt1015: Enable class-D silence and clock detectionsderek.fang1-1/+1
2020-05-04ASoC: rt1015: Add condition to prevent SoC providing bclk in ratio of 50 times of sample rate.Jack Yu1-0/+27
2020-03-04Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-1/+1
2020-03-03ASoC: rt1015: modify pre-divider for sysclkJack Yu1-1/+1
2020-03-02Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7Mark Brown1-1/+1
2020-03-02ASoC: rt1015: set snd_soc_dai_ops in rt1015_dai driverYueHaibing1-0/+1
2020-03-02ASoC: rt1015: add operation callback function for rt1015_dai[]Jack Yu1-0/+1
2020-02-28ASoC: rt1015: modify some structure to be static.Jack Yu1-2/+2
2020-02-17ASoC: rt1015: fix typo for bypass boost controlJack Yu1-3/+3
2020-01-24ASoC: rt1015: Remove unnecessary constNathan Chancellor1-1/+1
2020-01-23ASoC: rt1015: add rt1015 amplifier driverJack Yu1-0/+993