Skip to content

Commit

Permalink
ALSA: asihpi - Control name updates
Browse files Browse the repository at this point in the history
Add names corresponding to new HPI node types.
Shorten some names so that constructed names don't overflow the
maximum name length.

Signed-off-by: Eliot Blennerhassett <[email protected]>
Signed-off-by: Takashi Iwai <[email protected]>
  • Loading branch information
Eliot Blennerhassett authored and tiwai committed Jul 22, 2011
1 parent 3d0591e commit c830613
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions sound/pci/asihpi/asihpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1330,10 +1330,12 @@ static const char * const asihpi_src_names[] = {
"RF",
"Clock",
"Bitstream",
"Microphone",
"Cobranet",
"Mic",
"Net",
"Analog",
"Adapter",
"RTP",
"GPI",
};

compile_time_assert(
Expand All @@ -1348,8 +1350,10 @@ static const char * const asihpi_dst_names[] = {
"Digital",
"RF",
"Speaker",
"Cobranet Out",
"Analog"
"Net",
"Analog",
"RTP",
"GPO",
};

compile_time_assert(
Expand Down

0 comments on commit c830613

Please sign in to comment.