Takashi Iwai 53fb1e6359 ALSA: Introduce snd_card_create()
Introduced snd_card_create() function as a replacement of snd_card_new().
The new function returns a negative error code so that the probe callback
can return the proper error code, while snd_card_new() can give only NULL
check.

The old snd_card_new() is still provided as an inline function but with
__deprecated attribute.  It'll be removed soon later.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
2009-01-12 14:56:41 +01:00
..
2008-11-01 09:49:46 -07:00
2009-01-12 14:56:41 +01:00
2008-01-31 17:29:48 +01:00
2008-10-29 16:08:01 +01:00
2008-01-31 17:29:48 +01:00
2008-10-18 11:05:36 +02:00
2008-08-13 11:46:35 +02:00
2008-08-25 09:57:38 +02:00
2009-01-06 15:59:11 -08:00