linux-stable/drivers/media/radio/si470x
Hans Verkuil 6fd522a6d1 [media] radio-si470x-usb: remove autosuspend, implement suspend/resume
The radio-si470x-usb driver supported both autosuspend and it stopped the
radio the moment the last user of the radio device closed it. However, that
was very confusing since if you play the audio from the device (e.g. through
arecord -D ... | aplay) then no sound would play unless you had the radio
device open at the same time, even though there is no need to do anything
with that node.

On the other hand, the actual suspend/resume functions didn't do anything,
which would fail if you *did* have the radio node open at that time.

So:

- remove autosuspend (bad idea in general for USB radio devices)
- move the start/stop out of the open/release functions into the resume/suspend
  functions.

Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com>
Acked-by: Tobias Lorenz <tobias.lorenz@gmx.net>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
2012-05-14 13:45:44 -03:00
..
Kconfig V4L/DVB (12416): radio-si470x: add i2c driver for si470x 2009-09-12 12:18:43 -03:00
Makefile V4L/DVB (12416): radio-si470x: add i2c driver for si470x 2009-09-12 12:18:43 -03:00
radio-si470x-common.c [media] radio-si470x-usb: remove autosuspend, implement suspend/resume 2012-05-14 13:45:44 -03:00
radio-si470x-i2c.c [media] si470x: Clean up, introduce the control framework 2012-05-14 13:44:02 -03:00
radio-si470x-usb.c [media] radio-si470x-usb: remove autosuspend, implement suspend/resume 2012-05-14 13:45:44 -03:00
radio-si470x.h [media] si470x: Clean up, introduce the control framework 2012-05-14 13:44:02 -03:00