I want to tag each line of an array that is inside the { symbol. For the example bellow I use align, but a solution with equation, subequation or some other "top" structure might also work.
Here is an example:
\begin{align}
\mathbf{S} = \left\{ \begin{array}{lll}
a & \text{name a} \\
b & \text{name b} \\
c & \text{name c},
\end{array} \right.
\end{align}
I would like to have number-letter tag for each line of this structure, i.e. (1a), (1b) and (1c) for example.

empheqsolution to the question marked for duplicate. – egreg Nov 13 '16 at 14:11