Re: [Alsa-devel] removal of snd_ prefix from module options

2002-10-14 Thread Jack O'Quin
Takashi Iwai <[EMAIL PROTECTED]> writes: > I would like to confirm the consensus about $SUBJECT. > Does anybody still have objections against this action? I have withdrawn my objections. Compatibility with de facto kernel standards is a good reason to make this change. -- Jack O'Quin Aus

[Alsa-devel] removal of snd_ prefix from module options

2002-10-14 Thread Takashi Iwai
Hi, I would like to confirm the consensus about $SUBJECT. Does anybody still have objections against this action? The problem of compatibility remains, of course. The moderate solution is to provide a converter script such like: sed -e 's/^[[:space:]]*options[[:space:]]\+snd/s/snd_//g'