* [PATCH 1/1] sound: Support microphone from device Acer 315-24p
@ 2024-04-08 15:09 end.to.start
0 siblings, 0 replies; 7+ messages in thread
From: end.to.start @ 2024-04-08 15:09 UTC (permalink / raw)
To: broonie
Cc: lgirdwood, perex, tiwai, linux-sound, linux-kernel,
end . to . start
This patch adds microphone detection for the Acer 315-24p, after which a microphone appears on the device and starts working
Signed-off-by: end.to.start <end.to.start@mail.ru>
---
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 69c68d8e7..1760b5d42 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "MDC"),
+ DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {
--
2.44.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 1/1] sound: Support microphone from device Acer 315-24p
@ 2024-04-08 15:19 end.to.start
0 siblings, 0 replies; 7+ messages in thread
From: end.to.start @ 2024-04-08 15:19 UTC (permalink / raw)
To: linux-sound, linux-kernel; +Cc: end . to . start
This patch adds microphone detection for the Acer 315-24p, after which a microphone appears on the device and starts working
Signed-off-by: end.to.start <end.to.start@mail.ru>
---
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 69c68d8e7..1760b5d42 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "MDC"),
+ DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {
--
2.44.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [PATCH 1/1] sound: Support microphone from device Acer 315-24p
@ 2024-04-08 15:24 end.to.start
2024-04-09 18:08 ` Mark Brown
0 siblings, 1 reply; 7+ messages in thread
From: end.to.start @ 2024-04-08 15:24 UTC (permalink / raw)
To: linux-sound, linux-kernel
Cc: broonie, lgirdwood, perex, tiwai, end . to . start
This patch adds microphone detection for the Acer 315-24p, after which a microphone appears on the device and starts working
Signed-off-by: end.to.start <end.to.start@mail.ru>
---
sound/soc/amd/yc/acp6x-mach.c | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/sound/soc/amd/yc/acp6x-mach.c b/sound/soc/amd/yc/acp6x-mach.c
index 69c68d8e7..1760b5d42 100644
--- a/sound/soc/amd/yc/acp6x-mach.c
+++ b/sound/soc/amd/yc/acp6x-mach.c
@@ -430,6 +430,13 @@ static const struct dmi_system_id yc_acp_quirk_table[] = {
DMI_MATCH(DMI_BOARD_NAME, "MRID6"),
}
},
+ {
+ .driver_data = &acp6x_card,
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "MDC"),
+ DMI_MATCH(DMI_BOARD_NAME, "Herbag_MDU"),
+ }
+ },
{
.driver_data = &acp6x_card,
.matches = {
--
2.44.0
^ permalink raw reply related [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] sound: Support microphone from device Acer 315-24p
2024-04-08 15:24 [PATCH 1/1] sound: Support microphone from device Acer 315-24p end.to.start
@ 2024-04-09 18:08 ` Mark Brown
2024-05-03 11:23 ` Jaroslav Kysela
0 siblings, 1 reply; 7+ messages in thread
From: Mark Brown @ 2024-04-09 18:08 UTC (permalink / raw)
To: linux-sound, linux-kernel, end.to.start; +Cc: lgirdwood, perex, tiwai
On Mon, 08 Apr 2024 18:24:54 +0300, end.to.start wrote:
> This patch adds microphone detection for the Acer 315-24p, after which a microphone appears on the device and starts working
>
>
Applied to
https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
Thanks!
[1/1] sound: Support microphone from device Acer 315-24p
commit: 4b9a474c7c820391c0913d64431ae9e1f52a5143
All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.
You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.
If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.
Please add any relevant lists and maintainers to the CCs when replying
to this mail.
Thanks,
Mark
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] sound: Support microphone from device Acer 315-24p
2024-04-09 18:08 ` Mark Brown
@ 2024-05-03 11:23 ` Jaroslav Kysela
2024-05-03 12:07 ` Takashi Iwai
2024-05-05 14:37 ` Mark Brown
0 siblings, 2 replies; 7+ messages in thread
From: Jaroslav Kysela @ 2024-05-03 11:23 UTC (permalink / raw)
To: Mark Brown, linux-sound, linux-kernel, end.to.start; +Cc: lgirdwood, tiwai
On 09. 04. 24 20:08, Mark Brown wrote:
> On Mon, 08 Apr 2024 18:24:54 +0300, end.to.start wrote:
>> This patch adds microphone detection for the Acer 315-24p, after which a microphone appears on the device and starts working
>>
>>
>
> Applied to
>
> https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
>
> Thanks!
>
> [1/1] sound: Support microphone from device Acer 315-24p
> commit: 4b9a474c7c820391c0913d64431ae9e1f52a5143
>
> All being well this means that it will be integrated into the linux-next
> tree (usually sometime in the next 24 hours) and sent to Linus during
> the next merge window (or sooner if it is a bug fix), however if
> problems are discovered then the patch may be dropped or reverted.
Shall we really accept those anonymous contributions?
From submitting-patches.rst:
"""
then you just add a line saying::
Signed-off-by: Random J Developer <random@developer.example.org>
using a known identity (sorry, no anonymous contributions.)
"""
Jaroslav
--
Jaroslav Kysela <perex@perex.cz>
Linux Sound Maintainer; ALSA Project; Red Hat, Inc.
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] sound: Support microphone from device Acer 315-24p
2024-05-03 11:23 ` Jaroslav Kysela
@ 2024-05-03 12:07 ` Takashi Iwai
2024-05-05 14:37 ` Mark Brown
1 sibling, 0 replies; 7+ messages in thread
From: Takashi Iwai @ 2024-05-03 12:07 UTC (permalink / raw)
To: Jaroslav Kysela
Cc: Mark Brown, linux-sound, linux-kernel, end.to.start, lgirdwood,
tiwai
On Fri, 03 May 2024 13:23:28 +0200,
Jaroslav Kysela wrote:
>
> On 09. 04. 24 20:08, Mark Brown wrote:
> > On Mon, 08 Apr 2024 18:24:54 +0300, end.to.start wrote:
> >> This patch adds microphone detection for the Acer 315-24p, after which a microphone appears on the device and starts working
> >>
> >>
> >
> > Applied to
> >
> > https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next
> >
> > Thanks!
> >
> > [1/1] sound: Support microphone from device Acer 315-24p
> > commit: 4b9a474c7c820391c0913d64431ae9e1f52a5143
> >
> > All being well this means that it will be integrated into the linux-next
> > tree (usually sometime in the next 24 hours) and sent to Linus during
> > the next merge window (or sooner if it is a bug fix), however if
> > problems are discovered then the patch may be dropped or reverted.
>
> Shall we really accept those anonymous contributions?
>
> From submitting-patches.rst:
>
> """
> then you just add a line saying::
>
> Signed-off-by: Random J Developer <random@developer.example.org>
>
> using a known identity (sorry, no anonymous contributions.)
> """
Yeah, that's a bad example, and I noticed too late after sending a PR
to Linus, too (I concentrated only on the diffs).
The code change itself looks OK, so this is no big problem.
But let's decline such a submission at the next time.
thanks,
Takashi
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH 1/1] sound: Support microphone from device Acer 315-24p
2024-05-03 11:23 ` Jaroslav Kysela
2024-05-03 12:07 ` Takashi Iwai
@ 2024-05-05 14:37 ` Mark Brown
1 sibling, 0 replies; 7+ messages in thread
From: Mark Brown @ 2024-05-05 14:37 UTC (permalink / raw)
To: Jaroslav Kysela; +Cc: linux-sound, linux-kernel, end.to.start, lgirdwood, tiwai
[-- Attachment #1: Type: text/plain, Size: 510 bytes --]
On Fri, May 03, 2024 at 01:23:28PM +0200, Jaroslav Kysela wrote:
> On 09. 04. 24 20:08, Mark Brown wrote:
> > On Mon, 08 Apr 2024 18:24:54 +0300, end.to.start wrote:
> > [1/1] sound: Support microphone from device Acer 315-24p
> > commit: 4b9a474c7c820391c0913d64431ae9e1f52a5143
> Shall we really accept those anonymous contributions?
I was on the edge here, what pushed me towards accepting it was that the
change was just a data based quirk addition which is almost if not quite
a trivial change.
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 488 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2024-05-05 14:37 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-08 15:24 [PATCH 1/1] sound: Support microphone from device Acer 315-24p end.to.start
2024-04-09 18:08 ` Mark Brown
2024-05-03 11:23 ` Jaroslav Kysela
2024-05-03 12:07 ` Takashi Iwai
2024-05-05 14:37 ` Mark Brown
-- strict thread matches above, loose matches on Subject: below --
2024-04-08 15:19 end.to.start
2024-04-08 15:09 end.to.start
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox