summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorHans Verkuil <hverkuil@xs4all.nl>2006-03-18 22:24:49 +0100
committerHans Verkuil <hverkuil@xs4all.nl>2006-03-18 22:24:49 +0100
commit4fb158354265e1a9775f910f467daa19a2222f5b (patch)
tree48097a8866fa3d5d7e0e0d4e04b1e861a9b11b59 /linux/drivers/media/video
parent22b9fe2c0f517b6adfe0c517f61d8c3605973cbc (diff)
downloadmediapointer-dvb-s2-4fb158354265e1a9775f910f467daa19a2222f5b.tar.gz
mediapointer-dvb-s2-4fb158354265e1a9775f910f467daa19a2222f5b.tar.bz2
Set audmode in VIDIOCSAUDIO.
From: Hans Verkuil <hverkuil@xs4all.nl> audmode was only assigned to a variable, not actually set in the VIDIOCSAUDIO command. Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/msp3400-driver.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/msp3400-driver.c b/linux/drivers/media/video/msp3400-driver.c
index 32d37c7a1..06259892a 100644
--- a/linux/drivers/media/video/msp3400-driver.c
+++ b/linux/drivers/media/video/msp3400-driver.c
@@ -744,6 +744,7 @@ static int msp_command(struct i2c_client *client, unsigned int cmd, void *arg)
if (va->mode != 0 && state->radio == 0) {
state->audmode = msp_mode_v4l1_to_v4l2(va->mode);
+ msp_set_audmode(client);
}
break;
}