Tag: a038b97951d399685e18a6dc53dee62b42134a0a

ALSA: aoa: convert bus code to use dev_groups

Author: Quentin Lambert <lambert.quentin@gmail.com> The dev_attrs field of struct bus_type is going away, use dev_groups instead. This converts the soundbus code to use the correct field. These modifications were made using Coccinelle. Signed-off-by: Quentin Lambert Signed-off-by: Takashi Iwai — sound/aoa/soundbus/core.c | 4 +++- sound/aoa/soundbus/soundbus.h | 2 +- sound/aoa/soundbus/sysfs.c | 13 ++++++++—– 3 files changed, 12 …

Lire la suite