Yes, I still use Stored Procs for all database centric CRUD operations.
In some areas Linq comes up short when compared to stored procedures.
Also, a DBA is unable to review Linq classes for standards and compliance purposes, and auditing can be tricky.
Personally, I typically rely on Typed DataSets for CRUD and Linq for biz processing of the data.