Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78f82405 authored by Hans Verkuil's avatar Hans Verkuil Committed by Linus Torvalds
Browse files

[PATCH] v4l: 788: log message



- This fixes dual language detection on the msp3400.

Signed-off-by: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@brturbo.com.br>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 74458e6c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1788,6 +1788,10 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg)
		dprintk("msp34xx: AUDC_SET_RADIO\n");
		msp->norm = VIDEO_MODE_RADIO;
		dprintk("msp34xx: switching to radio mode\n");
		if (IS_MSP34XX_G(msp)) {
			msp34xxg_reset(client);
			break;
		}
		msp->watch_stereo = 0;
		switch (msp->opmode) {
		case OPMODE_MANUAL:
@@ -1902,6 +1906,10 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg)

		dprintk("msp34xx: VIDIOCSCHAN (norm=%d)\n",vc->norm);
		msp->norm = vc->norm;
		if (IS_MSP34XX_G(msp)) {
			msp34xxg_reset(client);
			break;
		}
		msp_wake_thread(client);
		break;
	}
@@ -1911,6 +1919,10 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg)
	{
		/* new channel -- kick audio carrier scan */
		dprintk("msp34xx: VIDIOCSFREQ\n");
		if (IS_MSP34XX_G(msp)) {
			msp34xxg_reset(client);
			break;
		}
		msp_wake_thread(client);
		break;
	}