30 Jan
2008
30 Jan
'08
4:27 p.m.
At Wed, 30 Jan 2008 10:19:10 -0500, Daniel Jacobowitz wrote:
On Thu, Dec 20, 2007 at 04:45:17PM +0100, Takashi Iwai wrote:
This patch adds the virtual master control to sound core.
Takashi
diff -r 1207d46e60b3 core/Kconfig --- a/core/Kconfig Mon Dec 03 15:15:59 2007 +0100 +++ b/core/Kconfig Mon Dec 03 15:46:17 2007 +0100 @@ -15,6 +15,9 @@ config SND_RAWMIDI config SND_RAWMIDI tristate depends on SND
+config SND_VMASTER
- bool
config SND_SEQUENCER tristate "Sequencer support"
When you committed this to hg, you put vmaster.c into hda instead of core - could you explain why? I'd like to use it with ice1724.
Because HD-audio is the only user, so far. I don't want to expand the core stuff (and kconfig) unless really needed.
Takashi