From: Clemens Ladisch Date: Mon, 19 Jan 2009 09:07:21 +0000 (+0100) Subject: sound: virtuoso: enable UART on Xonar HDAV1.3 X-Git-Tag: v2.6.29-rc3~45^2~3^2~2 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=22c733788bbd4b75c00279119a83da5cd74b987a;p=linux-2.6-omap-h63xx.git sound: virtuoso: enable UART on Xonar HDAV1.3 This hardware has a better chance of working correctly if we don't forget to enable it. Signed-off-by: Clemens Ladisch Cc: Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/oxygen/virtuoso.c b/sound/pci/oxygen/virtuoso.c index e9e829e83d7..a9621664305 100644 --- a/sound/pci/oxygen/virtuoso.c +++ b/sound/pci/oxygen/virtuoso.c @@ -908,6 +908,7 @@ static const struct oxygen_model model_xonar_hdav = { .dac_channels = 8, .dac_volume_min = 0x0f, .dac_volume_max = 0xff, + .misc_flags = OXYGEN_MISC_MIDI, .function_flags = OXYGEN_FUNCTION_2WIRE, .dac_i2s_format = OXYGEN_I2S_FORMAT_LJUST, .adc_i2s_format = OXYGEN_I2S_FORMAT_LJUST,