linux-stable/sound/pcmcia/pdaudiocf
Dominik Brodowski e2d4096365 [PATCH] pcmcia: use bitfield instead of p_state and state
Instead of the two status values struct pcmcia_device->p_state and state,
use descriptive bitfields. Most value-checking in drivers was invalid, as
the core now only calls the ->remove() (a.k.a. detach) function in case the
attachement _and_ configuration was successful.

Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
2006-03-31 17:26:33 +02:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
pdaudiocf.c [PATCH] pcmcia: use bitfield instead of p_state and state 2006-03-31 17:26:33 +02:00
pdaudiocf.h [PATCH] pcmcia: embed dev_link_t into struct pcmcia_device 2006-03-31 17:15:57 +02:00
pdaudiocf_core.c [ALSA] pdaudiocf - Fix PM support 2006-01-03 12:28:42 +01:00
pdaudiocf_irq.c [ALSA] Remove xxx_t typedefs: PCMCIA PDaudioCF 2006-01-03 12:19:52 +01:00
pdaudiocf_pcm.c [ALSA] Don't NULL check vfree argument in pdaudiocf_pcm.c 2006-03-22 10:31:45 +01:00