From: Johannes Berg <johannes@sipsolutions.net> Date: 2007-03-28 11:19:37
This patch changes snd-aoa-i2sbus to use MODULE_DEVICE_TABLE instead of
a hardcoded MODULE_ALIAS. Thanks to Sylvain Munaut for pointing this
out.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
---
Please apply to the alsa tree.
sound/aoa/soundbus/i2sbus/i2sbus-core.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
@@ -23,9 +23,6 @@MODULE_LICENSE("GPL");MODULE_AUTHOR("Johannes Berg <johannes@sipsolutions.net>");MODULE_DESCRIPTION("Apple Soundbus: I2S support");-/* for auto-loading, declare that we handle this weird-*stringthatmacioputsintotherelevantdevice*/-MODULE_ALIAS("of:Ni2sTi2sC");staticintforce;module_param(force,int,0444);
At Wed, 28 Mar 2007 13:18:20 +0200,
Johannes Berg wrote:
This patch changes snd-aoa-i2sbus to use MODULE_DEVICE_TABLE instead of
a hardcoded MODULE_ALIAS. Thanks to Sylvain Munaut for pointing this
out.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
From: Johannes Berg <johannes@sipsolutions.net> Date: 2007-05-10 15:48:55
Hi Takashi,
On Wed, 2007-03-28 at 13:56 +0200, Takashi Iwai wrote:
At Wed, 28 Mar 2007 13:18:20 +0200,
Johannes Berg wrote:
quoted
This patch changes snd-aoa-i2sbus to use MODULE_DEVICE_TABLE instead of
a hardcoded MODULE_ALIAS. Thanks to Sylvain Munaut for pointing this
out.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Applied to ALSA tree now. Thanks.
What happened to this patch? It seems it hasn't shown up in Linus's tree
yet, but IIRC it's required with some modalias changes from Sylvain.
johannes
At Thu, 10 May 2007 17:51:16 +0200,
Johannes Berg wrote:
Hi Takashi,
On Wed, 2007-03-28 at 13:56 +0200, Takashi Iwai wrote:
quoted
At Wed, 28 Mar 2007 13:18:20 +0200,
Johannes Berg wrote:
quoted
This patch changes snd-aoa-i2sbus to use MODULE_DEVICE_TABLE instead of
a hardcoded MODULE_ALIAS. Thanks to Sylvain Munaut for pointing this
out.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Applied to ALSA tree now. Thanks.
What happened to this patch? It seems it hasn't shown up in Linus's tree
yet, but IIRC it's required with some modalias changes from Sylvain.
Well, the alsa.git push request was already posted twice, but it
wasn't merged yet... Hopefully Linus will catch up soon.
Takashi