media: replace all <spaces><tab> occurrences
There are a lot of places where sequences of space/tabs are found. Get rid of all spaces before tabs. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
这个提交包含在:
@@ -404,9 +404,9 @@ static int snd_pcm_alloc_vmalloc_buffer(struct snd_pcm_substream *subs,
|
||||
}
|
||||
|
||||
static const struct snd_pcm_hardware snd_cx231xx_hw_capture = {
|
||||
.info = SNDRV_PCM_INFO_BLOCK_TRANSFER |
|
||||
SNDRV_PCM_INFO_MMAP |
|
||||
SNDRV_PCM_INFO_INTERLEAVED |
|
||||
.info = SNDRV_PCM_INFO_BLOCK_TRANSFER |
|
||||
SNDRV_PCM_INFO_MMAP |
|
||||
SNDRV_PCM_INFO_INTERLEAVED |
|
||||
SNDRV_PCM_INFO_MMAP_VALID,
|
||||
|
||||
.formats = SNDRV_PCM_FMTBIT_S16_LE,
|
||||
|
@@ -2168,7 +2168,7 @@ int cx231xx_tuner_post_channel_change(struct cx231xx *dev)
|
||||
}
|
||||
|
||||
/******************************************************************************
|
||||
* I 2 S - B L O C K C O N T R O L functions *
|
||||
* I 2 S - B L O C K C O N T R O L functions *
|
||||
******************************************************************************/
|
||||
int cx231xx_i2s_blk_initialize(struct cx231xx *dev)
|
||||
{
|
||||
|
@@ -56,7 +56,7 @@ MODULE_PARM_DESC(alt, "alternate setting to use for video endpoint");
|
||||
dev->name, __func__ , ##arg); } while (0)
|
||||
|
||||
/*****************************************************************
|
||||
* Device control list functions *
|
||||
* Device control list functions *
|
||||
******************************************************************/
|
||||
|
||||
LIST_HEAD(cx231xx_devlist);
|
||||
|
@@ -51,7 +51,7 @@ do { \
|
||||
if (i2c_debug >= lvl) { \
|
||||
printk(KERN_DEBUG "%s at %s: " fmt, \
|
||||
dev->name, __func__ , ##args); \
|
||||
} \
|
||||
} \
|
||||
} while (0)
|
||||
|
||||
static inline int get_real_i2c_port(struct cx231xx *dev, int bus_nr)
|
||||
|
@@ -144,7 +144,7 @@ enum AVDEC_STATUS{
|
||||
#define SOURCE_EXTERNAL 0x8
|
||||
#define SOURCE_TS_BDA 0x10
|
||||
#define SOURCE_TS_ENCODE 0x20
|
||||
#define SOURCE_TS_EXTERNAL 0x40
|
||||
#define SOURCE_TS_EXTERNAL 0x40
|
||||
|
||||
/***************************************************************************
|
||||
* interface information define *
|
||||
|
@@ -1433,16 +1433,16 @@
|
||||
#define FLD_AC97_SHUTDOWN 0x00000001
|
||||
|
||||
/* Cx231xx redefine */
|
||||
#define QPSK_IAGC_CTL1 0x94c
|
||||
#define QPSK_IAGC_CTL2 0x950
|
||||
#define QPSK_FEPR_FREQ 0x954
|
||||
#define QPSK_BTL_CTL1 0x958
|
||||
#define QPSK_BTL_CTL2 0x95c
|
||||
#define QPSK_CTL_CTL1 0x960
|
||||
#define QPSK_CTL_CTL2 0x964
|
||||
#define QPSK_MF_FAGC_CTL 0x968
|
||||
#define QPSK_EQ_CTL 0x96c
|
||||
#define QPSK_LOCK_CTL 0x970
|
||||
#define QPSK_IAGC_CTL1 0x94c
|
||||
#define QPSK_IAGC_CTL2 0x950
|
||||
#define QPSK_FEPR_FREQ 0x954
|
||||
#define QPSK_BTL_CTL1 0x958
|
||||
#define QPSK_BTL_CTL2 0x95c
|
||||
#define QPSK_CTL_CTL1 0x960
|
||||
#define QPSK_CTL_CTL2 0x964
|
||||
#define QPSK_MF_FAGC_CTL 0x968
|
||||
#define QPSK_EQ_CTL 0x96c
|
||||
#define QPSK_LOCK_CTL 0x970
|
||||
|
||||
/*****************************************************************************/
|
||||
#define FM1_DFT_CTL 0x9a8
|
||||
|
在新工单中引用
屏蔽一个用户