After copying the kurt-taylor alsa-ucm and android-ucm releated files to device/linaro/pandaboard/audio

The following compiler errors are observed in use-case.c

1) include alsa/asoundlib.h error asoundlib.h not found (should be tinyalsa/asoundlib.h)
2 #include "../include/use-case.h" ( should be "use-case.h")

3) include "../include/iatomic.h" (part of alsa and not tinyalsa)

4) Had to delete hardware/linaro 


Thanks,

Asha