mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2025-11-21 09:47:25 +00:00
The ASoC core already has several helpers to parse card properties from the device tree. Move the parsing code for "pin-switches" from simple-card-utils to a shared snd_soc_of_parse_pin_switches() function so other drivers can also use it to set up pin switches configured in the device tree. Cc: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Stephan Gerhold <stephan@gerhold.net> Link: https://lore.kernel.org/r/20211214142049.20422-2-stephan@gerhold.net Signed-off-by: Mark Brown <broonie@kernel.org> |
||
|---|---|---|
| .. | ||
| audio-graph-card2-custom-sample.c | ||
| audio-graph-card2-custom-sample.dtsi | ||
| audio-graph-card2.c | ||
| audio-graph-card.c | ||
| Kconfig | ||
| Makefile | ||
| simple-card-utils.c | ||
| simple-card.c | ||
| test-component.c | ||