Re: [GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread Takashi Iwai
At Tue, 09 Oct 2012 14:58:41 +0100,
David Howells wrote:
> 
> Takashi Iwai  wrote:
> 
> > > Can you merge the following branch into the sound tree please.
> > 
> > The changes look OK, but is it targeted for 3.7 or 3.8 in general?
> > I assumed the latter.
> 
> Either will do.  There are no dependencies on the branch I gave you.

OK, then I'm going to take it once when 3.7-rc1 is released.


thanks,

Takashi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread David Howells
Takashi Iwai  wrote:

> > Can you merge the following branch into the sound tree please.
> 
> The changes look OK, but is it targeted for 3.7 or 3.8 in general?
> I assumed the latter.

Either will do.  There are no dependencies on the branch I gave you.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread Takashi Iwai
At Tue, 09 Oct 2012 14:30:42 +0100,
David Howells wrote:
> 
> Can you merge the following branch into the sound tree please.

The changes look OK, but is it targeted for 3.7 or 3.8 in general?
I assumed the latter.


thanks,

Takashi

> 
> This is to complete part of the Userspace API (UAPI) disintegration for which
> the preparatory patches were pulled recently.  After these patches, userspace
> headers will be segregated into:
> 
>   include/uapi/linux/.../foo.h
> 
> for the userspace interface stuff, and:
> 
>   include/linux/.../foo.h
> 
> for the strictly kernel internal stuff.
> 
> ---
> The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:
> 
>   Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)
> 
> are available in the git repository at:
> 
> 
>   git://git.infradead.org/users/dhowells/linux-headers.git 
> tags/disintegrate-sound-20121009
> 
> for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6:
> 
>   UAPI: (Scripted) Disintegrate include/sound (2012-10-09 09:49:13 +0100)
> 
> 
> UAPI Disintegration 2012-10-09
> 
> 
> David Howells (1):
>   UAPI: (Scripted) Disintegrate include/sound
> 
>  include/sound/Kbuild|  10 -
>  include/sound/asequencer.h  | 594 +
>  include/sound/asound.h  | 935 +--
>  include/sound/emu10k1.h | 355 +--
>  include/sound/sb16_csp.h| 104 +--
>  include/uapi/sound/Kbuild   |  10 +
>  include/uapi/sound/asequencer.h | 614 ++
>  include/uapi/sound/asound.h | 957 
> 
>  include/{ => uapi}/sound/asound_fm.h|   0
>  include/{ => uapi}/sound/compress_offload.h |   0
>  include/{ => uapi}/sound/compress_params.h  |   0
>  include/uapi/sound/emu10k1.h| 373 +++
>  include/{ => uapi}/sound/hdsp.h |   0
>  include/{ => uapi}/sound/hdspm.h|   0
>  include/uapi/sound/sb16_csp.h   | 122 
>  include/{ => uapi}/sound/sfnt_info.h|   0
>  16 files changed, 2084 insertions(+), 1990 deletions(-)
>  create mode 100644 include/uapi/sound/asequencer.h
>  create mode 100644 include/uapi/sound/asound.h
>  rename include/{ => uapi}/sound/asound_fm.h (100%)
>  rename include/{ => uapi}/sound/compress_offload.h (100%)
>  rename include/{ => uapi}/sound/compress_params.h (100%)
>  create mode 100644 include/uapi/sound/emu10k1.h
>  rename include/{ => uapi}/sound/hdsp.h (100%)
>  rename include/{ => uapi}/sound/hdspm.h (100%)
>  create mode 100644 include/uapi/sound/sb16_csp.h
>  rename include/{ => uapi}/sound/sfnt_info.h (100%)
> .
> 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread David Howells
Can you merge the following branch into the sound tree please.

This is to complete part of the Userspace API (UAPI) disintegration for which
the preparatory patches were pulled recently.  After these patches, userspace
headers will be segregated into:

include/uapi/linux/.../foo.h

for the userspace interface stuff, and:

include/linux/.../foo.h

for the strictly kernel internal stuff.

---
The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:

  Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)

are available in the git repository at:


  git://git.infradead.org/users/dhowells/linux-headers.git 
