summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/sound/rt5651.txt
AgeCommit message (Collapse)AuthorFilesLines
2019-03-18ASoC: rt5651: Add support for active-high jack detectHans de Goede1-0/+5
Some boards use a jack-receptacle with a switch which reports the jack-inserted status as active-high, rather then the standard active-low reporting most jacks use. This commit adds support for it. This is activated by a boolean "realtek,jack-detect-not-inverted" device-property. The not-inverted in the device-property name, rather then active-high, was chosen to keep the device-property naming consistent with the rt5640 codec driver. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mark Brown <broonie@kernel.org>
2018-05-22ASoC: codec: realtek: Make the node name genericFabio Estevam1-1/+1
"The name of a node should be somewhat generic, reflecting the function of the device and not its precise programming model." Do as suggested in the bindings examples. Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com> Signed-off-by: Mark Brown <broonie@kernel.org>
2018-03-13ASoC: rt5651: Fix jack-dectect typo in the dt-bindings documentationHans de Goede1-3/+3
Fix the jack-dectect typo in the dt-bindings documentation. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mark Brown <broonie@kernel.org>
2018-03-07ASoC: rt5651: Add devicetree-bindings for jack-detectHans de Goede1-0/+17
Add new properties to the rt5651 dt-bindings for configuring the jack-detect source and over-current detect settings. Cc: devicetree@vger.kernel.org Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mark Brown <broonie@kernel.org>
2015-12-23ASoC: rt5651: add ACPI and OF supportBard Liao1-0/+41
Add required tables and the binding document for ACPI and OF matching. Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> Signed-off-by: Bard Liao <bardliao@realtek.com> Signed-off-by: Mark Brown <broonie@kernel.org>