mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 20:22:09 +00:00
ALSA: hda: cs35l41: Use the CS35L41 HDA internal define
Follow GPIO1 pattern, use cs35l41 HDA internal define for IRQ and then translate to ASoC cs35l41 define. Signed-off-by: Lucas Tanure <tanureal@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220727095924.80884-2-tanureal@opensource.cirrus.com Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
c578d5da10
commit
f81ee579c0
@ -1014,6 +1014,7 @@ static int cs35l41_hda_apply_properties(struct cs35l41_hda *cs35l41)
|
|||||||
break;
|
break;
|
||||||
case CS35L41_INTERRUPT:
|
case CS35L41_INTERRUPT:
|
||||||
using_irq = true;
|
using_irq = true;
|
||||||
|
hw_cfg->gpio2.func = CS35L41_GPIO2_INT_OPEN_DRAIN;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
dev_err(cs35l41->dev, "Invalid GPIO2 function %d\n", hw_cfg->gpio2.func);
|
dev_err(cs35l41->dev, "Invalid GPIO2 function %d\n", hw_cfg->gpio2.func);
|
||||||
@ -1273,7 +1274,7 @@ no_acpi_dsd:
|
|||||||
cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH);
|
cs35l41->reset_gpio = gpiod_get_index(physdev, NULL, 0, GPIOD_OUT_HIGH);
|
||||||
cs35l41->hw_cfg.bst_type = CS35L41_EXT_BOOST_NO_VSPK_SWITCH;
|
cs35l41->hw_cfg.bst_type = CS35L41_EXT_BOOST_NO_VSPK_SWITCH;
|
||||||
cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 2);
|
cs35l41->speaker_id = cs35l41_get_speaker_id(physdev, 0, 0, 2);
|
||||||
hw_cfg->gpio2.func = CS35L41_GPIO2_INT_OPEN_DRAIN;
|
hw_cfg->gpio2.func = CS35L41_INTERRUPT;
|
||||||
hw_cfg->gpio2.valid = true;
|
hw_cfg->gpio2.valid = true;
|
||||||
cs35l41->hw_cfg.valid = true;
|
cs35l41->hw_cfg.valid = true;
|
||||||
put_device(physdev);
|
put_device(physdev);
|
||||||
|
Loading…
Reference in New Issue
Block a user