Home | History | Annotate | Download | only in bktr

Lines Matching defs:stereo

13  *                controlling any MSP34xx stereo audio decoders.
108 /* enable stereo if appropriate on TDA audio chip */
112 /* reset the MSP34xx stereo audio chip */
244 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0008, 0x0220); /* SCART | STEREO */
252 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0008, 0x0220); /* SCART | STEREO */
306 i2cWrite(bktr, TDA9850_WADDR, CON3ADDR, 0x40); /* stereo mode */
455 * setup the MSP34xx Stereo Audio Chip
485 int stereo;
487 /* MSP3430G - countries with mono and DBX stereo */
492 msp_dpl_write(bktr, bktr->msp_addr, 0x10, 0x0020,0x0020);/* Standard Select Reg. = BTSC-Stereo*/
508 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0008, 0x0220); /* SCART | STEREO */
513 /* MSP3410/MSP3415 - countries with mono, stereo using 2 FM channels and NICAM */
545 case 3: /* B/G Dual FM; German stereo */
546 /* Read the stereo detection value from DSP reg 0x0018 */
548 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018);
549 if (bootverbose)printf ("%s: Stereo reg 0x18 a: %d\n",
550 bktr_name(bktr), stereo);
552 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018);
553 if (bootverbose)printf ("%s: Stereo reg 0x18 b: %d\n",
554 bktr_name(bktr), stereo);
556 stereo = msp_dpl_read(bktr, bktr->msp_addr, 0x12, 0x0018);
557 if (bootverbose)printf ("%s: Stereo reg 0x18 c: %d\n",
558 bktr_name(bktr), stereo);
559 if (stereo > 0x0100 && stereo < 0x8000) { /* Seems to be stereo */
560 msp_dpl_write(bktr, bktr->msp_addr, 0x12, 0x0008,0x0020);/* Loudspeaker set stereo*/
563 set spatial effect mode b, stereo basewidth enlargement only
566 } else if (stereo > 0x8000) { /* bilingual mode */
575 set spatial effect mode a, stereo basewidth enlargement
576 and pseudo stereo effect with automatic high-pass filter
582 /* We would like STEREO instead val: 0x0020 */
628 stereo 0xXX20 */
633 msp_dpl_write(bktr, bktr->dpl_addr, 0x12, 0x0041,0x0620); /* surround source matrix;I2S2/STEREO*/