From: <mar...@us...> - 2007-08-23 17:34:24
|
Revision: 1261 http://hackndev.svn.sourceforge.net/hackndev/?rev=1261&view=rev Author: marex_z71 Date: 2007-08-23 10:34:23 -0700 (Thu, 23 Aug 2007) Log Message: ----------- HnD: cleanup Modified Paths: -------------- linux4palm/linux/trunk/sound/arm/pxa2xx-i2sound.h Modified: linux4palm/linux/trunk/sound/arm/pxa2xx-i2sound.h =================================================================== --- linux4palm/linux/trunk/sound/arm/pxa2xx-i2sound.h 2007-08-23 17:28:03 UTC (rev 1260) +++ linux4palm/linux/trunk/sound/arm/pxa2xx-i2sound.h 2007-08-23 17:34:23 UTC (rev 1261) @@ -55,15 +55,15 @@ #ifdef CONFIG_PM /* Power Management */ - int (*suspend)(pm_message_t state); - int (*resume)(void); + int (*suspend) (pm_message_t state); + int (*resume) (void); #endif }; #define SND_PXA2xx_I2SOUND_INFO_CLOCK_FROM_PXA 1 << 0 -#define SND_PXA2xx_I2SOUND_INFO_SYSCLOCK_DISABLE 1 << 3 #define SND_PXA2xx_I2SOUND_INFO_CAN_CAPTURE 1 << 1 #define SND_PXA2xx_I2SOUND_INFO_HALF_DUPLEX 1 << 2 +#define SND_PXA2xx_I2SOUND_INFO_SYSCLOCK_DISABLE 1 << 3 void snd_pxa2xx_i2sound_i2slink_get(void); void snd_pxa2xx_i2sound_i2slink_free(void); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |