diff options
Diffstat (limited to 'sound/core/jack.c')
| -rw-r--r-- | sound/core/jack.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/jack.c b/sound/core/jack.c index 53b53e97c89..240a3e13470 100644 --- a/sound/core/jack.c +++ b/sound/core/jack.c @@ -30,6 +30,7 @@ static int jack_switch_types[] = {  	SW_LINEOUT_INSERT,  	SW_JACK_PHYSICAL_INSERT,  	SW_VIDEOOUT_INSERT, +	SW_LINEIN_INSERT,  };  static int snd_jack_dev_free(struct snd_device *device)  |