Re: [Alsa-devel] Adding module to ALSA tree with Kconfig script

2004-04-26 Thread Takashi Iwai
At Mon, 26 Apr 2004 09:54:44 -0500, Perry Gilfillan wrote: > > I've looked at the revised "Writing an ALSA Driver" chapter 14, and > still can't get it straight. The first hurdle is creating a Kconfig > script in the alsa-kernel/i2c directory. This is what I came up with: i2c directory is for

[Alsa-devel] Adding module to ALSA tree with Kconfig script

2004-04-26 Thread Perry Gilfillan
Hello, It seems that between alsa-driver-1.0.2 and 1.0.4, the scripts/Modules.dep file has been dropped in favour of Kconfig scripts. This seems like a good thing, but I'm at a loss to get my snd-tvmixer to work by this method. I've looked at the revised "Writing an ALSA Driver" chapter 14, a