mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
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: Eliot Blennerhassett <eblennerhassett@audioscience.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3d0591eee4
commit
c830613574
1 changed files with 8 additions and 4 deletions
|
@ -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[] = {
|
||||||
"Digital",
|
"Digital",
|
||||||
"RF",
|
"RF",
|
||||||
"Speaker",
|
"Speaker",
|
||||||
"Cobranet Out",
|
"Net",
|
||||||
"Analog"
|
"Analog",
|
||||||
|
"RTP",
|
||||||
|
"GPO",
|
||||||
};
|
};
|
||||||
|
|
||||||
compile_time_assert(
|
compile_time_assert(
|
||||||
|
|
Loading…
Reference in a new issue