This is V2 of the change to enable simultanous HDMI and Headphone audio

Changes V2:
        1. Convert to module parameters rather then compile time options
        for configurating which virtual sound card should be loaded.

        2. Remove unnecessary mutex acquire in snd_bcm2835_new_simple_pcm.

        3. Standardize on if (err) instead of if (err < 0).

        4. Multiple minor formating fixes.

Michael Zoran (1):
  staging: bcm2835-audio: Add support for simultanous HDMI and Headphone
    audio

 .../vc04_services/bcm2835-audio/bcm2835-ctl.c      |  86 +++++
 .../vc04_services/bcm2835-audio/bcm2835-pcm.c      |  40 +-
 .../staging/vc04_services/bcm2835-audio/bcm2835.c  | 412 ++++++++++++++++-----
 .../staging/vc04_services/bcm2835-audio/bcm2835.h  |  11 +-
 4 files changed, 450 insertions(+), 99 deletions(-)

-- 
2.11.0

_______________________________________________
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Reply via email to