From: Jonathan Woithe Date: Sat, 7 Aug 2010 14:47:05 +0000 (+0930) Subject: ALSA: hda - Fix missing stream for second ADC on Realtek ALC260 HDA codec X-Git-Tag: v2.6.36-rc1~60^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53bacfbbb2ddd981287b58a511c8b8f5df179886;p=pandora-kernel.git ALSA: hda - Fix missing stream for second ADC on Realtek ALC260 HDA codec I discovered tonight that ALSA no longer sets up a stream for the second ADC provided by the Realtek ALC260 HDA codec. At some point alc_build_pcms() started using stream_analog_alt_capture when constructing the second ADC stream, but patch_alc260() was never updated accordingly. I have no idea when this regression occurred. The trivial patch to patch_alc260() given below fixes the problem as far as I can tell. The patch is against 2.6.35. Signed-off-by: Jonathan Woithe Cc: Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed