1c72fcc34Sopenharmony_ci# show information about card 2c72fcc34Sopenharmony_ci 3c72fcc34Sopenharmony_ciPRINT="CARDINFO:\n" 4c72fcc34Sopenharmony_ciPRINT=" CARDINFO{id}=\"$CARDINFO{id}\"\n" 5c72fcc34Sopenharmony_ciPRINT=" CARDINFO{card}=\"$CARDINFO{card}\"\n" 6c72fcc34Sopenharmony_ciPRINT=" CARDINFO{driver}=\"$CARDINFO{driver}\"\n" 7c72fcc34Sopenharmony_ciPRINT=" CARDINFO{name}=\"$CARDINFO{name}\"\n" 8c72fcc34Sopenharmony_ciPRINT=" CARDINFO{longname}=\"$CARDINFO{longname}\"\n" 9c72fcc34Sopenharmony_ciPRINT=" CARDINFO{mixername}=\"$CARDINFO{mixername}\"\n" 10c72fcc34Sopenharmony_ciPRINT=" CARDINFO{components}=\"$CARDINFO{components}\"\n" 11c72fcc34Sopenharmony_ci 12c72fcc34Sopenharmony_ci# sysfs stuff 13c72fcc34Sopenharmony_ciPRINT="sysfs:\n" 14c72fcc34Sopenharmony_ciATTR{bus}=="*", PRINT=" ATTR{bus}=\"$ATTR{bus}\"\n" 15c72fcc34Sopenharmony_ciATTR{class}=="*", PRINT=" ATTR{class}=\"$ATTR{class}\"\n" 16c72fcc34Sopenharmony_ciATTR{driver}=="*", PRINT=" ATTR{driver}=\"$ATTR{driver}\"\n" 17c72fcc34Sopenharmony_ciATTR{vendor}=="*", PRINT=" ATTR{vendor}=\"$ATTR{vendor}\"\n" 18c72fcc34Sopenharmony_ciATTR{device}=="*", PRINT=" ATTR{device}=\"$ATTR{device}\"\n" 19c72fcc34Sopenharmony_ciATTR{subsystem_vendor}=="*", \ 20c72fcc34Sopenharmony_ci PRINT=" ATTR{subsystem_vendor}=\"$ATTR{subsystem_vendor}\"\n" 21c72fcc34Sopenharmony_ciATTR{subsystem_device}=="*", \ 22c72fcc34Sopenharmony_ci PRINT=" ATTR{subsystem_device}=\"$ATTR{subsystem_device}\"\n" 23