diff options
author | Eliot Blennerhassett <eblennerhassett@audioscience.com> | 2011-07-21 23:53:00 -0400 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2011-07-22 01:53:45 -0400 |
commit | c8306135746687b30048f8bd949d2dfb8d6c697a (patch) | |
tree | e08019695ed821632beeb69ee91ab7c13264e9e2 /sound/pci/asihpi | |
parent | 3d0591eee46f1c7cdfd502c8366e5552b8cea3db (diff) |
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>
Diffstat (limited to 'sound/pci/asihpi')
-rw-r--r-- | sound/pci/asihpi/asihpi.c | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/sound/pci/asihpi/asihpi.c b/sound/pci/asihpi/asihpi.c index 378656d79164..3444bd7d3268 100644 --- a/sound/pci/asihpi/asihpi.c +++ b/sound/pci/asihpi/asihpi.c | |||
@@ -1330,10 +1330,12 @@ static const char * const asihpi_src_names[] = { | |||
1330 | "RF", | 1330 | "RF", |
1331 | "Clock", | 1331 | "Clock", |
1332 | "Bitstream", | 1332 | "Bitstream", |
1333 | "Microphone", | 1333 | "Mic", |
1334 | "Cobranet", | 1334 | "Net", |
1335 | "Analog", | 1335 | "Analog", |
1336 | "Adapter", | 1336 | "Adapter", |
1337 | "RTP", | ||
1338 | "GPI", | ||
1337 | }; | 1339 | }; |
1338 | 1340 | ||
1339 | compile_time_assert( | 1341 | compile_time_assert( |
@@ -1348,8 +1350,10 @@ static const char * const asihpi_dst_names[] = { | |||
1348 | "Digital", | 1350 | "Digital", |
1349 | "RF", | 1351 | "RF", |
1350 | "Speaker", | 1352 | "Speaker", |
1351 | "Cobranet Out", | 1353 | "Net", |
1352 | "Analog" | 1354 | "Analog", |
1355 | "RTP", | ||
1356 | "GPO", | ||
1353 | }; | 1357 | }; |
1354 | 1358 | ||
1355 | compile_time_assert( | 1359 | compile_time_assert( |