summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs43130.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* ASoC: cs43130: Drop legacy includesLinus Walleij2023-12-011-2/+0
* ASoC: cs43130: Allow configuration of bit clock and frame inversionMaciej Strozek2023-11-241-2/+40
* ASoC: cs43130: Allow driver to work without IRQ connectionMaciej Strozek2023-11-231-23/+54
* ASoC: cs43130: Add switch to control normal and alt hp inputsMaciej Strozek2023-11-171-4/+12
* ASoC: cs43130: Add handling of ACPIMaciej Strozek2023-11-171-16/+28
* ASoC: cs43130: Store device in private struct and use it more consistentlyMaciej Strozek2023-11-171-77/+74
* ASoC: cs43130: Fix incorrect frame delay configurationMaciej Strozek2023-11-171-1/+1
* ASoC: cs43130: Fix the position of const qualifierMaciej Strozek2023-11-171-2/+2
* ASoC: Explicitly include correct DT includesRob Herring2023-10-091-2/+1
* ASoC: cs43130: Use maple tree register cacheMark Brown2023-06-131-1/+1
* ASoC: Switch i2c drivers back to use .probe()Uwe Kleine-König2023-05-081-1/+1
* Merge tag 'sound-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2022-10-051-6/+5
|\
| * ASoC: cs43130: Replace scnprintf() with sysfs_emit()Takashi Iwai2022-08-151-6/+5
* | i2c: Make remove callback return voidUwe Kleine-König2022-08-161-3/+1
|/
* ASoC: cs*: Remove now redundant non_legacy_dai_naming flagCharles Keepax2022-06-271-1/+0
* ASoC: cs43130: Re-use generic struct u16_fractAndy Shevchenko2022-05-051-8/+8
* ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki2022-04-141-1/+1
* ASoC: cs*: use simple i2c probe functionStephen Kitt2022-04-051-3/+2
* Merge series "ASoC: tlv320aic32x4: Add support for TAS2505" from Claudius Hei...Mark Brown2021-06-231-15/+13
|\
| * ASoC: cs43130: handle errors in cs43130_probe() properlyGreg Kroah-Hartman2021-05-131-14/+14
| * Revert "ASoC: cs43130: fix a NULL pointer dereference"Greg Kroah-Hartman2021-05-131-2/+0
* | ASoC: cs43130: Use DEVICE_ATTR_RO macroYueHaibing2021-05-261-12/+12
* | ASoC: cs43130: Minor error paths fixupsCharles Keepax2021-05-101-12/+19
|/
* ASoC: cs*: sync parameter naming (rate/sample_bits)Kuninori Morimoto2021-01-211-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ASoC: cs43130: fix a NULL pointer dereferenceKangjie Lu2019-05-021-0/+2
* regmap: split up regmap_config.use_single_rwDavid Frey2018-09-071-1/+3
* sound: Use octal not symbolic permissionsJoe Perches2018-05-281-4/+4
* ASoC: cs43130: replace codec to componentKuninori Morimoto2018-02-121-121/+122
* ASoC: cs43130: Add break keyword to switch caseLi Xu2017-09-061-2/+14
* ASoC: cs43130: Fix unused compiler warnings for PM runtimeTakashi Iwai2017-09-041-2/+2
* ASoC: cs43130: Fix possible Oops with invalid dev_idTakashi Iwai2017-09-041-0/+4
* ASoC: cs43130: fix spelling mistake: "irq_occurrance" -> "irq_occurrence"Colin Ian King2017-09-041-4/+4
* ASoC: cs43130: Add support for CS43130 codecLi Xu2017-09-011-0/+2690