mirror of
https://github.com/torvalds/linux.git
synced 2024-11-22 04:02:20 +00:00
Merge branch 'for-linus' into for-next
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
commit
5516e3f476
@ -54,7 +54,7 @@ enum sof_comp_type {
|
|||||||
struct sof_ipc_comp {
|
struct sof_ipc_comp {
|
||||||
struct sof_ipc_cmd_hdr hdr;
|
struct sof_ipc_cmd_hdr hdr;
|
||||||
uint32_t id;
|
uint32_t id;
|
||||||
enum sof_comp_type type;
|
uint32_t type;
|
||||||
uint32_t pipeline_id;
|
uint32_t pipeline_id;
|
||||||
uint32_t core;
|
uint32_t core;
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
|||||||
/* SOF ABI version major, minor and patch numbers */
|
/* SOF ABI version major, minor and patch numbers */
|
||||||
#define SOF_ABI_MAJOR 3
|
#define SOF_ABI_MAJOR 3
|
||||||
#define SOF_ABI_MINOR 23
|
#define SOF_ABI_MINOR 23
|
||||||
#define SOF_ABI_PATCH 0
|
#define SOF_ABI_PATCH 1
|
||||||
|
|
||||||
/* SOF ABI version number. Format within 32bit word is MMmmmppp */
|
/* SOF ABI version number. Format within 32bit word is MMmmmppp */
|
||||||
#define SOF_ABI_MAJOR_SHIFT 24
|
#define SOF_ABI_MAJOR_SHIFT 24
|
||||||
|
@ -10183,6 +10183,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
|
|||||||
SND_PCI_QUIRK(0x103c, 0x87f5, "HP", ALC287_FIXUP_HP_GPIO_LED),
|
SND_PCI_QUIRK(0x103c, 0x87f5, "HP", ALC287_FIXUP_HP_GPIO_LED),
|
||||||
SND_PCI_QUIRK(0x103c, 0x87f6, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
|
SND_PCI_QUIRK(0x103c, 0x87f6, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
|
||||||
SND_PCI_QUIRK(0x103c, 0x87f7, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
|
SND_PCI_QUIRK(0x103c, 0x87f7, "HP Spectre x360 14", ALC245_FIXUP_HP_X360_AMP),
|
||||||
|
SND_PCI_QUIRK(0x103c, 0x87fd, "HP Laptop 14-dq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
|
||||||
SND_PCI_QUIRK(0x103c, 0x87fe, "HP Laptop 15s-fq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
|
SND_PCI_QUIRK(0x103c, 0x87fe, "HP Laptop 15s-fq2xxx", ALC236_FIXUP_HP_MUTE_LED_COEFBIT2),
|
||||||
SND_PCI_QUIRK(0x103c, 0x8805, "HP ProBook 650 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
|
SND_PCI_QUIRK(0x103c, 0x8805, "HP ProBook 650 G8 Notebook PC", ALC236_FIXUP_HP_GPIO_LED),
|
||||||
SND_PCI_QUIRK(0x103c, 0x880d, "HP EliteBook 830 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
|
SND_PCI_QUIRK(0x103c, 0x880d, "HP EliteBook 830 G8 Notebook PC", ALC285_FIXUP_HP_GPIO_LED),
|
||||||
@ -10307,6 +10308,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
|
|||||||
SND_PCI_QUIRK(0x103c, 0x8c16, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2),
|
SND_PCI_QUIRK(0x103c, 0x8c16, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2),
|
||||||
SND_PCI_QUIRK(0x103c, 0x8c17, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2),
|
SND_PCI_QUIRK(0x103c, 0x8c17, "HP Spectre 16", ALC287_FIXUP_CS35L41_I2C_2),
|
||||||
SND_PCI_QUIRK(0x103c, 0x8c21, "HP Pavilion Plus Laptop 14-ey0XXX", ALC245_FIXUP_HP_X360_MUTE_LEDS),
|
SND_PCI_QUIRK(0x103c, 0x8c21, "HP Pavilion Plus Laptop 14-ey0XXX", ALC245_FIXUP_HP_X360_MUTE_LEDS),
|
||||||
|
SND_PCI_QUIRK(0x103c, 0x8c30, "HP Victus 15-fb1xxx", ALC245_FIXUP_HP_MUTE_LED_COEFBIT),
|
||||||
SND_PCI_QUIRK(0x103c, 0x8c46, "HP EliteBook 830 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
|
SND_PCI_QUIRK(0x103c, 0x8c46, "HP EliteBook 830 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
|
||||||
SND_PCI_QUIRK(0x103c, 0x8c47, "HP EliteBook 840 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
|
SND_PCI_QUIRK(0x103c, 0x8c47, "HP EliteBook 840 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
|
||||||
SND_PCI_QUIRK(0x103c, 0x8c48, "HP EliteBook 860 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
|
SND_PCI_QUIRK(0x103c, 0x8c48, "HP EliteBook 860 G11", ALC245_FIXUP_CS35L41_SPI_2_HP_GPIO_LED),
|
||||||
@ -10433,6 +10435,7 @@ static const struct snd_pci_quirk alc269_fixup_tbl[] = {
|
|||||||
SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402ZA", ALC245_FIXUP_CS35L41_SPI_2),
|
SND_PCI_QUIRK(0x1043, 0x1e02, "ASUS UX3402ZA", ALC245_FIXUP_CS35L41_SPI_2),
|
||||||
SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
|
SND_PCI_QUIRK(0x1043, 0x1e11, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA502),
|
||||||
SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2),
|
SND_PCI_QUIRK(0x1043, 0x1e12, "ASUS UM3402", ALC287_FIXUP_CS35L41_I2C_2),
|
||||||
|
SND_PCI_QUIRK(0x1043, 0x1e1f, "ASUS Vivobook 15 X1504VAP", ALC2XX_FIXUP_HEADSET_MIC),
|
||||||
SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
|
SND_PCI_QUIRK(0x1043, 0x1e51, "ASUS Zephyrus M15", ALC294_FIXUP_ASUS_GU502_PINS),
|
||||||
SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS),
|
SND_PCI_QUIRK(0x1043, 0x1e5e, "ASUS ROG Strix G513", ALC294_FIXUP_ASUS_G513_PINS),
|
||||||
SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
|
SND_PCI_QUIRK(0x1043, 0x1e8e, "ASUS Zephyrus G15", ALC289_FIXUP_ASUS_GA401),
|
||||||
|
@ -353,6 +353,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
|
|||||||
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7VF"),
|
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 15 C7VF"),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.driver_data = &acp6x_card,
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_BOARD_VENDOR, "Micro-Star International Co., Ltd."),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "Bravo 17 D7VEK"),
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.driver_data = &acp6x_card,
|
.driver_data = &acp6x_card,
|
||||||
.matches = {
|
.matches = {
|
||||||
|
@ -26,6 +26,7 @@ static const struct of_device_id chv3_codec_of_match[] = {
|
|||||||
{ .compatible = "google,chv3-codec", },
|
{ .compatible = "google,chv3-codec", },
|
||||||
{ }
|
{ }
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, chv3_codec_of_match);
|
||||||
|
|
||||||
static struct platform_driver chv3_codec_platform_driver = {
|
static struct platform_driver chv3_codec_platform_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
|
@ -228,11 +228,13 @@ struct va_macro {
|
|||||||
struct va_macro_data {
|
struct va_macro_data {
|
||||||
bool has_swr_master;
|
bool has_swr_master;
|
||||||
bool has_npl_clk;
|
bool has_npl_clk;
|
||||||
|
int version;
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct va_macro_data sm8250_va_data = {
|
static const struct va_macro_data sm8250_va_data = {
|
||||||
.has_swr_master = false,
|
.has_swr_master = false,
|
||||||
.has_npl_clk = false,
|
.has_npl_clk = false,
|
||||||
|
.version = LPASS_CODEC_VERSION_1_0,
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct va_macro_data sm8450_va_data = {
|
static const struct va_macro_data sm8450_va_data = {
|
||||||
@ -1587,7 +1589,14 @@ static int va_macro_probe(struct platform_device *pdev)
|
|||||||
goto err_npl;
|
goto err_npl;
|
||||||
}
|
}
|
||||||
|
|
||||||
va_macro_set_lpass_codec_version(va);
|
/**
|
||||||
|
* old version of codecs do not have a reliable way to determine the
|
||||||
|
* version from registers, get them from soc specific data
|
||||||
|
*/
|
||||||
|
if (data->version)
|
||||||
|
lpass_macro_set_codec_version(data->version);
|
||||||
|
else /* read version from register */
|
||||||
|
va_macro_set_lpass_codec_version(va);
|
||||||
|
|
||||||
if (va->has_swr_master) {
|
if (va->has_swr_master) {
|
||||||
/* Set default CLK div to 1 */
|
/* Set default CLK div to 1 */
|
||||||
|
@ -623,6 +623,7 @@ static const struct of_device_id tda7419_of_match[] = {
|
|||||||
{ .compatible = "st,tda7419" },
|
{ .compatible = "st,tda7419" },
|
||||||
{ },
|
{ },
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, tda7419_of_match);
|
||||||
|
|
||||||
static struct i2c_driver tda7419_driver = {
|
static struct i2c_driver tda7419_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
|
@ -322,6 +322,7 @@ static const struct of_device_id chv3_i2s_of_match[] = {
|
|||||||
{ .compatible = "google,chv3-i2s" },
|
{ .compatible = "google,chv3-i2s" },
|
||||||
{},
|
{},
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, chv3_i2s_of_match);
|
||||||
|
|
||||||
static struct platform_driver chv3_i2s_driver = {
|
static struct platform_driver chv3_i2s_driver = {
|
||||||
.probe = chv3_i2s_probe,
|
.probe = chv3_i2s_probe,
|
||||||
|
@ -605,7 +605,7 @@ static int broxton_audio_probe(struct platform_device *pdev)
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < ARRAY_SIZE(broxton_rt298_dais); i++) {
|
for (i = 0; i < ARRAY_SIZE(broxton_rt298_dais); i++) {
|
||||||
if (card->dai_link[i].codecs->name &&
|
if (card->dai_link[i].num_codecs &&
|
||||||
!strncmp(card->dai_link[i].codecs->name, "i2c-INT343A:00",
|
!strncmp(card->dai_link[i].codecs->name, "i2c-INT343A:00",
|
||||||
I2C_NAME_SIZE)) {
|
I2C_NAME_SIZE)) {
|
||||||
if (!strncmp(card->name, "broxton-rt298",
|
if (!strncmp(card->name, "broxton-rt298",
|
||||||
|
@ -241,7 +241,7 @@ static int snd_byt_cht_cx2072x_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* fix index of codec dai */
|
/* fix index of codec dai */
|
||||||
for (i = 0; i < ARRAY_SIZE(byt_cht_cx2072x_dais); i++) {
|
for (i = 0; i < ARRAY_SIZE(byt_cht_cx2072x_dais); i++) {
|
||||||
if (byt_cht_cx2072x_dais[i].codecs->name &&
|
if (byt_cht_cx2072x_dais[i].num_codecs &&
|
||||||
!strcmp(byt_cht_cx2072x_dais[i].codecs->name,
|
!strcmp(byt_cht_cx2072x_dais[i].codecs->name,
|
||||||
"i2c-14F10720:00")) {
|
"i2c-14F10720:00")) {
|
||||||
dai_index = i;
|
dai_index = i;
|
||||||
|
@ -245,7 +245,7 @@ static int bytcht_da7213_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* fix index of codec dai */
|
/* fix index of codec dai */
|
||||||
for (i = 0; i < ARRAY_SIZE(dailink); i++) {
|
for (i = 0; i < ARRAY_SIZE(dailink); i++) {
|
||||||
if (dailink[i].codecs->name &&
|
if (dailink[i].num_codecs &&
|
||||||
!strcmp(dailink[i].codecs->name, "i2c-DLGS7213:00")) {
|
!strcmp(dailink[i].codecs->name, "i2c-DLGS7213:00")) {
|
||||||
dai_index = i;
|
dai_index = i;
|
||||||
break;
|
break;
|
||||||
|
@ -546,7 +546,7 @@ static int snd_byt_cht_es8316_mc_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* fix index of codec dai */
|
/* fix index of codec dai */
|
||||||
for (i = 0; i < ARRAY_SIZE(byt_cht_es8316_dais); i++) {
|
for (i = 0; i < ARRAY_SIZE(byt_cht_es8316_dais); i++) {
|
||||||
if (byt_cht_es8316_dais[i].codecs->name &&
|
if (byt_cht_es8316_dais[i].num_codecs &&
|
||||||
!strcmp(byt_cht_es8316_dais[i].codecs->name,
|
!strcmp(byt_cht_es8316_dais[i].codecs->name,
|
||||||
"i2c-ESSX8316:00")) {
|
"i2c-ESSX8316:00")) {
|
||||||
dai_index = i;
|
dai_index = i;
|
||||||
|
@ -1677,7 +1677,7 @@ static int snd_byt_rt5640_mc_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* fix index of codec dai */
|
/* fix index of codec dai */
|
||||||
for (i = 0; i < ARRAY_SIZE(byt_rt5640_dais); i++) {
|
for (i = 0; i < ARRAY_SIZE(byt_rt5640_dais); i++) {
|
||||||
if (byt_rt5640_dais[i].codecs->name &&
|
if (byt_rt5640_dais[i].num_codecs &&
|
||||||
!strcmp(byt_rt5640_dais[i].codecs->name,
|
!strcmp(byt_rt5640_dais[i].codecs->name,
|
||||||
"i2c-10EC5640:00")) {
|
"i2c-10EC5640:00")) {
|
||||||
dai_index = i;
|
dai_index = i;
|
||||||
|
@ -910,7 +910,7 @@ static int snd_byt_rt5651_mc_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* fix index of codec dai */
|
/* fix index of codec dai */
|
||||||
for (i = 0; i < ARRAY_SIZE(byt_rt5651_dais); i++) {
|
for (i = 0; i < ARRAY_SIZE(byt_rt5651_dais); i++) {
|
||||||
if (byt_rt5651_dais[i].codecs->name &&
|
if (byt_rt5651_dais[i].num_codecs &&
|
||||||
!strcmp(byt_rt5651_dais[i].codecs->name,
|
!strcmp(byt_rt5651_dais[i].codecs->name,
|
||||||
"i2c-10EC5651:00")) {
|
"i2c-10EC5651:00")) {
|
||||||
dai_index = i;
|
dai_index = i;
|
||||||
|
@ -605,7 +605,7 @@ static int snd_byt_wm5102_mc_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* find index of codec dai */
|
/* find index of codec dai */
|
||||||
for (i = 0; i < ARRAY_SIZE(byt_wm5102_dais); i++) {
|
for (i = 0; i < ARRAY_SIZE(byt_wm5102_dais); i++) {
|
||||||
if (byt_wm5102_dais[i].codecs->name &&
|
if (byt_wm5102_dais[i].num_codecs &&
|
||||||
!strcmp(byt_wm5102_dais[i].codecs->name,
|
!strcmp(byt_wm5102_dais[i].codecs->name,
|
||||||
"wm5102-codec")) {
|
"wm5102-codec")) {
|
||||||
dai_index = i;
|
dai_index = i;
|
||||||
|
@ -569,7 +569,7 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* set correct codec name */
|
/* set correct codec name */
|
||||||
for (i = 0; i < ARRAY_SIZE(cht_dailink); i++)
|
for (i = 0; i < ARRAY_SIZE(cht_dailink); i++)
|
||||||
if (cht_dailink[i].codecs->name &&
|
if (cht_dailink[i].num_codecs &&
|
||||||
!strcmp(cht_dailink[i].codecs->name,
|
!strcmp(cht_dailink[i].codecs->name,
|
||||||
"i2c-10EC5645:00")) {
|
"i2c-10EC5645:00")) {
|
||||||
dai_index = i;
|
dai_index = i;
|
||||||
|
@ -466,7 +466,7 @@ static int snd_cht_mc_probe(struct platform_device *pdev)
|
|||||||
|
|
||||||
/* find index of codec dai */
|
/* find index of codec dai */
|
||||||
for (i = 0; i < ARRAY_SIZE(cht_dailink); i++) {
|
for (i = 0; i < ARRAY_SIZE(cht_dailink); i++) {
|
||||||
if (cht_dailink[i].codecs->name &&
|
if (cht_dailink[i].num_codecs &&
|
||||||
!strcmp(cht_dailink[i].codecs->name, RT5672_I2C_DEFAULT)) {
|
!strcmp(cht_dailink[i].codecs->name, RT5672_I2C_DEFAULT)) {
|
||||||
dai_index = i;
|
dai_index = i;
|
||||||
break;
|
break;
|
||||||
|
@ -84,7 +84,6 @@ static const struct dmi_system_id lenovo_yoga_tab3_x90[] = {
|
|||||||
/* Lenovo Yoga Tab 3 Pro YT3-X90, codec missing from DSDT */
|
/* Lenovo Yoga Tab 3 Pro YT3-X90, codec missing from DSDT */
|
||||||
.matches = {
|
.matches = {
|
||||||
DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
|
DMI_MATCH(DMI_SYS_VENDOR, "Intel Corporation"),
|
||||||
DMI_MATCH(DMI_PRODUCT_NAME, "CHERRYVIEW D1 PLATFORM"),
|
|
||||||
DMI_MATCH(DMI_PRODUCT_VERSION, "Blade3-10A-001"),
|
DMI_MATCH(DMI_PRODUCT_VERSION, "Blade3-10A-001"),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -814,6 +814,7 @@ static const struct of_device_id kmb_plat_of_match[] = {
|
|||||||
{ .compatible = "intel,keembay-tdm", .data = &intel_kmb_tdm_dai},
|
{ .compatible = "intel,keembay-tdm", .data = &intel_kmb_tdm_dai},
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
MODULE_DEVICE_TABLE(of, kmb_plat_of_match);
|
||||||
|
|
||||||
static int kmb_plat_dai_probe(struct platform_device *pdev)
|
static int kmb_plat_dai_probe(struct platform_device *pdev)
|
||||||
{
|
{
|
||||||
|
@ -734,6 +734,7 @@ static int mt8188_headset_codec_init(struct snd_soc_pcm_runtime *rtd)
|
|||||||
struct mtk_soc_card_data *soc_card_data = snd_soc_card_get_drvdata(rtd->card);
|
struct mtk_soc_card_data *soc_card_data = snd_soc_card_get_drvdata(rtd->card);
|
||||||
struct snd_soc_jack *jack = &soc_card_data->card_data->jacks[MT8188_JACK_HEADSET];
|
struct snd_soc_jack *jack = &soc_card_data->card_data->jacks[MT8188_JACK_HEADSET];
|
||||||
struct snd_soc_component *component = snd_soc_rtd_to_codec(rtd, 0)->component;
|
struct snd_soc_component *component = snd_soc_rtd_to_codec(rtd, 0)->component;
|
||||||
|
struct mtk_platform_card_data *card_data = soc_card_data->card_data;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
ret = snd_soc_dapm_new_controls(&card->dapm, mt8188_nau8825_widgets,
|
ret = snd_soc_dapm_new_controls(&card->dapm, mt8188_nau8825_widgets,
|
||||||
@ -762,10 +763,18 @@ static int mt8188_headset_codec_init(struct snd_soc_pcm_runtime *rtd)
|
|||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
|
|
||||||
snd_jack_set_key(jack->jack, SND_JACK_BTN_0, KEY_PLAYPAUSE);
|
if (card_data->flags & ES8326_HS_PRESENT) {
|
||||||
snd_jack_set_key(jack->jack, SND_JACK_BTN_1, KEY_VOICECOMMAND);
|
snd_jack_set_key(jack->jack, SND_JACK_BTN_0, KEY_PLAYPAUSE);
|
||||||
snd_jack_set_key(jack->jack, SND_JACK_BTN_2, KEY_VOLUMEUP);
|
snd_jack_set_key(jack->jack, SND_JACK_BTN_1, KEY_VOLUMEUP);
|
||||||
snd_jack_set_key(jack->jack, SND_JACK_BTN_3, KEY_VOLUMEDOWN);
|
snd_jack_set_key(jack->jack, SND_JACK_BTN_2, KEY_VOLUMEDOWN);
|
||||||
|
snd_jack_set_key(jack->jack, SND_JACK_BTN_3, KEY_VOICECOMMAND);
|
||||||
|
} else {
|
||||||
|
snd_jack_set_key(jack->jack, SND_JACK_BTN_0, KEY_PLAYPAUSE);
|
||||||
|
snd_jack_set_key(jack->jack, SND_JACK_BTN_1, KEY_VOICECOMMAND);
|
||||||
|
snd_jack_set_key(jack->jack, SND_JACK_BTN_2, KEY_VOLUMEUP);
|
||||||
|
snd_jack_set_key(jack->jack, SND_JACK_BTN_3, KEY_VOLUMEDOWN);
|
||||||
|
}
|
||||||
|
|
||||||
ret = snd_soc_component_set_jack(component, jack, NULL);
|
ret = snd_soc_component_set_jack(component, jack, NULL);
|
||||||
|
|
||||||
if (ret) {
|
if (ret) {
|
||||||
|
@ -4057,6 +4057,7 @@ static int snd_soc_dai_link_event(struct snd_soc_dapm_widget *w,
|
|||||||
|
|
||||||
case SND_SOC_DAPM_POST_PMD:
|
case SND_SOC_DAPM_POST_PMD:
|
||||||
kfree(substream->runtime);
|
kfree(substream->runtime);
|
||||||
|
substream->runtime = NULL;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
@ -2050,6 +2050,8 @@ static int sof_link_unload(struct snd_soc_component *scomp, struct snd_soc_dobj
|
|||||||
if (!slink)
|
if (!slink)
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
slink->link->platforms->name = NULL;
|
||||||
|
|
||||||
kfree(slink->tuples);
|
kfree(slink->tuples);
|
||||||
list_del(&slink->list);
|
list_del(&slink->list);
|
||||||
kfree(slink->hw_configs);
|
kfree(slink->hw_configs);
|
||||||
|
@ -100,8 +100,8 @@
|
|||||||
#define SUN8I_I2S_CTRL_MODE_PCM (0 << 4)
|
#define SUN8I_I2S_CTRL_MODE_PCM (0 << 4)
|
||||||
|
|
||||||
#define SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK BIT(19)
|
#define SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK BIT(19)
|
||||||
#define SUN8I_I2S_FMT0_LRCLK_POLARITY_INVERTED (1 << 19)
|
#define SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH (1 << 19)
|
||||||
#define SUN8I_I2S_FMT0_LRCLK_POLARITY_NORMAL (0 << 19)
|
#define SUN8I_I2S_FMT0_LRCLK_POLARITY_START_LOW (0 << 19)
|
||||||
#define SUN8I_I2S_FMT0_LRCK_PERIOD_MASK GENMASK(17, 8)
|
#define SUN8I_I2S_FMT0_LRCK_PERIOD_MASK GENMASK(17, 8)
|
||||||
#define SUN8I_I2S_FMT0_LRCK_PERIOD(period) ((period - 1) << 8)
|
#define SUN8I_I2S_FMT0_LRCK_PERIOD(period) ((period - 1) << 8)
|
||||||
#define SUN8I_I2S_FMT0_BCLK_POLARITY_MASK BIT(7)
|
#define SUN8I_I2S_FMT0_BCLK_POLARITY_MASK BIT(7)
|
||||||
@ -729,65 +729,37 @@ static int sun4i_i2s_set_soc_fmt(const struct sun4i_i2s *i2s,
|
|||||||
static int sun8i_i2s_set_soc_fmt(const struct sun4i_i2s *i2s,
|
static int sun8i_i2s_set_soc_fmt(const struct sun4i_i2s *i2s,
|
||||||
unsigned int fmt)
|
unsigned int fmt)
|
||||||
{
|
{
|
||||||
u32 mode, val;
|
u32 mode, lrclk_pol, bclk_pol, val;
|
||||||
u8 offset;
|
u8 offset;
|
||||||
|
|
||||||
/*
|
|
||||||
* DAI clock polarity
|
|
||||||
*
|
|
||||||
* The setup for LRCK contradicts the datasheet, but under a
|
|
||||||
* scope it's clear that the LRCK polarity is reversed
|
|
||||||
* compared to the expected polarity on the bus.
|
|
||||||
*/
|
|
||||||
switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
|
|
||||||
case SND_SOC_DAIFMT_IB_IF:
|
|
||||||
/* Invert both clocks */
|
|
||||||
val = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED;
|
|
||||||
break;
|
|
||||||
case SND_SOC_DAIFMT_IB_NF:
|
|
||||||
/* Invert bit clock */
|
|
||||||
val = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED |
|
|
||||||
SUN8I_I2S_FMT0_LRCLK_POLARITY_INVERTED;
|
|
||||||
break;
|
|
||||||
case SND_SOC_DAIFMT_NB_IF:
|
|
||||||
/* Invert frame clock */
|
|
||||||
val = 0;
|
|
||||||
break;
|
|
||||||
case SND_SOC_DAIFMT_NB_NF:
|
|
||||||
val = SUN8I_I2S_FMT0_LRCLK_POLARITY_INVERTED;
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
return -EINVAL;
|
|
||||||
}
|
|
||||||
|
|
||||||
regmap_update_bits(i2s->regmap, SUN4I_I2S_FMT0_REG,
|
|
||||||
SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK |
|
|
||||||
SUN8I_I2S_FMT0_BCLK_POLARITY_MASK,
|
|
||||||
val);
|
|
||||||
|
|
||||||
/* DAI Mode */
|
/* DAI Mode */
|
||||||
switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
|
switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
|
||||||
case SND_SOC_DAIFMT_DSP_A:
|
case SND_SOC_DAIFMT_DSP_A:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_PCM;
|
mode = SUN8I_I2S_CTRL_MODE_PCM;
|
||||||
offset = 1;
|
offset = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_DAIFMT_DSP_B:
|
case SND_SOC_DAIFMT_DSP_B:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_PCM;
|
mode = SUN8I_I2S_CTRL_MODE_PCM;
|
||||||
offset = 0;
|
offset = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_DAIFMT_I2S:
|
case SND_SOC_DAIFMT_I2S:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_LOW;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_LEFT;
|
mode = SUN8I_I2S_CTRL_MODE_LEFT;
|
||||||
offset = 1;
|
offset = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_DAIFMT_LEFT_J:
|
case SND_SOC_DAIFMT_LEFT_J:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_LEFT;
|
mode = SUN8I_I2S_CTRL_MODE_LEFT;
|
||||||
offset = 0;
|
offset = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_DAIFMT_RIGHT_J:
|
case SND_SOC_DAIFMT_RIGHT_J:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_RIGHT;
|
mode = SUN8I_I2S_CTRL_MODE_RIGHT;
|
||||||
offset = 0;
|
offset = 0;
|
||||||
break;
|
break;
|
||||||
@ -805,6 +777,35 @@ static int sun8i_i2s_set_soc_fmt(const struct sun4i_i2s *i2s,
|
|||||||
SUN8I_I2S_TX_CHAN_OFFSET_MASK,
|
SUN8I_I2S_TX_CHAN_OFFSET_MASK,
|
||||||
SUN8I_I2S_TX_CHAN_OFFSET(offset));
|
SUN8I_I2S_TX_CHAN_OFFSET(offset));
|
||||||
|
|
||||||
|
/* DAI clock polarity */
|
||||||
|
bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_NORMAL;
|
||||||
|
|
||||||
|
switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
|
||||||
|
case SND_SOC_DAIFMT_IB_IF:
|
||||||
|
/* Invert both clocks */
|
||||||
|
lrclk_pol ^= SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK;
|
||||||
|
bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED;
|
||||||
|
break;
|
||||||
|
case SND_SOC_DAIFMT_IB_NF:
|
||||||
|
/* Invert bit clock */
|
||||||
|
bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED;
|
||||||
|
break;
|
||||||
|
case SND_SOC_DAIFMT_NB_IF:
|
||||||
|
/* Invert frame clock */
|
||||||
|
lrclk_pol ^= SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK;
|
||||||
|
break;
|
||||||
|
case SND_SOC_DAIFMT_NB_NF:
|
||||||
|
/* No inversion */
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
|
|
||||||
|
regmap_update_bits(i2s->regmap, SUN4I_I2S_FMT0_REG,
|
||||||
|
SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK |
|
||||||
|
SUN8I_I2S_FMT0_BCLK_POLARITY_MASK,
|
||||||
|
lrclk_pol | bclk_pol);
|
||||||
|
|
||||||
/* DAI clock master masks */
|
/* DAI clock master masks */
|
||||||
switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
|
switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
|
||||||
case SND_SOC_DAIFMT_BP_FP:
|
case SND_SOC_DAIFMT_BP_FP:
|
||||||
@ -836,65 +837,37 @@ static int sun8i_i2s_set_soc_fmt(const struct sun4i_i2s *i2s,
|
|||||||
static int sun50i_h6_i2s_set_soc_fmt(const struct sun4i_i2s *i2s,
|
static int sun50i_h6_i2s_set_soc_fmt(const struct sun4i_i2s *i2s,
|
||||||
unsigned int fmt)
|
unsigned int fmt)
|
||||||
{
|
{
|
||||||
u32 mode, val;
|
u32 mode, lrclk_pol, bclk_pol, val;
|
||||||
u8 offset;
|
u8 offset;
|
||||||
|
|
||||||
/*
|
|
||||||
* DAI clock polarity
|
|
||||||
*
|
|
||||||
* The setup for LRCK contradicts the datasheet, but under a
|
|
||||||
* scope it's clear that the LRCK polarity is reversed
|
|
||||||
* compared to the expected polarity on the bus.
|
|
||||||
*/
|
|
||||||
switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
|
|
||||||
case SND_SOC_DAIFMT_IB_IF:
|
|
||||||
/* Invert both clocks */
|
|
||||||
val = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED;
|
|
||||||
break;
|
|
||||||
case SND_SOC_DAIFMT_IB_NF:
|
|
||||||
/* Invert bit clock */
|
|
||||||
val = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED |
|
|
||||||
SUN8I_I2S_FMT0_LRCLK_POLARITY_INVERTED;
|
|
||||||
break;
|
|
||||||
case SND_SOC_DAIFMT_NB_IF:
|
|
||||||
/* Invert frame clock */
|
|
||||||
val = 0;
|
|
||||||
break;
|
|
||||||
case SND_SOC_DAIFMT_NB_NF:
|
|
||||||
val = SUN8I_I2S_FMT0_LRCLK_POLARITY_INVERTED;
|
|
||||||
break;
|
|
||||||
default:
|
|
||||||
return -EINVAL;
|
|
||||||
}
|
|
||||||
|
|
||||||
regmap_update_bits(i2s->regmap, SUN4I_I2S_FMT0_REG,
|
|
||||||
SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK |
|
|
||||||
SUN8I_I2S_FMT0_BCLK_POLARITY_MASK,
|
|
||||||
val);
|
|
||||||
|
|
||||||
/* DAI Mode */
|
/* DAI Mode */
|
||||||
switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
|
switch (fmt & SND_SOC_DAIFMT_FORMAT_MASK) {
|
||||||
case SND_SOC_DAIFMT_DSP_A:
|
case SND_SOC_DAIFMT_DSP_A:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_PCM;
|
mode = SUN8I_I2S_CTRL_MODE_PCM;
|
||||||
offset = 1;
|
offset = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_DAIFMT_DSP_B:
|
case SND_SOC_DAIFMT_DSP_B:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_PCM;
|
mode = SUN8I_I2S_CTRL_MODE_PCM;
|
||||||
offset = 0;
|
offset = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_DAIFMT_I2S:
|
case SND_SOC_DAIFMT_I2S:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_LOW;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_LEFT;
|
mode = SUN8I_I2S_CTRL_MODE_LEFT;
|
||||||
offset = 1;
|
offset = 1;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_DAIFMT_LEFT_J:
|
case SND_SOC_DAIFMT_LEFT_J:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_LEFT;
|
mode = SUN8I_I2S_CTRL_MODE_LEFT;
|
||||||
offset = 0;
|
offset = 0;
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case SND_SOC_DAIFMT_RIGHT_J:
|
case SND_SOC_DAIFMT_RIGHT_J:
|
||||||
|
lrclk_pol = SUN8I_I2S_FMT0_LRCLK_POLARITY_START_HIGH;
|
||||||
mode = SUN8I_I2S_CTRL_MODE_RIGHT;
|
mode = SUN8I_I2S_CTRL_MODE_RIGHT;
|
||||||
offset = 0;
|
offset = 0;
|
||||||
break;
|
break;
|
||||||
@ -912,6 +885,36 @@ static int sun50i_h6_i2s_set_soc_fmt(const struct sun4i_i2s *i2s,
|
|||||||
SUN50I_H6_I2S_TX_CHAN_SEL_OFFSET_MASK,
|
SUN50I_H6_I2S_TX_CHAN_SEL_OFFSET_MASK,
|
||||||
SUN50I_H6_I2S_TX_CHAN_SEL_OFFSET(offset));
|
SUN50I_H6_I2S_TX_CHAN_SEL_OFFSET(offset));
|
||||||
|
|
||||||
|
/* DAI clock polarity */
|
||||||
|
bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_NORMAL;
|
||||||
|
|
||||||
|
switch (fmt & SND_SOC_DAIFMT_INV_MASK) {
|
||||||
|
case SND_SOC_DAIFMT_IB_IF:
|
||||||
|
/* Invert both clocks */
|
||||||
|
lrclk_pol ^= SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK;
|
||||||
|
bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED;
|
||||||
|
break;
|
||||||
|
case SND_SOC_DAIFMT_IB_NF:
|
||||||
|
/* Invert bit clock */
|
||||||
|
bclk_pol = SUN8I_I2S_FMT0_BCLK_POLARITY_INVERTED;
|
||||||
|
break;
|
||||||
|
case SND_SOC_DAIFMT_NB_IF:
|
||||||
|
/* Invert frame clock */
|
||||||
|
lrclk_pol ^= SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK;
|
||||||
|
break;
|
||||||
|
case SND_SOC_DAIFMT_NB_NF:
|
||||||
|
/* No inversion */
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
return -EINVAL;
|
||||||
|
}
|
||||||
|
|
||||||
|
regmap_update_bits(i2s->regmap, SUN4I_I2S_FMT0_REG,
|
||||||
|
SUN8I_I2S_FMT0_LRCLK_POLARITY_MASK |
|
||||||
|
SUN8I_I2S_FMT0_BCLK_POLARITY_MASK,
|
||||||
|
lrclk_pol | bclk_pol);
|
||||||
|
|
||||||
|
|
||||||
/* DAI clock master masks */
|
/* DAI clock master masks */
|
||||||
switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
|
switch (fmt & SND_SOC_DAIFMT_CLOCK_PROVIDER_MASK) {
|
||||||
case SND_SOC_DAIFMT_BP_FP:
|
case SND_SOC_DAIFMT_BP_FP:
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
//
|
//
|
||||||
// tegra210_ahub.c - Tegra210 AHUB driver
|
// tegra210_ahub.c - Tegra210 AHUB driver
|
||||||
//
|
//
|
||||||
// Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
|
// Copyright (c) 2020-2024, NVIDIA CORPORATION. All rights reserved.
|
||||||
|
|
||||||
#include <linux/clk.h>
|
#include <linux/clk.h>
|
||||||
#include <linux/device.h>
|
#include <linux/device.h>
|
||||||
@ -1391,12 +1391,14 @@ static int tegra_ahub_probe(struct platform_device *pdev)
|
|||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
err = of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev);
|
|
||||||
if (err)
|
|
||||||
return err;
|
|
||||||
|
|
||||||
pm_runtime_enable(&pdev->dev);
|
pm_runtime_enable(&pdev->dev);
|
||||||
|
|
||||||
|
err = of_platform_populate(pdev->dev.of_node, NULL, NULL, &pdev->dev);
|
||||||
|
if (err) {
|
||||||
|
pm_runtime_disable(&pdev->dev);
|
||||||
|
return err;
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user