28 Nov, 2008
1 commit
-
It's mature enough now.
Signed-off-by: Takashi Iwai
27 May, 2008
2 commits
-
The kconfig items related with AC97-powersave must be outside the
CONFIG_SND_PCI range. And it'd be better together with CONFIG_SND_AC97.Signed-off-by: Takashi Iwai
-
Convert menu in sound Kconfig files to menuconfig and if.
Signed-off-by: Takashi Iwai
19 May, 2008
3 commits
-
Enable VMASTER for VT1616 / VT1617A codec.
Signed-off-by: Daniel Jacobowitz
Signed-off-by: Takashi Iwai
Signed-off-by: Jaroslav Kysela -
Considering all the feedbacks I got, depending snd-pcsp on
CONFIG_EXPERIMENTAL looks like the only safe way to get out
of all the troubles at one go. :)Signed-off-by: Stas Sergeev
Signed-off-by: Takashi Iwai -
Added the warning text to the help of snd-pcsp about the possible problem
with this driver so that user can know of the problem in advance.Also, removed the obsoleted text about ancient pc-speaker patch in
CONFIG_SOUND help.Signed-off-by: Stas Sergeev
Signed-off-by: Takashi Iwai
07 May, 2008
1 commit
-
fix pcspkr dependancies: make the pcspkr platform
drivers to depend on a platform device, and
not the other way around.Signed-off-by: Stas Sergeev
Acked-by: Thomas Gleixner
Acked-by: Dmitry Torokhov
CC: Vojtech Pavlik
CC: Michael Opdenacker
[fixed for 2.6.26-rc1 by tiwai]
Signed-off-by: Takashi Iwai
30 Apr, 2008
1 commit
-
Added the missing dependency and select for snd-pcsp driver.
Signed-off-by: Takashi Iwai
24 Apr, 2008
2 commits
-
Added the proper dependency to Kconfig for snd-pcsp driver.
Signed-off-by: Takashi Iwai
-
Added PC-speaker sound driver (snd-pcsp).
Signed-off-by: Stas Sergeev
Signed-off-by: Takashi Iwai
01 Feb, 2008
1 commit
-
Add ALSA support for the opb_ac97_controller_ref_v1_00_a ip core found
in Xilinx' ML403 reference design.
Known issue: Currently this driver hits a WARN_ON_ONCE(1) statement in
kernel/irq/resend.c (line 70). According to Linus
(http://lkml.org/lkml/2007/8/5/5) this may be ignored, right? I haven't
had a look into this 'problem' yet.Signed-off-by: Joachim Foerster
Signed-off-by: Takashi Iwai
Signed-off-by: Jaroslav Kysela
09 Feb, 2007
1 commit
-
snd-portman2x4 driver supports Midiman Portman 2x4 parallel port
MIDI device.Signed-off-by: Matthias Koenig
Signed-off-by: Takashi Iwai
Signed-off-by: Jaroslav Kysela
13 Dec, 2006
1 commit
-
Commit 2d4ba4a3b9aef95d328d74a17ae84f8d658059e2 introduced a dependency
that was never meant to exist when the ac97_bus.c module was created.
Move ac97_bus.c up the directory hierarchy to make sure it is built when
selected even if sound is configured out so things work as originally
intended.Signed-off-by: Nicolas Pitre
Acked-by: Randy Dunlap
Signed-off-by: Linus Torvalds
23 Sep, 2006
3 commits
-
Moved the entry of CONFIG_SND_AC97_POWER_SAVE from drivers/Kconfig to
more appropriate place, pci/Kconfig.Signed-off-by: Takashi Iwai
Signed-off-by: Jaroslav Kysela -
Added snd-mts64 driver for Ego Systems (ESI) Miditerminal 4140
by Matthias Koenig .
The driver requires parport (CONFIG_PARPORT).Signed-off-by: Matthias Koenig
Signed-off-by: Takashi Iwai
Signed-off-by: Jaroslav Kysela -
Added CONFIG_SND_AC97_POWER_SAVE kernel config to enable the support
of aggressive AC97 power-saving mode. In this mode, the AC97
powerdown register bits are dynamically controlled at each open/close
of PCM streams.
The mode is activated via power_save option for snd-ac97-codec
driver. As default it's off. It can be turned on/off on the fly
via sysfs, too.Signed-off-by: Takashi Iwai
Signed-off-by: Jaroslav Kysela
03 Jan, 2006
2 commits
-
Modules: Sound Core,Generic drivers
AC97 Kconfig entries broke the ALSA device drivers menu, so move them to a
location where that won't happen, enabling all device sub-menus to be
presented together.Fixed for the latest ALSA tree by Takashi Iwai .
Signed-off-by: Randy Dunlap
Signed-off-by: Takashi Iwai -
Modules: Generic drivers
Remove SND_GENERIC_DRIVER from drivers/Kconfig.
Signed-off-by: Takashi Iwai
12 Sep, 2005
1 commit
-
ARM,SA11xx UDA1341 driver,Generic drivers,MPU401 UART,MIPS
MIPS AU1x00 driver,PPC,PPC PowerMac driver,SPARC,SPARC AMD7930 driver
SPARC cs4231 driver,SPARC DBRI driver
- Added snd_card_set_generic_dev() call.
- Added SND_GENERIC_DRIVER to Kconfig.
- Clean up the error path in probe if necessary.Signed-off-by: Takashi Iwai
17 Apr, 2005
1 commit
-
Initial git repository build. I'm not bothering with the full history,
even though we have it. We can create a separate "historical" git
archive of that later if we want to, and in the meantime it's about
3.2GB when imported into git - space that would just make the early
git days unnecessarily complicated, when we don't have a lot of good
infrastructure for it.Let it rip!