[PATCH v2 0/4] ASoC: mediatek: Update MT8195 machine driver
From: Trevor Wu <trevor.wu@mediatek.com> To: <broonie@kernel.org>, <tiwai@suse.com>, <robh+dt@kernel.org>, <matthias.bgg@gmail.com> Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, pierre-louis.bossart@linux.intel.com, linux-mediatek@lists.infradead.org, trevor.wu@mediatek.com, yc.hung@mediatek.com, daniel.baluta@nxp.com, linux-arm-kernel@lists.infradead.org Subject: [PATCH v2 0/4] ASoC: mediatek: Update MT8195 machine driver Date: Mon, 29 Nov 2021 22:10:53 +0800 [thread overview] Message-ID: <20211129141057.12422-1-trevor.wu@mediatek.com> (raw) This series of patches adds support for RT5682s headset codec in mt8195 machine drivers, and SOF support on card mt8195-mt6359-rt1019-rt5682 is also included. Patches are based on broonie tree "for-next" branch. Changes since v1: - remove patch3 and patch4 in v1 - add SOF support on card mt8195-mt6359-rt1012-rt5682 - add new propertes to dt-bindings for mt8195-mt6359-rt1019-rt5682 Trevor Wu (4): ASoC: mediatek: mt8195: add headset codec rt5682s support dt-bindings: mediatek: mt8195: add model property ASoC: mediatek: mt8195: add sof support on mt8195-mt6359-rt1019-rt5682 dt-bindings: mediatek: mt8195: add adsp and dai-link property .../sound/mt8195-mt6359-rt1011-rt5682.yaml | 4 + .../sound/mt8195-mt6359-rt1019-rt5682.yaml | 14 + sound/soc/mediatek/Kconfig | 2 + .../mt8195/mt8195-mt6359-rt1011-rt5682.c | 29 +- .../mt8195/mt8195-mt6359-rt1019-rt5682.c | 347 +++++++++++++++++- 5 files changed, 370 insertions(+), 26 deletions(-) -- 2.18.0
WARNING: multiple messages have this Message-ID
From: Trevor Wu <trevor.wu@mediatek.com> To: <broonie@kernel.org>, <tiwai@suse.com>, <robh+dt@kernel.org>, <matthias.bgg@gmail.com> Cc: <trevor.wu@mediatek.com>, <alsa-devel@alsa-project.org>, <linux-mediatek@lists.infradead.org>, <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>, <yc.hung@mediatek.com>, <daniel.baluta@nxp.com>, <pierre-louis.bossart@linux.intel.com> Subject: [PATCH v2 0/4] ASoC: mediatek: Update MT8195 machine driver Date: Mon, 29 Nov 2021 22:10:53 +0800 [thread overview] Message-ID: <20211129141057.12422-1-trevor.wu@mediatek.com> (raw) This series of patches adds support for RT5682s headset codec in mt8195 machine drivers, and SOF support on card mt8195-mt6359-rt1019-rt5682 is also included. Patches are based on broonie tree "for-next" branch. Changes since v1: - remove patch3 and patch4 in v1 - add SOF support on card mt8195-mt6359-rt1012-rt5682 - add new propertes to dt-bindings for mt8195-mt6359-rt1019-rt5682 Trevor Wu (4): ASoC: mediatek: mt8195: add headset codec rt5682s support dt-bindings: mediatek: mt8195: add model property ASoC: mediatek: mt8195: add sof support on mt8195-mt6359-rt1019-rt5682 dt-bindings: mediatek: mt8195: add adsp and dai-link property .../sound/mt8195-mt6359-rt1011-rt5682.yaml | 4 + .../sound/mt8195-mt6359-rt1019-rt5682.yaml | 14 + sound/soc/mediatek/Kconfig | 2 + .../mt8195/mt8195-mt6359-rt1011-rt5682.c | 29 +- .../mt8195/mt8195-mt6359-rt1019-rt5682.c | 347 +++++++++++++++++- 5 files changed, 370 insertions(+), 26 deletions(-) -- 2.18.0
WARNING: multiple messages have this Message-ID
From: Trevor Wu <trevor.wu@mediatek.com> To: <broonie@kernel.org>, <tiwai@suse.com>, <robh+dt@kernel.org>, <matthias.bgg@gmail.com> Cc: <trevor.wu@mediatek.com>, <alsa-devel@alsa-project.org>, <linux-mediatek@lists.infradead.org>, <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>, <yc.hung@mediatek.com>, <daniel.baluta@nxp.com>, <pierre-louis.bossart@linux.intel.com> Subject: [PATCH v2 0/4] ASoC: mediatek: Update MT8195 machine driver Date: Mon, 29 Nov 2021 22:10:53 +0800 [thread overview] Message-ID: <20211129141057.12422-1-trevor.wu@mediatek.com> (raw) This series of patches adds support for RT5682s headset codec in mt8195 machine drivers, and SOF support on card mt8195-mt6359-rt1019-rt5682 is also included. Patches are based on broonie tree "for-next" branch. Changes since v1: - remove patch3 and patch4 in v1 - add SOF support on card mt8195-mt6359-rt1012-rt5682 - add new propertes to dt-bindings for mt8195-mt6359-rt1019-rt5682 Trevor Wu (4): ASoC: mediatek: mt8195: add headset codec rt5682s support dt-bindings: mediatek: mt8195: add model property ASoC: mediatek: mt8195: add sof support on mt8195-mt6359-rt1019-rt5682 dt-bindings: mediatek: mt8195: add adsp and dai-link property .../sound/mt8195-mt6359-rt1011-rt5682.yaml | 4 + .../sound/mt8195-mt6359-rt1019-rt5682.yaml | 14 + sound/soc/mediatek/Kconfig | 2 + .../mt8195/mt8195-mt6359-rt1011-rt5682.c | 29 +- .../mt8195/mt8195-mt6359-rt1019-rt5682.c | 347 +++++++++++++++++- 5 files changed, 370 insertions(+), 26 deletions(-) -- 2.18.0 _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek
WARNING: multiple messages have this Message-ID
From: Trevor Wu <trevor.wu@mediatek.com> To: <broonie@kernel.org>, <tiwai@suse.com>, <robh+dt@kernel.org>, <matthias.bgg@gmail.com> Cc: <trevor.wu@mediatek.com>, <alsa-devel@alsa-project.org>, <linux-mediatek@lists.infradead.org>, <linux-arm-kernel@lists.infradead.org>, <linux-kernel@vger.kernel.org>, <devicetree@vger.kernel.org>, <yc.hung@mediatek.com>, <daniel.baluta@nxp.com>, <pierre-louis.bossart@linux.intel.com> Subject: [PATCH v2 0/4] ASoC: mediatek: Update MT8195 machine driver Date: Mon, 29 Nov 2021 22:10:53 +0800 [thread overview] Message-ID: <20211129141057.12422-1-trevor.wu@mediatek.com> (raw) This series of patches adds support for RT5682s headset codec in mt8195 machine drivers, and SOF support on card mt8195-mt6359-rt1019-rt5682 is also included. Patches are based on broonie tree "for-next" branch. Changes since v1: - remove patch3 and patch4 in v1 - add SOF support on card mt8195-mt6359-rt1012-rt5682 - add new propertes to dt-bindings for mt8195-mt6359-rt1019-rt5682 Trevor Wu (4): ASoC: mediatek: mt8195: add headset codec rt5682s support dt-bindings: mediatek: mt8195: add model property ASoC: mediatek: mt8195: add sof support on mt8195-mt6359-rt1019-rt5682 dt-bindings: mediatek: mt8195: add adsp and dai-link property .../sound/mt8195-mt6359-rt1011-rt5682.yaml | 4 + .../sound/mt8195-mt6359-rt1019-rt5682.yaml | 14 + sound/soc/mediatek/Kconfig | 2 + .../mt8195/mt8195-mt6359-rt1011-rt5682.c | 29 +- .../mt8195/mt8195-mt6359-rt1019-rt5682.c | 347 +++++++++++++++++- 5 files changed, 370 insertions(+), 26 deletions(-) -- 2.18.0 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
next reply other threads:[~2021-11-29 14:13 UTC|newest] Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-11-29 14:10 Trevor Wu [this message] 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` [PATCH v2 1/4] ASoC: mediatek: mt8195: add headset codec rt5682s support Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` [PATCH v2 2/4] dt-bindings: mediatek: mt8195: add model property Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` [PATCH v2 3/4] ASoC: mediatek: mt8195: add sof support on mt8195-mt6359-rt1019-rt5682 Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` [PATCH v2 4/4] dt-bindings: mediatek: mt8195: add adsp and dai-link property Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu 2021-11-29 14:10 ` Trevor Wu
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email --in-reply-to=20211129141057.12422-1-trevor.wu@mediatek.com --to=trevor.wu@mediatek.com --cc=alsa-devel@alsa-project.org --cc=broonie@kernel.org --cc=daniel.baluta@nxp.com --cc=devicetree@vger.kernel.org --cc=linux-arm-kernel@lists.infradead.org --cc=linux-kernel@vger.kernel.org --cc=linux-mediatek@lists.infradead.org --cc=matthias.bgg@gmail.com --cc=pierre-louis.bossart@linux.intel.com --cc=robh+dt@kernel.org --cc=tiwai@suse.com --cc=yc.hung@mediatek.com --subject='Re: [PATCH v2 0/4] ASoC: mediatek: Update MT8195 machine driver' /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.
Read more here: Source link