[poky] [PATCH 0/2][meta-intel] n450: set default mixer settings on boot [YOCTO #798]
Darren Hart
dvhart at linux.intel.com
Sat Mar 12 00:46:15 PST 2011
From: Darren Hart <dvhart at linux.intel.com>
The following patches address Bug 798. The existing n450-audiofix wasn't
getting installed, and it wasn't adjusting the mixer. These patches repair
the recipe and update it to resemble a proper init script.
This is a stop-gap solution as a more general solution, such as alsa-state,
would be preferred long term.
Darren Hart (2):
n450: revamp audio mixer init script
n450: replace n450-audio with a proper init script
meta-n450/conf/machine/n450.conf | 2 +
meta-n450/recipes-bsp/audiofix/audiofix.bb | 17 --------
meta-n450/recipes-bsp/audiofix/files/n450_audiofix | 13 ------
meta-n450/recipes-bsp/n450-audio/n450-audio.bb | 30 ++++++++++++++
.../recipes-bsp/n450-audio/n450-audio/n450-audio | 42 ++++++++++++++++++++
5 files changed, 74 insertions(+), 30 deletions(-)
delete mode 100644 meta-n450/recipes-bsp/audiofix/audiofix.bb
delete mode 100644 meta-n450/recipes-bsp/audiofix/files/n450_audiofix
create mode 100644 meta-n450/recipes-bsp/n450-audio/n450-audio.bb
create mode 100644 meta-n450/recipes-bsp/n450-audio/n450-audio/n450-audio
More information about the poky
mailing list