On Wed 20 March 2013 20:24:49 Frank Schäfer wrote: > Instead of applying the current mute setting on last device node close, always > mute the device. I am very pleased with the preceding 8 patches. That does exactly what I had in mind. For this patch and the next (I would have combined those two into one patch BTW) I want to do some testing first. Unfortunately due to travel I will not have access to bttv hardware for the next 10 days or so. One thing I am considering is adding some basic tuner-ownership functionality to the v4l2 core. Without that I don't think we can ever get this working as it should. It might be an idea to make a pull request for the first 8 patches some time next week. That's all good stuff and it makes the code much easier to understand. Regards, Hans > Signed-off-by: Frank Schäfer <fschaefer.oss@xxxxxxxxxxxxxx> > --- > drivers/media/pci/bt8xx/bttv-driver.c | 2 +- > 1 Datei geändert, 1 Zeile hinzugefügt(+), 1 Zeile entfernt(-) > > diff --git a/drivers/media/pci/bt8xx/bttv-driver.c b/drivers/media/pci/bt8xx/bttv-driver.c > index 2fb2168..469ea06 100644 > --- a/drivers/media/pci/bt8xx/bttv-driver.c > +++ b/drivers/media/pci/bt8xx/bttv-driver.c > @@ -3126,7 +3126,7 @@ static int bttv_release(struct file *file) > bttv_field_count(btv); > > if (!btv->users) > - audio_mute(btv, btv->mute); > + audio_mute(btv, 1); > > v4l2_fh_del(&fh->fh); > v4l2_fh_exit(&fh->fh); > -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html