#12367 NORM 13.1.0: Audacity causes kernel printk oops under mmp2_sspa_set_dai_fmt
Zarro Boogs per Child
bugtracker at laptop.org
Mon Dec 17 11:58:38 EST 2012
#12367: Audacity causes kernel printk oops under mmp2_sspa_set_dai_fmt
---------------------------------+------------------------------------------
Reporter: Sunny Bao | Owner: saadia
Type: defect | Status: new
Priority: normal | Milestone: 13.1.0
Component: kernel | Version: not specified
Resolution: | Keywords:
Next_action: never set | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
---------------------------------+------------------------------------------
Comment(by cjb):
It's the first arg to dev_err, here:
{{{
/* we can only change the settings if the port is not in use */
if ((mmp2_sspa_read_reg(sspa, SSPA_TXSP) & SSPA_SP_S_EN) ||
(mmp2_sspa_read_reg(sspa, SSPA_RXSP) & SSPA_SP_S_EN)) {
dev_err(&sspa->pdev->dev,
"can't change hardware dai format: stream is in
use\n");
return -EINVAL;
}
}}}
--
Ticket URL: <http://dev.laptop.org/ticket/12367#comment:3>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list