tags/disintegrate-sound-20121009

for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6:

  UAPI: (Scripted) Disintegrate include/sound (2012-10-09 09:49:13 +0100)


UAPI Disintegration 2012-10-09


David Howells (1):
  UAPI: (Scripted) Disintegrate include/sound

 include/sound/Kbuild|  10 -
 include/sound/asequencer.h  | 594 +
 include/sound/asound.h  | 935 +--
 include/sound/emu10k1.h | 355 +--
 include/sound/sb16_csp.h| 104 +--
 include/uapi/sound/Kbuild   |  10 +
 include/uapi/sound/asequencer.h | 614 ++
 include/uapi/sound/asound.h | 957 
 include/{ => uapi}/sound/asound_fm.h|   0
 include/{ => uapi}/sound/compress_offload.h |   0
 include/{ => uapi}/sound/compress_params.h  |   0
 include/uapi/sound/emu10k1.h| 373 +++
 include/{ => uapi}/sound/hdsp.h |   0
 include/{ => uapi}/sound/hdspm.h|   0
 include/uapi/sound/sb16_csp.h   | 122 
 include/{ => uapi}/sound/sfnt_info.h|   0
 16 files changed, 2084 insertions(+), 1990 deletions(-)
 create mode 100644 include/uapi/sound/asequencer.h
 create mode 100644 include/uapi/sound/asound.h
 rename include/{ => uapi}/sound/asound_fm.h (100%)
 rename include/{ => uapi}/sound/compress_offload.h (100%)
 rename include/{ => uapi}/sound/compress_params.h (100%)
 create mode 100644 include/uapi/sound/emu10k1.h
 rename include/{ => uapi}/sound/hdsp.h (100%)
 rename include/{ => uapi}/sound/hdspm.h (100%)
 create mode 100644 include/uapi/sound/sb16_csp.h
 rename include/{ => uapi}/sound/sfnt_info.h (100%)
.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread David Howells
Can you merge the following branch into the sound tree please.

This is to complete part of the Userspace API (UAPI) disintegration for which
the preparatory patches were pulled recently.  After these patches, userspace
headers will be segregated into:

include/uapi/linux/.../foo.h

for the userspace interface stuff, and:

include/linux/.../foo.h

for the strictly kernel internal stuff.

---
The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:

  Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)

are available in the git repository at:


  git://git.infradead.org/users/dhowells/linux-headers.git 
tags/disintegrate-sound-20121009

for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6:

  UAPI: (Scripted) Disintegrate include/sound (2012-10-09 09:49:13 +0100)


UAPI Disintegration 2012-10-09


David Howells (1):
  UAPI: (Scripted) Disintegrate include/sound

 include/sound/Kbuild|  10 -
 include/sound/asequencer.h  | 594 +
 include/sound/asound.h  | 935 +--
 include/sound/emu10k1.h | 355 +--
 include/sound/sb16_csp.h| 104 +--
 include/uapi/sound/Kbuild   |  10 +
 include/uapi/sound/asequencer.h | 614 ++
 include/uapi/sound/asound.h | 957 
 include/{ = uapi}/sound/asound_fm.h|   0
 include/{ = uapi}/sound/compress_offload.h |   0
 include/{ = uapi}/sound/compress_params.h  |   0
 include/uapi/sound/emu10k1.h| 373 +++
 include/{ = uapi}/sound/hdsp.h |   0
 include/{ = uapi}/sound/hdspm.h|   0
 include/uapi/sound/sb16_csp.h   | 122 
 include/{ = uapi}/sound/sfnt_info.h|   0
 16 files changed, 2084 insertions(+), 1990 deletions(-)
 create mode 100644 include/uapi/sound/asequencer.h
 create mode 100644 include/uapi/sound/asound.h
 rename include/{ = uapi}/sound/asound_fm.h (100%)
 rename include/{ = uapi}/sound/compress_offload.h (100%)
 rename include/{ = uapi}/sound/compress_params.h (100%)
 create mode 100644 include/uapi/sound/emu10k1.h
 rename include/{ = uapi}/sound/hdsp.h (100%)
 rename include/{ = uapi}/sound/hdspm.h (100%)
 create mode 100644 include/uapi/sound/sb16_csp.h
 rename include/{ = uapi}/sound/sfnt_info.h (100%)
