• Sylwester Nawrocki's avatar
    ASoC: uda134x: Optionally initialize L3 ops to default GPIO ops · 15a1bf0a
    Sylwester Nawrocki authored
    The GPIO ops can be selected by platform_data which allows the
    codec platform device to probe without the sound card's driver
    intervention.
    
    The downside is that it will request GPIOs on behalf of the codec
    device and thus allow only one user on the bus, but it desn't seem
    to be a limitation with current code and usage of the GPIO ops is
    optional anyway.
    The proper approach would presumably be to create a proper Linux
    bus driver for L3, should this rather ancient bus specification
    suddenly gain more interest.
    Signed-off-by: default avatarSylwester Nawrocki <s.nawrocki@samsung.com>
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    15a1bf0a
uda134x.c 15.5 KB