summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/rt1015.c
Commit message (Expand)AuthorAgeFilesLines
* ASoC: rt1015: fix the first word being cut offShuming Fan2023-09-151-0/+13
* ASoC: rt1015: Drop GPIO includeLinus Walleij2023-08-131-1/+0
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* ASoC: rt*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: rt*: use simple i2c probe functionStephen Kitt2022-04-061-3/+2
* ASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported"Colin Ian King2021-09-271-1/+1
* ASoC: rt1015: remove possible unused variable `bclk_ms'Tzung-Bi Shih2021-08-231-5/+2
* ASoC: rt1015: Remove unnecessary flush work on rt1015 driverJack Yu2021-07-261-38/+1
* ASoC: rt1015: Add bclk detection and dc detectionJack Yu2021-03-251-1/+17
* ASoC: rt1015: clarify expressionPierre-Louis Bossart2021-03-101-2/+3
* ASoC: rt*: Constify static struct acpi_device_idRikard Falkeborn2021-03-101-1/+1
* ASoC: rt*: Constify static struct snd_soc_dai_opsRikard Falkeborn2021-03-101-1/+1
* ASoC: rt1015: enable BCLK detection after calibrationJack Yu2021-03-101-0/+1
* ASoC: rt1015: fix i2c communication errorJack Yu2021-03-101-0/+1
* ASoC: rt1015: remove bclk_ratioTzung-Bi Shih2021-01-051-28/+0
* ASoC: rt1015: re-calibrate again when resumingTzung-Bi Shih2021-01-051-1/+4
* ASoC: rt1015: remove unneeded variables in rt1015_privTzung-Bi Shih2020-12-291-5/+4
* ASoC: rt1015: refactor retry loop and rt1015_priv allocationTzung-Bi Shih2020-12-291-6/+4
* ASoC: rt1015: return error if any when setting bypass_boostTzung-Bi Shih2020-12-291-9/+11
* ASoC: rt1015: save boost_mode only if validTzung-Bi Shih2020-12-291-3/+5
* ASoC: rt1015: sort header inclusionsTzung-Bi Shih2020-12-291-1/+1
* ASoC: rt1015: modify calibration sequence for better performanceJack Yu2020-12-281-30/+10
* ASoC: rt1015: check the return value of regmap_read during i2c probeDerek Fang2020-12-091-2/+7
* Merge branch 'for-5.10' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2020-11-301-1/+21
|\
| * ASoC: rt1015: increase the time to detect BCLKShuming Fan2020-11-131-1/+1
| * ASoC: rt1015: add delay to fix pop noise from speakerJack Yu2020-11-051-0/+20
* | ASoC: rt1015: modification for calibration to get better performanceJack Yu2020-11-091-53/+48
* | ASoC: rt1015: support TDM slot configurationShuming Fan2020-11-041-0/+101
|/
* ASoC: rt1015: Fix the failure to flush DAC data before playbackderek.fang2020-09-141-7/+56
* ASoC: rt1015: Fix DC calibration on bypass boost modederek.fang2020-09-141-14/+34
* ASoC: rt1015: add missing header inclusionTzung-Bi Shih2020-06-251-8/+9
* ASoC: rt1015: Flush DAC data before playback.Jack Yu2020-06-161-4/+14
* ASoC: rt1015: Update rt1015 default register value according to spec modifica...Jack Yu2020-06-151-49/+75
* ASoC: rt1015: Enable class-D silence and clock detectionsderek.fang2020-05-291-1/+1
* ASoC: rt1015: Add condition to prevent SoC providing bclk in ratio of 50 time...Jack Yu2020-05-041-0/+27
* Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-041-1/+1
|\
| * ASoC: rt1015: modify pre-divider for sysclkJack Yu2020-03-031-1/+1
* | Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Mark Brown2020-03-021-1/+1
|\|
| * ASoC: rt1015: add operation callback function for rt1015_dai[]Jack Yu2020-03-021-0/+1
* | ASoC: rt1015: set snd_soc_dai_ops in rt1015_dai driverYueHaibing2020-03-021-0/+1
* | ASoC: rt1015: modify some structure to be static.Jack Yu2020-02-281-2/+2
* | ASoC: rt1015: fix typo for bypass boost controlJack Yu2020-02-171-3/+3
|/
* ASoC: rt1015: Remove unnecessary constNathan Chancellor2020-01-241-1/+1
* ASoC: rt1015: add rt1015 amplifier driverJack Yu2020-01-231-0/+993