diff options
| author | Kevin Lo <kevlo@FreeBSD.org> | 2012-11-07 07:00:59 +0000 |
|---|---|---|
| committer | Kevin Lo <kevlo@FreeBSD.org> | 2012-11-07 07:00:59 +0000 |
| commit | 0f5e7edc1421b6f3c44b4397adffa51b7662ede6 (patch) | |
| tree | c39378afd60870cb7ef18ef2aa77c0b3103068c9 /sys/dev/bktr | |
| parent | d92303b62c8ddf781818976650151a3055273d62 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bktr')
| -rw-r--r-- | sys/dev/bktr/bktr_audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/bktr/bktr_audio.c b/sys/dev/bktr/bktr_audio.c index efc63da05bf4..6cfe5769e2d4 100644 --- a/sys/dev/bktr/bktr_audio.c +++ b/sys/dev/bktr/bktr_audio.c @@ -498,7 +498,7 @@ void msp_autodetect( bktr_ptr_t bktr ) { } - /* MSP3415D SPECIAL CASE Use the Tuner's Mono audio ouput for the MSP */ + /* MSP3415D SPECIAL CASE Use the Tuner's Mono audio output for the MSP */ /* (for Hauppauge 44xxx card with Tuner Type 0x2a) */ else if ( ( (strncmp("3415D", bktr->msp_version_string, 5) == 0) &&(bktr->msp_use_mono_source == 1) |
