diff options
| -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( |