.
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread Takashi Iwai
At Tue, 09 Oct 2012 14:30:42 +0100,
David Howells wrote:
 
 Can you merge the following branch into the sound tree please.

The changes look OK, but is it targeted for 3.7 or 3.8 in general?
I assumed the latter.


thanks,

Takashi

 
 This is to complete part of the Userspace API (UAPI) disintegration for which
 the preparatory patches were pulled recently.  After these patches, userspace
 headers will be segregated into:
 
   include/uapi/linux/.../foo.h
 
 for the userspace interface stuff, and:
 
   include/linux/.../foo.h
 
 for the strictly kernel internal stuff.
 
 ---
 The following changes since commit 9e2d8656f5e8aa214e66b462680cf86b210b74a8:
 
   Merge branch 'akpm' (Andrew's patch-bomb) (2012-10-09 16:23:15 +0900)
 
 are available in the git repository at:
 
 
   git://git.infradead.org/users/dhowells/linux-headers.git 
 tags/disintegrate-sound-20121009
 
 for you to fetch changes up to 674e95ca446369e9ca40e4e92b214a616a52bcd6:
 
   UAPI: (Scripted) Disintegrate include/sound (2012-10-09 09:49:13 +0100)
 
 
 UAPI Disintegration 2012-10-09
 
 
 David Howells (1):
   UAPI: (Scripted) Disintegrate include/sound
 
  include/sound/Kbuild|  10 -
  include/sound/asequencer.h  | 594 +
  include/sound/asound.h  | 935 +--
  include/sound/emu10k1.h | 355 +--
  include/sound/sb16_csp.h| 104 +--
  include/uapi/sound/Kbuild   |  10 +
  include/uapi/sound/asequencer.h | 614 ++
  include/uapi/sound/asound.h | 957 
 
  include/{ = uapi}/sound/asound_fm.h|   0
  include/{ = uapi}/sound/compress_offload.h |   0
  include/{ = uapi}/sound/compress_params.h  |   0
  include/uapi/sound/emu10k1.h| 373 +++
  include/{ = uapi}/sound/hdsp.h |   0
  include/{ = uapi}/sound/hdspm.h|   0
  include/uapi/sound/sb16_csp.h   | 122 
  include/{ = uapi}/sound/sfnt_info.h|   0
  16 files changed, 2084 insertions(+), 1990 deletions(-)
  create mode 100644 include/uapi/sound/asequencer.h
  create mode 100644 include/uapi/sound/asound.h
  rename include/{ = uapi}/sound/asound_fm.h (100%)
  rename include/{ = uapi}/sound/compress_offload.h (100%)
  rename include/{ = uapi}/sound/compress_params.h (100%)
  create mode 100644 include/uapi/sound/emu10k1.h
  rename include/{ = uapi}/sound/hdsp.h (100%)
  rename include/{ = uapi}/sound/hdspm.h (100%)
  create mode 100644 include/uapi/sound/sb16_csp.h
  rename include/{ = uapi}/sound/sfnt_info.h (100%)
 .
 
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread David Howells
Takashi Iwai ti...@suse.de wrote:

  Can you merge the following branch into the sound tree please.
 
 The changes look OK, but is it targeted for 3.7 or 3.8 in general?
 I assumed the latter.

Either will do.  There are no dependencies on the branch I gave you.

David
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [GIT PULL] Disintegrate UAPI for sound

2012-10-09 Thread Takashi Iwai
At Tue, 09 Oct 2012 14:58:41 +0100,
David Howells wrote:
 
 Takashi Iwai ti...@suse.de wrote:
 
   Can you merge the following branch into the sound tree please.
  
  The changes look OK, but is it targeted for 3.7 or 3.8 in general?
  I assumed the latter.
 
 Either will do.  There are no dependencies on the branch I gave you.

OK, then I'm going to take it once when 3.7-rc1 is released.


thanks,

Takashi
--
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/