linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* Patch for audio on iBook G4 (powerbook6,5)
@ 2023-02-28 21:17 mail
  2023-03-01  7:08 ` Christophe Leroy
  0 siblings, 1 reply; 2+ messages in thread
From: mail @ 2023-02-28 21:17 UTC (permalink / raw)
  To: linuxppc-dev

[-- Attachment #1: Type: text/html, Size: 418 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: audio.patch --]
[-- Type: text/x-diff; name="audio.patch", Size: 1246 bytes --]

--- file_not_specified_in_diff	
+++ file_not_specified_in_diff	
@@ -, +, @@ 
--- a/sound/aoa/fabrics/layout.c
+++ b/sound/aoa/fabrics/layout.c
@@ -111,7 +111,9 @@ 
 MODULE_ALIAS("aoa-device-id-14");
 MODULE_ALIAS("aoa-device-id-22");
 MODULE_ALIAS("aoa-device-id-31");
 MODULE_ALIAS("aoa-device-id-35");
+MODULE_ALIAS("aoa-device-id-38");
+MODULE_ALIAS("aoa-device-id-40");
 MODULE_ALIAS("aoa-device-id-44");
 
 /* onyx with all but microphone connected */
@@ -368,7 +368,20 @@ 
 		.connections = tas_connections_nolineout,
 	  },
 	},
+	/* PowerBook6,4 */
+	{ .device_id = 40,
+	  .codecs[0] = {
+		.name = "tas",
+		.connections = tas_connections_all,
+	  },
+	},
 	/* PowerBook6,5 */
+	{ .device_id = 38,
+	  .codecs[0] = {
+		.name = "tas",
+		.connections = tas_connections_all,
+	  },
+	},
 	{ .device_id = 44,
 	  .codecs[0] = {
 		.name = "tas",
--- a/sound/aoa/soundbus/i2sbus/core.c
+++ b/sound/aoa/soundbus/i2sbus/core.c
@@ -197,7 +197,7 @@ 
 			 * so restrict to those we do handle for now.
 			 */
 			if (id && (*id == 22 || *id == 14 || *id == 35 ||
-				   *id == 31 || *id == 44)) {
+				   *id == 31 || *id == 44 || *id == 40 || *id == 38)) {
 				snprintf(dev->sound.modalias, 32,
 					 "aoa-device-id-%d", *id);
 				ok = 1;

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Patch for audio on iBook G4 (powerbook6,5)
  2023-02-28 21:17 Patch for audio on iBook G4 (powerbook6,5) mail
@ 2023-03-01  7:08 ` Christophe Leroy
  0 siblings, 0 replies; 2+ messages in thread
From: Christophe Leroy @ 2023-03-01  7:08 UTC (permalink / raw)
  To: mail; +Cc: alsa-devel, linuxppc-dev



Le 28/02/2023 à 22:17, mail@thaison-nguyen.de a écrit :
> Hi
> 
> I have added a bug report and a patch regarding audio for iBook G4 
> (powerbook6,5) on kernel.org bugzilla, but nobody has picked it up.
> https://bugzilla.kernel.org/show_bug.cgi?id=216504
> 
> Now I am trying to submit the patch here.
> 

Please read and follow the process to submit a patch : 
https://docs.kernel.org/process/5.Posting.html

Patches must be in the core part of the mail and not as an attached file.
Patches must have a description of the change.
Patches must be signed
Patches must be sent to the relevant maintainer(s) based on the modified 
files. As far as I can see your patch is for the sound subsystem.

Christophe

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-01  7:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-28 21:17 Patch for audio on iBook G4 (powerbook6,5) mail
2023-03-01  7:08 ` Christophe Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).