All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] bttv: refactor audio_mux() and fix muting/unmuting
@ 2013-03-21 17:51 Frank Schäfer
  2013-03-21 17:51 ` [PATCH 1/8] bttv: audio_mux(): use a local variable "gpio_mute" instead of modifying the function parameter "mute" Frank Schäfer
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Frank Schäfer @ 2013-03-21 17:51 UTC (permalink / raw)
  To: mchehab; +Cc: linux-media, Frank Schäfer

This patch series refactors function audio_mux() and fixes several issues 
related to muting/unmuting on probing and first open.

Mute on last close will be fixed with further patches which are currently under review.
 
Tested with a Hauppauge WinTV Theatre (model 37284, Rev B421).

Frank Schäfer (8):
  bttv: audio_mux(): use a local variable "gpio_mute" instead of
    modifying the function parameter "mute"
  bttv: audio_mux(): do not change the value of the v4l2 mute control
  bttv: do not save the audio input in audio_mux()
  bttv: rename field 'audio' in struct 'bttv' to 'audio_input'
  bttv: separate GPIO part from function audio_mux()
  bttv: untangle audio input and mute setting
  bttv: do not unmute the device before the first open
  bttv: apply mute settings on open

 drivers/media/pci/bt8xx/bttv-cards.c  |    2 +-
 drivers/media/pci/bt8xx/bttv-driver.c |   94 ++++++++++++++++++---------------
 drivers/media/pci/bt8xx/bttvp.h       |    2 +-
 3 Dateien geändert, 52 Zeilen hinzugefügt(+), 46 Zeilen entfernt(-)

-- 
1.7.10.4


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-03-21 17:50 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-03-21 17:51 [PATCH 0/8] bttv: refactor audio_mux() and fix muting/unmuting Frank Schäfer
2013-03-21 17:51 ` [PATCH 1/8] bttv: audio_mux(): use a local variable "gpio_mute" instead of modifying the function parameter "mute" Frank Schäfer
2013-03-21 17:51 ` [PATCH 2/8] bttv: audio_mux(): do not change the value of the v4l2 mute control Frank Schäfer
2013-03-21 17:51 ` [PATCH 3/8] bttv: do not save the audio input in audio_mux() Frank Schäfer
2013-03-21 17:51 ` [PATCH 4/8] bttv: rename field 'audio' in struct 'bttv' to 'audio_input' Frank Schäfer
2013-03-21 17:51 ` [PATCH 5/8] bttv: separate GPIO part from function audio_mux() Frank Schäfer
2013-03-21 17:51 ` [PATCH 6/8] bttv: untangle audio input and mute setting Frank Schäfer
2013-03-21 17:51 ` [PATCH 7/8] bttv: do not unmute the device before the first open Frank Schäfer
2013-03-21 17:51 ` [PATCH 8/8] bttv: apply mute settings on open Frank Schäfer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.