snd_sonicvibes_in  360 sound/pci/sonicvibes.c 	printk("  0x00: left input      = 0x%02x  ", snd_sonicvibes_in(sonic, 0x00));
snd_sonicvibes_in  361 sound/pci/sonicvibes.c 	printk("  0x20: synth rate low  = 0x%02x\n", snd_sonicvibes_in(sonic, 0x20));
snd_sonicvibes_in  362 sound/pci/sonicvibes.c 	printk("  0x01: right input     = 0x%02x  ", snd_sonicvibes_in(sonic, 0x01));
snd_sonicvibes_in  363 sound/pci/sonicvibes.c 	printk("  0x21: synth rate high = 0x%02x\n", snd_sonicvibes_in(sonic, 0x21));
snd_sonicvibes_in  364 sound/pci/sonicvibes.c 	printk("  0x02: left AUX1       = 0x%02x  ", snd_sonicvibes_in(sonic, 0x02));
snd_sonicvibes_in  365 sound/pci/sonicvibes.c 	printk("  0x22: ADC clock       = 0x%02x\n", snd_sonicvibes_in(sonic, 0x22));
snd_sonicvibes_in  366 sound/pci/sonicvibes.c 	printk("  0x03: right AUX1      = 0x%02x  ", snd_sonicvibes_in(sonic, 0x03));
snd_sonicvibes_in  367 sound/pci/sonicvibes.c 	printk("  0x23: ADC alt rate    = 0x%02x\n", snd_sonicvibes_in(sonic, 0x23));
snd_sonicvibes_in  368 sound/pci/sonicvibes.c 	printk("  0x04: left CD         = 0x%02x  ", snd_sonicvibes_in(sonic, 0x04));
snd_sonicvibes_in  369 sound/pci/sonicvibes.c 	printk("  0x24: ADC pll M       = 0x%02x\n", snd_sonicvibes_in(sonic, 0x24));
snd_sonicvibes_in  370 sound/pci/sonicvibes.c 	printk("  0x05: right CD        = 0x%02x  ", snd_sonicvibes_in(sonic, 0x05));
snd_sonicvibes_in  371 sound/pci/sonicvibes.c 	printk("  0x25: ADC pll N       = 0x%02x\n", snd_sonicvibes_in(sonic, 0x25));
snd_sonicvibes_in  372 sound/pci/sonicvibes.c 	printk("  0x06: left line       = 0x%02x  ", snd_sonicvibes_in(sonic, 0x06));
snd_sonicvibes_in  373 sound/pci/sonicvibes.c 	printk("  0x26: Synth pll M     = 0x%02x\n", snd_sonicvibes_in(sonic, 0x26));
snd_sonicvibes_in  374 sound/pci/sonicvibes.c 	printk("  0x07: right line      = 0x%02x  ", snd_sonicvibes_in(sonic, 0x07));
snd_sonicvibes_in  375 sound/pci/sonicvibes.c 	printk("  0x27: Synth pll N     = 0x%02x\n", snd_sonicvibes_in(sonic, 0x27));
snd_sonicvibes_in  376 sound/pci/sonicvibes.c 	printk("  0x08: MIC             = 0x%02x  ", snd_sonicvibes_in(sonic, 0x08));
snd_sonicvibes_in  377 sound/pci/sonicvibes.c 	printk("  0x28: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x28));
snd_sonicvibes_in  378 sound/pci/sonicvibes.c 	printk("  0x09: Game port       = 0x%02x  ", snd_sonicvibes_in(sonic, 0x09));
snd_sonicvibes_in  379 sound/pci/sonicvibes.c 	printk("  0x29: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x29));
snd_sonicvibes_in  380 sound/pci/sonicvibes.c 	printk("  0x0a: left synth      = 0x%02x  ", snd_sonicvibes_in(sonic, 0x0a));
snd_sonicvibes_in  381 sound/pci/sonicvibes.c 	printk("  0x2a: MPU401          = 0x%02x\n", snd_sonicvibes_in(sonic, 0x2a));
snd_sonicvibes_in  382 sound/pci/sonicvibes.c 	printk("  0x0b: right synth     = 0x%02x  ", snd_sonicvibes_in(sonic, 0x0b));
snd_sonicvibes_in  383 sound/pci/sonicvibes.c 	printk("  0x2b: drive ctrl      = 0x%02x\n", snd_sonicvibes_in(sonic, 0x2b));
snd_sonicvibes_in  384 sound/pci/sonicvibes.c 	printk("  0x0c: left AUX2       = 0x%02x  ", snd_sonicvibes_in(sonic, 0x0c));
snd_sonicvibes_in  385 sound/pci/sonicvibes.c 	printk("  0x2c: SRS space       = 0x%02x\n", snd_sonicvibes_in(sonic, 0x2c));
snd_sonicvibes_in  386 sound/pci/sonicvibes.c 	printk("  0x0d: right AUX2      = 0x%02x  ", snd_sonicvibes_in(sonic, 0x0d));
snd_sonicvibes_in  387 sound/pci/sonicvibes.c 	printk("  0x2d: SRS center      = 0x%02x\n", snd_sonicvibes_in(sonic, 0x2d));
snd_sonicvibes_in  388 sound/pci/sonicvibes.c 	printk("  0x0e: left analog     = 0x%02x  ", snd_sonicvibes_in(sonic, 0x0e));
snd_sonicvibes_in  389 sound/pci/sonicvibes.c 	printk("  0x2e: wave source     = 0x%02x\n", snd_sonicvibes_in(sonic, 0x2e));
snd_sonicvibes_in  390 sound/pci/sonicvibes.c 	printk("  0x0f: right analog    = 0x%02x  ", snd_sonicvibes_in(sonic, 0x0f));
snd_sonicvibes_in  391 sound/pci/sonicvibes.c 	printk("  0x2f: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x2f));
snd_sonicvibes_in  392 sound/pci/sonicvibes.c 	printk("  0x10: left PCM        = 0x%02x  ", snd_sonicvibes_in(sonic, 0x10));
snd_sonicvibes_in  393 sound/pci/sonicvibes.c 	printk("  0x30: analog power    = 0x%02x\n", snd_sonicvibes_in(sonic, 0x30));
snd_sonicvibes_in  394 sound/pci/sonicvibes.c 	printk("  0x11: right PCM       = 0x%02x  ", snd_sonicvibes_in(sonic, 0x11));
snd_sonicvibes_in  395 sound/pci/sonicvibes.c 	printk("  0x31: analog power    = 0x%02x\n", snd_sonicvibes_in(sonic, 0x31));
snd_sonicvibes_in  396 sound/pci/sonicvibes.c 	printk("  0x12: DMA data format = 0x%02x  ", snd_sonicvibes_in(sonic, 0x12));
snd_sonicvibes_in  397 sound/pci/sonicvibes.c 	printk("  0x32: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x32));
snd_sonicvibes_in  398 sound/pci/sonicvibes.c 	printk("  0x13: P/C enable      = 0x%02x  ", snd_sonicvibes_in(sonic, 0x13));
snd_sonicvibes_in  399 sound/pci/sonicvibes.c 	printk("  0x33: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x33));
snd_sonicvibes_in  400 sound/pci/sonicvibes.c 	printk("  0x14: U/D button      = 0x%02x  ", snd_sonicvibes_in(sonic, 0x14));
snd_sonicvibes_in  401 sound/pci/sonicvibes.c 	printk("  0x34: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x34));
snd_sonicvibes_in  402 sound/pci/sonicvibes.c 	printk("  0x15: revision        = 0x%02x  ", snd_sonicvibes_in(sonic, 0x15));
snd_sonicvibes_in  403 sound/pci/sonicvibes.c 	printk("  0x35: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x35));
snd_sonicvibes_in  404 sound/pci/sonicvibes.c 	printk("  0x16: ADC output ctrl = 0x%02x  ", snd_sonicvibes_in(sonic, 0x16));
snd_sonicvibes_in  405 sound/pci/sonicvibes.c 	printk("  0x36: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x36));
snd_sonicvibes_in  406 sound/pci/sonicvibes.c 	printk("  0x17: ---             = 0x%02x  ", snd_sonicvibes_in(sonic, 0x17));
snd_sonicvibes_in  407 sound/pci/sonicvibes.c 	printk("  0x37: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x37));
snd_sonicvibes_in  408 sound/pci/sonicvibes.c 	printk("  0x18: DMA A upper cnt = 0x%02x  ", snd_sonicvibes_in(sonic, 0x18));
snd_sonicvibes_in  409 sound/pci/sonicvibes.c 	printk("  0x38: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x38));
snd_sonicvibes_in  410 sound/pci/sonicvibes.c 	printk("  0x19: DMA A lower cnt = 0x%02x  ", snd_sonicvibes_in(sonic, 0x19));
snd_sonicvibes_in  411 sound/pci/sonicvibes.c 	printk("  0x39: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x39));
snd_sonicvibes_in  412 sound/pci/sonicvibes.c 	printk("  0x1a: ---             = 0x%02x  ", snd_sonicvibes_in(sonic, 0x1a));
snd_sonicvibes_in  413 sound/pci/sonicvibes.c 	printk("  0x3a: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x3a));
snd_sonicvibes_in  414 sound/pci/sonicvibes.c 	printk("  0x1b: ---             = 0x%02x  ", snd_sonicvibes_in(sonic, 0x1b));
snd_sonicvibes_in  415 sound/pci/sonicvibes.c 	printk("  0x3b: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x3b));
snd_sonicvibes_in  416 sound/pci/sonicvibes.c 	printk("  0x1c: DMA C upper cnt = 0x%02x  ", snd_sonicvibes_in(sonic, 0x1c));
snd_sonicvibes_in  417 sound/pci/sonicvibes.c 	printk("  0x3c: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x3c));
snd_sonicvibes_in  418 sound/pci/sonicvibes.c 	printk("  0x1d: DMA C upper cnt = 0x%02x  ", snd_sonicvibes_in(sonic, 0x1d));
snd_sonicvibes_in  419 sound/pci/sonicvibes.c 	printk("  0x3d: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x3d));
snd_sonicvibes_in  420 sound/pci/sonicvibes.c 	printk("  0x1e: PCM rate low    = 0x%02x  ", snd_sonicvibes_in(sonic, 0x1e));
snd_sonicvibes_in  421 sound/pci/sonicvibes.c 	printk("  0x3e: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x3e));
snd_sonicvibes_in  422 sound/pci/sonicvibes.c 	printk("  0x1f: PCM rate high   = 0x%02x  ", snd_sonicvibes_in(sonic, 0x1f));
snd_sonicvibes_in  423 sound/pci/sonicvibes.c 	printk("  0x3f: ---             = 0x%02x\n", snd_sonicvibes_in(sonic, 0x3f));
snd_sonicvibes_in 1350 sound/pci/sonicvibes.c 	sonic->revision = snd_sonicvibes_in(sonic, SV_IREG_REVISION);