Commit c8306135 authored by Eliot Blennerhassett's avatar Eliot Blennerhassett Committed by Takashi Iwai

ALSA: asihpi - Control name updates

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: default avatarEliot Blennerhassett <eblennerhassett@audioscience.com>
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 3d0591ee
...@@ -1330,10 +1330,12 @@ static const char * const asihpi_src_names[] = { ...@@ -1330,10 +1330,12 @@ static const char * const asihpi_src_names[] = {
"RF", "RF",
"Clock", "Clock",
"Bitstream", "Bitstream",
"Microphone", "Mic",
"Cobranet", "Net",
"Analog", "Analog",
"Adapter", "Adapter",
"RTP",
"GPI",
}; };
compile_time_assert( compile_time_assert(
...@@ -1348,8 +1350,10 @@ static const char * const asihpi_dst_names[] = { ...@@ -1348,8 +1350,10 @@ static const char * const asihpi_dst_names[] = {
"Digital", "Digital",
"RF", "RF",
"Speaker", "Speaker",
"Cobranet Out", "Net",
"Analog" "Analog",
"RTP",
"GPO",
}; };
compile_time_assert( compile_time_assert(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment