linux-stable/sound
Takashi Iwai 393aa9c1cc ALSA: Mandate to pass a device pointer at card creation time
This is a part of preliminary works for modernizing the ALSA device
structure.  So far, we set card->dev at later point after the object
creation.  Because of this, the core layer doesn't always know which
device is being handled before it's actually registered, and it makes
impossible to show the device in error messages, for example.  The
first goal is to achieve a proper struct device initialization at the
very beginning of probing.

As a first step, this patch introduces snd_card_new() function (yes
there was the same named function in the very past), in order to
receive the parent device pointer from the very beginning.
snd_card_create() is marked as deprecated.

At this point, there is no functional change other than that.  The
actual change of the device creation scheme will follow later.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2014-02-12 10:58:20 +01:00
..
aoa
arm
atmel
core ALSA: Mandate to pass a device pointer at card creation time 2014-02-12 10:58:20 +01:00
drivers ALSA: Drop unused name argument in snd_register_oss_device() 2014-02-12 10:58:19 +01:00
firewire
i2c
isa
mips
oss sound: Move prototype declaration to header file oss/pas2.h from oss/pas2_card.c 2014-02-07 18:24:42 +01:00
parisc
pci Merge branch 'for-linus' into for-next 2014-02-12 10:34:27 +01:00
pcmcia
ppc
sh
soc sound fixes for 3.14-rc1 2014-01-31 15:38:09 -08:00
sparc
spi
synth
usb ALSA: usb-audio: Resume mixer values properly 2014-02-03 09:51:34 +01:00
ac97_bus.c
Kconfig
last.c
Makefile
sound_core.c
sound_firmware.c