lkml.org 
[lkml]   [2011]   [May]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [GIT PULL] sound updates #2 for 2.6.40
On Fri, May 27, 2011 at 5:09 PM, Linus Torvalds
<torvalds@linux-foundation.org> wrote:
>
> Just to clarify: it's commit 9477c58e3308f54a108a5d1eb9621830b329b0ca
> that is bad.

Looking at that diff, I found at least one bug:

- if (chip->driver_type != AZX_DRIVER_ATI &&
- chip->driver_type != AZX_DRIVER_ATIHDMI)
+ if (chip->driver_caps & AZX_DCAPS_NO_TCSEL) {

That's wrong. It should be

if (!(chip->driver_caps & AZX_DCAPS_NO_TCSEL)) {

but I haven't checked if that fixes it for me yet.

Linus


\
 
 \ /
  Last update: 2011-05-28 04:49    [W:0.173 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site